This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/22339] support/support_can_chroot.c (support_can_chroot): Should call chdir("/");


https://sourceware.org/bugzilla/show_bug.cgi?id=22339

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
I think the warning itself is harmful.  chroot is not a security feature, so
whether you do a chdir afterwards or not does not matter.

This is just another bogus warning from a tool that also tells users to set
umask before calling mkstemp, actually *introducing* bugs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]