mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Clarify the explanation of the behavior for setuid programs by
noting that the restrictions do not apply if the user invoking the program is also the owner of the program. Also, capitalize a section header properly. PR: misc/41180
This commit is contained in:
parent
7309e024bf
commit
92fd901869
1 changed files with 2 additions and 2 deletions
|
|
@ -131,12 +131,12 @@ for shared libraries.
|
|||
.It Fl v
|
||||
Switch on verbose mode.
|
||||
.El
|
||||
.Sh Security
|
||||
.Sh SECURITY
|
||||
Special care must be taken when loading shared libraries into the address
|
||||
space of
|
||||
.Ev set-user-Id
|
||||
programs.
|
||||
Whenever such a program is run,
|
||||
Whenever such a program is run by any user except the owner of the program,
|
||||
the dynamic linker
|
||||
will only load shared libraries from the hints
|
||||
file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue