Clarify the behavior of PATH_FSTAB with regard to 'tainted' execution.
Requested by: ru
This commit is contained in:
parent
9693de867f
commit
2f4fdb2156
@ -150,6 +150,13 @@ returns nothing.
|
||||
If the environment variable
|
||||
.Pa PATH_FSTAB
|
||||
is set all operations are performed against the specified file.
|
||||
.Pa PATH_FSTAB
|
||||
will not be honored if the process environment or memory address space is
|
||||
considred
|
||||
.Dq tainted .
|
||||
(See
|
||||
.Fn issetugid
|
||||
for more information.)
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/fstab -compact
|
||||
|
@ -417,6 +417,13 @@ support for a particular file system might be provided either on a static
|
||||
If the environment variable
|
||||
.Pa PATH_FSTAB
|
||||
is set all operations are performed against the specified file.
|
||||
.Pa PATH_FSTAB
|
||||
will not be honored if the process environment or memory address space is
|
||||
considred
|
||||
.Dq tainted .
|
||||
(See
|
||||
.Fn issetugid
|
||||
for more information.)
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/fstab -compact
|
||||
|
@ -126,6 +126,13 @@ is unmounted.
|
||||
If the environment variable
|
||||
.Pa PATH_FSTAB
|
||||
is set all operations are performed against the specified file.
|
||||
.Pa PATH_FSTAB
|
||||
will not be honored if the process environment or memory address space is
|
||||
considred
|
||||
.Dq tainted .
|
||||
(See
|
||||
.Fn issetugid
|
||||
for more information.)
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/fstab -compact
|
||||
|
Loading…
Reference in New Issue
Block a user