ACL and write permission

2004-10-03 Thread Sergey Velikanov [UzPAK]
Hi again I can't add write permission via ACL mkdir /dir/docs chown user:user /dir/docs setfacl -n -dm u::rwx,g::rx,o::,u:user2:rwx,m::rwx /dir/docs setfacl -m u:user2:rwx /dir/docs chmod 750 /dir/docs I create file in /dir/docs, but user2 have only read permission, getfacl says that #efect

strange moment in chroot environment

2004-10-03 Thread Sergey Velikanov [UzPAK]
Hi I use "pw" in chroot environment, everything is work, but pw always says that "unable to parse auth.conf", I've discovered that error appear when pw call properties_read from libutil, I can't understand why? I run "strace" twice, in chroot environment and normal environment I discover next diff