Displaying 1 result from an estimated 1 matches for "spura".
Did you mean:
sipura
2008 Dec 15
2
rsync 3.0.4 ACL corruption
...a
This is as should be:
# file: aida
# owner: root
# group: root
user::rwx
group::r-x
group:users:r-x
mask::rwx
other::---
default:user::rwx
default:group::r-x
default:group:users:r-x
default:mask::rwx
default:other::---
This is what happens:
# file: aida
# owner: root
# group: root
user::rwx
user:spura:rwx
group::---
mask::rwx
other::---
default:user::rwx
default:group::r-x
default:group:users:r-x
default:mask::rwx
default:other::---
It looks like the lines
group::r-x
group:users:r-x
are replaced by
user:spura:rwx
group::---
The latter is a (partial) ACL from /wzb/user/spura, the "spura&q...