security: Minor improvements to no_new_privs documentation
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / prctl.h
index 3988012..289760f 100644 (file)
  * 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