From 86f1f045b115e506a354bc434dfc2fcb4eecff32 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 15 Jan 2014 17:32:21 +1300 Subject: [PATCH] setfsuid.2: spfix Signed-off-by: Michael Kerrisk --- man2/setfsuid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/setfsuid.2 b/man2/setfsuid.2 index dcf9cadc2..57b125ed2 100644 --- a/man2/setfsuid.2 +++ b/man2/setfsuid.2 @@ -85,7 +85,7 @@ the system call. .LP At the time when this system call was introduced, one process could send a signal to another process with the same effective user ID. -This meant that if a privilged process changed its effective user ID +This meant that if a privileged process changed its effective user ID for the purpose of file permission checking, then it could become vulnerable to receiving signals sent by another (unprivileged) process with the same user ID.