aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/access.21
-rw-r--r--man2/execve.21
-rw-r--r--man2/faccessat.21
-rw-r--r--man2/fork.23
-rw-r--r--man2/getpid.23
-rw-r--r--man2/getsid.21
-rw-r--r--man2/kill.21
-rw-r--r--man2/killpg.23
-rw-r--r--man2/seteuid.23
-rw-r--r--man2/setfsgid.23
-rw-r--r--man2/setfsuid.23
-rw-r--r--man2/setgid.23
-rw-r--r--man2/setresuid.21
-rw-r--r--man2/setuid.23
-rw-r--r--man2/wait.21
-rw-r--r--man3/euidaccess.31
-rw-r--r--man3/initgroups.33
-rw-r--r--man3/tcgetpgrp.33
-rw-r--r--man7/capabilities.71
-rw-r--r--man7/path_resolution.73
-rw-r--r--man7/unix.71
21 files changed, 32 insertions, 11 deletions
diff --git a/man2/access.2 b/man2/access.2
index bb095c5a56..01937d9afd 100644
--- a/man2/access.2
+++ b/man2/access.2
@@ -196,4 +196,5 @@ honours this flag.
.BR setuid (2),
.BR stat (2),
.BR euidaccess (3),
+.BR credentials (7),
.BR path_resolution (7)
diff --git a/man2/execve.2 b/man2/execve.2
index b3301b38ea..8cb13204b7 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -549,5 +549,6 @@ argv[4]: world
.BR execl (3),
.BR fexecve (3),
.BR environ (7),
+.BR credentials (7),
.BR path_resolution (7),
.BR ld.so (8)
diff --git a/man2/faccessat.2 b/man2/faccessat.2
index 356874d236..2c690f5026 100644
--- a/man2/faccessat.2
+++ b/man2/faccessat.2
@@ -139,4 +139,5 @@ to determine access permissions.
.BR access (2),
.BR openat (2),
.BR euidaccess (3),
+.BR credentials (7),
.BR path_resolution (7)
diff --git a/man2/fork.2 b/man2/fork.2
index 5a6a0dc26f..f240e35681 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -196,4 +196,5 @@ and
.BR unshare (2),
.BR vfork (2),
.BR wait (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/getpid.2 b/man2/getpid.2
index de6d913ff1..82dfd33e90 100644
--- a/man2/getpid.2
+++ b/man2/getpid.2
@@ -50,4 +50,5 @@ POSIX.1-2001, 4.3BSD, SVr4
.BR mkstemp (3),
.BR tempnam (3),
.BR tmpfile (3),
-.BR tmpnam (3)
+.BR tmpnam (3),
+.BR credentials (7)
diff --git a/man2/getsid.2 b/man2/getsid.2
index f4b0f6cfa0..1b32332a53 100644
--- a/man2/getsid.2
+++ b/man2/getsid.2
@@ -68,4 +68,5 @@ for some integer \fIn\fP larger than or equal to 500.
.SH "SEE ALSO"
.BR getpgid (2),
.BR setsid (2),
+.BR credentials (7),
.BR feature_test_macros (7)
diff --git a/man2/kill.2 b/man2/kill.2
index 6baeb9bb60..fd80e50ef4 100644
--- a/man2/kill.2
+++ b/man2/kill.2
@@ -159,4 +159,5 @@ to all of the processes for which the caller had permission to signal.
.BR tkill (2),
.BR exit (3),
.BR capabilities (7),
+.BR credentials (7),
.BR signal (7)
diff --git a/man2/killpg.2 b/man2/killpg.2
index bcc1ea4bde..a428c07030 100644
--- a/man2/killpg.2
+++ b/man2/killpg.2
@@ -111,4 +111,5 @@ for all target processes.
.BR getpgrp (2),
.BR kill (2),
.BR signal (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/seteuid.2 b/man2/seteuid.2
index 4650c14c85..69c058e2db 100644
--- a/man2/seteuid.2
+++ b/man2/seteuid.2
@@ -94,4 +94,5 @@ Similar remarks hold for
.BR setresuid (2),
.BR setreuid (2),
.BR setuid (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/setfsgid.2 b/man2/setfsgid.2
index 0f1d92059e..fb0465261c 100644
--- a/man2/setfsgid.2
+++ b/man2/setfsgid.2
@@ -94,4 +94,5 @@ capability).
.SH "SEE ALSO"
.BR kill (2),
.BR setfsuid (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/setfsuid.2 b/man2/setfsuid.2
index c1c29f57a0..4d9db04d8a 100644
--- a/man2/setfsuid.2
+++ b/man2/setfsuid.2
@@ -94,4 +94,5 @@ capability).
.SH "SEE ALSO"
.BR kill (2),
.BR setfsgid (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/setgid.2 b/man2/setgid.2
index 99c36757ec..378467f050 100644
--- a/man2/setgid.2
+++ b/man2/setgid.2
@@ -65,4 +65,5 @@ SVr4, POSIX.1-2001.
.BR getgid (2),
.BR setegid (2),
.BR setregid (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/setresuid.2 b/man2/setresuid.2
index 2b0ceea9a4..1df51494c1 100644
--- a/man2/setresuid.2
+++ b/man2/setresuid.2
@@ -94,4 +94,5 @@ provided _GNU_SOURCE is defined.
.BR setreuid (2),
.BR setuid (2),
.BR capabilities (7),
+.BR credentials (7),
.BR feature_test_macros (7)
diff --git a/man2/setuid.2 b/man2/setuid.2
index 973e87a234..415c19bcc7 100644
--- a/man2/setuid.2
+++ b/man2/setuid.2
@@ -107,4 +107,5 @@ be forbidden from leaving core dumps.
.BR seteuid (2),
.BR setfsuid (2),
.BR setreuid (2),
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man2/wait.2 b/man2/wait.2
index b240a2c58a..37f3591eef 100644
--- a/man2/wait.2
+++ b/man2/wait.2
@@ -580,4 +580,5 @@ main(int argc, char *argv[])
.BR signal (2),
.BR wait4 (2),
.BR pthread_create (3),
+.BR credentials (7),
.BR signal (7)
diff --git a/man3/euidaccess.3 b/man3/euidaccess.3
index 9534f0b32d..e7208308ff 100644
--- a/man3/euidaccess.3
+++ b/man3/euidaccess.3
@@ -86,4 +86,5 @@ function was added to glibc in version 2.4.
.BR setgid (2),
.BR setuid (2),
.BR stat (2),
+.BR credentials (7),
.BR path_resolution (7)
diff --git a/man3/initgroups.3 b/man3/initgroups.3
index a70bbb5253..bf19560327 100644
--- a/man3/initgroups.3
+++ b/man3/initgroups.3
@@ -79,4 +79,5 @@ is only available if
is defined.
.SH "SEE ALSO"
.BR getgroups (2),
-.BR setgroups (2)
+.BR setgroups (2),
+.BR credentials (7)
diff --git a/man3/tcgetpgrp.3 b/man3/tcgetpgrp.3
index b7e9bc3f60..c96108c473 100644
--- a/man3/tcgetpgrp.3
+++ b/man3/tcgetpgrp.3
@@ -109,4 +109,5 @@ The ioctls appeared in 4.2BSD.
The functions are POSIX inventions.
.SH "SEE ALSO"
.BR setpgid (2),
-.BR setsid (2)
+.BR setsid (2),
+.BR credentials (7)
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 020b4d0719..ab3af3e379 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -530,4 +530,5 @@ associated with executable files.
.BR capget (2),
.BR prctl (2),
.BR setfsuid (2),
+.BR credentials (7),
.BR pthreads (7)
diff --git a/man7/path_resolution.7 b/man7/path_resolution.7
index e79c03e585..471481ec8f 100644
--- a/man7/path_resolution.7
+++ b/man7/path_resolution.7
@@ -210,4 +210,5 @@ on directories, and read permission on ordinary files.
.\" FIXME say something about immutable files
.\" FIXME say something about ACLs
.SH "SEE ALSO"
-.BR capabilities (7)
+.BR capabilities (7),
+.BR credentials (7)
diff --git a/man7/unix.7 b/man7/unix.7
index a226f14268..b1198213e0 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -300,4 +300,5 @@ See
.BR socketpair (2),
.BR cmsg (3),
.BR capabilities (7),
+.BR credentials (7),
.BR socket (7)