fork(2): Document RFNOMNT edge cases.
This commit is contained in:
parent
51669adf24
commit
e614e819e3
1 changed files with 10 additions and 3 deletions
|
@ -69,10 +69,17 @@ Is mutually exclusive with
|
||||||
.BR RFNAMEG .
|
.BR RFNAMEG .
|
||||||
.TP
|
.TP
|
||||||
.B RFNOMNT
|
.B RFNOMNT
|
||||||
If set, subsequent mounts into the new name space and dereferencing
|
If set, subsequent mounts into the new name space are disallowed.
|
||||||
of pathnames starting with
|
All pathnames starting with
|
||||||
.B #
|
.B #
|
||||||
are disallowed.
|
besides those used to access
|
||||||
|
.IR pipe(3) ,
|
||||||
|
.IR dup(3) ,
|
||||||
|
.IR env(3) ,
|
||||||
|
.IR cons(3) ,
|
||||||
|
and
|
||||||
|
.IR proc(3)
|
||||||
|
can not be walked.
|
||||||
.TP
|
.TP
|
||||||
.B RFENVG
|
.B RFENVG
|
||||||
If set, the environment variables are copied;
|
If set, the environment variables are copied;
|
||||||
|
|
Loading…
Reference in a new issue