search for: skel3

Displaying 1 result from an estimated 1 matches for "skel3".

Did you mean: skel
2018 Jun 15
0
Bug: Loosing Group Permissions in Archive Mode with Sticky Bit and ACL Mask
...") * remove the rwx mask from skel/subdir ("setfacl -x m::"), which setfacl creates when adding the user object permission Here an example: // OS: Debian GNU/Linux 8 (jessie) // apt list: rsync/oldstable,now 3.1.1-3+deb8u1 amd64 [installed,automatic] // long command: // 1. remove skel3/ // 2. recreate skel3/ from skel/ using rsync // 3. diff the acls on the subfolder // first: without sticky bit root@:/etc# rm skel3 -r ; rsync -aAX skel/ skel3 ; diff -y <(getfacl skel/subdir/) <(getfacl skel3/subdir) # file: skel/subdir/ | # file: ske...