]> sourceware.org Git - glibc.git/commit
hurd: Assume non-suid during bootstrap
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 19 Aug 2022 00:16:54 +0000 (02:16 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 19 Aug 2022 00:26:21 +0000 (02:26 +0200)
commitf7b0fc5cc61301461e3c1a278240ce78701bb9a8
tree8e2734b3a8abbe6410f50062e06d7c10d37f770e
parent9125e43daf92e3d4e69044a54b9fe9ed88c861ad
hurd: Assume non-suid during bootstrap

We do not have a hurd data block only when bootstrapping the system, in
which case we don't have a notion of suid yet anyway.

This is needed, otherwise init_standard_fds would check that standard
file descriptors are allocated, which is meaningless during bootstrap.
sysdeps/mach/hurd/i386/init-first.c
This page took 0.041085 seconds and 5 git commands to generate.