bug-coreutils
[Top][All Lists]
Advanced

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

bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use


From: Bernhard Voelker
Subject: bug#15926: RFE: unlink command already uses 'unlink' call; make 'rm' use 'remove' call
Date: Fri, 22 Nov 2013 16:36:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 11/22/2013 04:14 PM, Eric Blake wrote:
Just noticing this context...


  # This test is too dangerous -- if there's a bug you're wiped out!
  # rm -fr / 2>/dev/null && fail=1

What if we use chroot to create a safer /, where failing the test would
only wipe out the chroot?

That's not that easy.
Alternatively, that test could be secured by "skip_if_root_"
plus intercepting the unlinkat() call via LD_PRELOAD.

Have a nice day,
Berny







reply via email to

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