From: Rik van Riel Date: Fri, 6 Dec 2013 21:07:54 +0000 (-0500) Subject: taskset: fix PERMISSIONS section of taskset man page X-Git-Tag: v2.25-rc1~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0e0fa7a45bccf8304edcb2a904f30a4f3a48b1;p=thirdparty%2Futil-linux.git taskset: fix PERMISSIONS section of taskset man page A user is always allowed to change the CPU affinity of his or her own processes. CAP_SYS_NICE is only required to change the affinity of another user's process. Signed-off-by: Rik van Riel Reported-by: Joe Mario --- diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index ade202b391..fb5738c352 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -102,10 +102,11 @@ Or set it: .B taskset \-p .I mask pid .SH PERMISSIONS +A user can change the CPU affinity of a process belonging to the same user. A user must possess .B CAP_SYS_NICE -to change the CPU affinity of a process. Any user can retrieve the affinity -mask. +to change the CPU affinity of a process belonging to another user. +A user can retrieve the affinity mask of any process. .SH AUTHOR Written by Robert M. Love. .SH COPYRIGHT