Package: passwd
Version: 1:4.0.3-30.9

useradd does not correctly preserve permissions when the skeleton
directory is copied.

e.g.
# stat /root/skeleton/dumps/ | grep Access
Access: (2550/dr-xr-s---)  Uid: (    0/    root)   Gid: (    0/    root)
# useradd -m -k /root/skeleton/ -d /tmp/test testing9
# stat /tmp/test/dumps/ |grep Access
Access: (0550/dr-xr-x---)  Uid: ( 1010/testing9)   Gid: (  100/   users)

The sticky bit was removed.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to