[EMAIL PROTECTED] wrote:
>> Please change that test so it uses these two setuidgid commands
>> instead of the one it currently has:
>>
>> setuidgid $NON_ROOT_USERNAME env PATH="$PATH" id -a
>> setuidgid $NON_ROOT_USERNAME env PATH="$PATH" truss -o /tmp/rm-log rm -rf d 
>> && fail=1

oops - forgot:
uid=60001(nobody) gid=60001(nobody) groups=60001(nobody)

Ok.  Have you done anything with ACLs?
Maybe there is an ACL in effect that renders your files removable by anyone.

Please add these to the above:
  ls -lr d
  getfacl -a d
  getfacl -d d


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to