Clarify that "effective user id of 0" is an issue because it is SETUID.
Also fix minor view-related style issue in the command. (translators should _not_ ignore) Noted by: Daniel O'Connor Approved by: bcr (mentor)
This commit is contained in:
parent
3d9d8c5956
commit
bda9ffe914
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40303
1 changed files with 3 additions and 3 deletions
|
@ -8181,8 +8181,8 @@ ATDT1234567</programlisting>
|
||||||
<answer>
|
<answer>
|
||||||
<para>The <application>ppp</application> utility (or any other
|
<para>The <application>ppp</application> utility (or any other
|
||||||
program for that matter) should never dump core. Because
|
program for that matter) should never dump core. Because
|
||||||
&man.ppp.8; runs with an effective user ID of
|
&man.ppp.8; runs setuid (with an effective user ID of
|
||||||
<literal>0</literal>, the operating system will not write
|
<literal>0</literal>), the operating system will not write
|
||||||
core image of &man.ppp.8; to disk before terminating it.
|
core image of &man.ppp.8; to disk before terminating it.
|
||||||
If, however &man.ppp.8; is actually terminating due to a
|
If, however &man.ppp.8; is actually terminating due to a
|
||||||
segmentation violation or some other signal that normally
|
segmentation violation or some other signal that normally
|
||||||
|
|
Loading…
Reference in a new issue