bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-6.9 build/check-root: test/rm failed on no-give-up


From: Jim Meyering
Subject: Re: coreutils-6.9 build/check-root: test/rm failed on no-give-up
Date: Thu, 03 May 2007 12:37:39 +0200

address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]