summaryrefslogtreecommitdiff
path: root/include/linux/prctl.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-07-07 17:21:59 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-07-07 17:21:59 -0700
commita0127afbed65b7b9f8a486c557017eafb4d4c0fc (patch)
tree13cc11b0eb15128270e323c4053922d39a7343c7 /include/linux/prctl.h
parent332a2e1244bd08b9e3ecd378028513396a004a24 (diff)
parentc540521bba5d2f24bd2c0417157bfaf8b85e2eee (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull security docs update from James Morris. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: security: Minor improvements to no_new_privs documentation
Diffstat (limited to 'include/linux/prctl.h')
-rw-r--r--include/linux/prctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/prctl.h b/include/linux/prctl.h
index 3988012255dc..289760f424aa 100644
--- a/include/linux/prctl.h
+++ b/include/linux/prctl.h
@@ -141,6 +141,8 @@
* Changing LSM security domain is considered a new privilege. So, for example,
* asking selinux for a specific new context (e.g. with runcon) will result
* in execve returning -EPERM.
+ *
+ * See Documentation/prctl/no_new_privs.txt for more details.
*/
#define PR_SET_NO_NEW_PRIVS 38
#define PR_GET_NO_NEW_PRIVS 39