search for: oacl

Displaying 2 results from an estimated 2 matches for "oacl".

Did you mean: acl
2012 Nov 11
1
[Bug 9377] New: acls ignored when using neither --perms nor --chmod
...ask to the mode of a newly created file instead of letting the os figure out how to set the modes. (having the operating system evaluating it is the usual way umask, and is compatible with acls). example ========= in the following example, it is assumed that umask is 022 and that /tmp is mounted -oacl. * mkdir and cd to /tmp/dest, do `setfacl -dm g::rwx .` * `mkdir test` will create a 775 directory, as would be expected due to the configured acl. the syscall issued is `mkdir("test3", 0777)`. * at /tmp/src, `mkdir test2`. its permissions don't matter as we won't send them. * th...
2003 Feb 05
3
Redhat ACL support
Hi, I'm trying to setup a RedHat 8 fileserver, it must work seamlessly within our 2000/NT network. After some research, I believe the first thing I need to do is install ACL support. I tried doing this once, didn't go well, had to reinstall RedHat. What files do I need and from where, to install ACL support for RedHat 8?