ACL and dump/restore

Alex Deiter tiamat at komi.mts.ru
Thu Nov 20 10:43:45 PST 2003


Why dump/restore do not work with ACL on UFS2 filesystem ?

# getfacl /home/test
#file:/home/test
#owner:0
#group:0
user::rw-
user:nobody:rwx
group::r--
group:nobody:rwx
mask::rwx
other::r--

# dump -f- /home | restore -rf-
...
# getfacl test
#file:test
#owner:0
#group:0
user::rw-
group::rwx
other::r--

Thanks!



More information about the freebsd-current mailing list