CADENCE and ACL (Solaris)

Discussion in 'Cadence' started by PM, Apr 1, 2004.

  1. PM

    PM Guest

    Hi,

    Default behavior: CADENCE(Virtuoso,...) destroys existing ACLs :-(

    Are ACL implemented in CADENCE and if so how to make use of them.

    If not: are there any plans to change this in future releases?

    Thanks
     
    PM, Apr 1, 2004
    #1
  2. PM

    fogh Guest

    I have here setups where the sticky bit on group is not always respected by some cadence programs. I could not find the pattern and don t know how to reproduce it, though.

    I would not touch ACLs with a 10 foot, perfect insulator, 5th order, dominant pole anyway. Life is hard enough with plain ownerships/permissions. Are you doing this to have a better samba server ?
     
    fogh, Apr 9, 2004
    #2
  3. <pedantryAlert>
    I assume you don't mean the sticky bit, but the setuid (or setgid) bit. One of the things that
    always irritates me is that this is often referred to as the "sticky" bit, but in fact the sticky bit
    is something else altogether.

    From the chmod(2) man page (on Sun):

    If a directory is writable and has S_ISVTX (the sticky bit)
    set, files within that directory can be removed or renamed
    only if one or more of the following is true (see unlink(2)
    and rename(2)):

    o the user owns the file

    o the user owns the directory

    o the file is writable by the user

    o the user is a privileged user

    The sticky bit is the one that shows up as "t" in the ls -l output, and is often found on
    the /tmp directory...

    ACLs are a nice idea, but not standard enough to be useful - they are rather platform
    specific, unfortunately...

    Andrew.
     
    Andrew Beckett, Apr 10, 2004
    #3
  4. PM

    fogh Guest

    Yes, What I meant was setgid. That sticky/setuid interpretation is a thing I once sorted out by looking up manpages, and I still make the mistake. Sticky mistake...
     
    fogh, Apr 14, 2004
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.