diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-20 04:46:28 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-20 04:46:28 +0000 |
| commit | 777f5a9ef714f5282edbeeec494b679f3b239ac7 (patch) | |
| tree | 237787eb0c5522f7bd938a34ad9220e5e71a0561 /man7/capabilities.7 | |
| parent | 347e325b6a377481e949faddee786ca7d816fe9f (diff) | |
| download | man-pages-777f5a9ef714f5282edbeeec494b679f3b239ac7.tar.gz | |
Updated FIXMEs
Diffstat (limited to 'man7/capabilities.7')
| -rw-r--r-- | man7/capabilities.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 92e7eba0e1..98357ed1f2 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -109,9 +109,9 @@ Bypass permission checks for operations on System V IPC objects. Bypass permission checks for sending signals (see .BR kill (2)). This includes use of the KDSIGACCEPT ioctl. -.\" FIXME: CAP_KILL also an effect for threads + setting child -.\" termination signal to other than SIGCHLD; but what are -.\" the details? +.\" FIXME CAP_KILL also an effect for threads + setting child +.\" termination signal to other than SIGCHLD; but what are +.\" the details? .TP .B CAP_LEASE (Linux 2.4 onwards) Allow file leases to be established on @@ -164,7 +164,7 @@ Allow arbitrary manipulations of process UIDs .BR setresuid (2), .BR setfsuid (2)); allow forged UID when passing socket credentials via Unix domain sockets. -.\" FIXME: CAP_SETUID also an effect in exec(); document this. +.\" FIXME CAP_SETUID also an effect in exec(); document this. .TP .B CAP_SYS_ADMIN Permit a range of system administration operations including: @@ -206,8 +206,8 @@ without this capability these system calls will fail with the error .B ENFILE if this limit is encountered). .\" FIXME 2.6.14-rc1 permits the following with CAP_SYS_ADMIN: -.\" /* Allow setting zone reclaim policy */ -.\" Document this. +.\" /* Allow setting zone reclaim policy */ +.\" Document this. .\" FIXME CAP_SYS_ADMIN has an affect for ioprio_set() .TP .B CAP_SYS_BOOT |
