Displaying 1 result from an estimated 1 matches for "ufs_iaccess".
2006 Aug 07
4
ZFS/UFS/TMPFS and extended attributes inconsistent behaviour
...that
directory.
islay:pts/4$ ls -l
total 0
-rw-r--r-- 1 darrenm staff 0 Aug 7 15:34 test1
-rw-r--r-- 1 root root 0 Aug 7 15:34 test2
islay:pts/4$ runat test2 cp /tmp/attrdata attr.1
runat[1790]: missing privilege "ALL" (euid = 35661, syscall = 76) needed
at ufs_iaccess+0xf8
runat: cannot open attribute directory for test2: Permission denied
No surprises there, in another window lets change the owner to
be darrenm with chown(1):
islay:pts/4$ ls -l
total 0
-rw-r--r-- 1 darrenm staff 0 Aug 7 15:34 test1
-rw-r--r-- 1 darrenm root 0 Aug 7...