From: David Howells Date: Thu, 13 Nov 2008 23:39:14 +0000 (+1100) Subject: CRED: Neuter sys_capset() X-Git-Tag: v2.6.29-rc1~588^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdcbec1a3372c0c49c59d292e708fd07b509f18;p=pandora-kernel.git CRED: Neuter sys_capset() Take away the ability for sys_capset() to affect processes other than current. This means that current will not need to lock its own credentials when reading them against interference by other processes. This has effectively been the case for a while anyway, since: (1) Without LSM enabled, sys_capset() is disallowed. (2) With file-based capabilities, sys_capset() is neutered. Signed-off-by: David Howells Acked-by: Serge Hallyn Acked-by: Andrew G. Morgan Acked-by: James Morris Signed-off-by: James Morris --- Reading git-diff-tree failed