Re: __libc_enable_secure & sgid to different own group
Hello, Pino Toscano, le Sat 27 Jun 2015 14:03:08 +0200, a écrit : > $ groups > users dialout [...] > $ chown $(id -nu).dialout frob-gid > $ chmod g+s frob-gid > > At this point, the output of frob-gid is 1 on Linux, while 0 on Hurd. So the user was actually already part of the dialout group? Th
__libc_enable_secure & sgid to different own group
Hi, While debugging p11-kit, I found out a different behaviour of __libc_enable_secure between Linux and Hurd. In particular: $ cat