search for: fgetacl

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

Did you mean: getacl
2013 Oct 15
4
[PATCH] Btrfs: fix incorrect inode acl reset
...kdir /mnt/acl $ setfacl -d --set u::rwx,g::rwx,o::- /mnt/acl $ getfacl /mnt/acl user::rwx group::rwx other::r-x default:user::rwx default:group::rwx default:other::--- $ mkdir /mnt/acl/dir1 $ getfacl /mnt/acl/dir1 user::rwx group::rwx other::--- After unmounting and mounting again the filesystem, fgetacl returned the expected ACL: $ umount /mnt/acl $ mount /dev/loop0 /mnt $ getfacl /mnt/acl/dir1 user::rwx group::rwx other::--- default:user::rwx default:group::rwx default:other::--- Meaning that the underlying xattr was persisted. Reported-by: Giuseppe Fierro <giuseppe@fierro.org> Signed-of...
2007 Oct 30
0
Problem with ACLs "Too many ACE entries for file to convert to posix perms."
...d a file system capable of supporting extended acl's. I believe you previously said you were using UFS file system. I haven't used UFS since 1987. Man Mount on linux doesn't suggest extended acl's are supported. Are they? Both Solaris and CentOS support them. Using fsetacl and fgetacl, I can set acls and see them on files in the FS > Once the file system is capable of supporting extended acl's, you need to mount the filesystem with the appropriate options. By default, considering the age of UFS, I would assume extended acl's aren't supported by default, if they...