diff options
author | schweikh <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
commit | 511e378b14868fd06fca565a7db84b7080fdbcb7 (patch) | |
tree | fb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man9/suser.9 | |
parent | b855a121e272a07bd83ce7b51f776e73d7412cf4 (diff) | |
download | FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz |
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Diffstat (limited to 'share/man/man9/suser.9')
-rw-r--r-- | share/man/man9/suser.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/suser.9 b/share/man/man9/suser.9 index 167ae75..229ca41 100644 --- a/share/man/man9/suser.9 +++ b/share/man/man9/suser.9 @@ -68,12 +68,12 @@ powers should be extended to imprisoned roots. By default a process does not command superuser powers if it has been imprisoned by the .Xr jail 2 -system call. +system call. There are cases however where this is appropriate, and this can be done by setting the .Dv PRISON_ROOT bit in the flags argument to the -.Nm suser_xxx +.Nm suser_xxx function. It is important to review carefully in each case that this does not weaken the prison. Generally only where the action is protected by the @@ -87,10 +87,10 @@ The and .Nm suser_xxx functions note the fact that superuser powers have been used in the -process structure of the process specified. +process structure of the process specified. Because part of their function is to notice -whether superuser powers have been used, -the functions should only be called after other permission +whether superuser powers have been used, +the functions should only be called after other permission possibilities have been exhausted. .Sh RETURN VALUES The |