diff options
Diffstat (limited to 'include/linux/prctl.h')
| -rw-r--r-- | include/linux/prctl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/prctl.h b/include/linux/prctl.h index 0b32556ac20..6bbc4cc6755 100644 --- a/include/linux/prctl.h +++ b/include/linux/prctl.h @@ -142,4 +142,11 @@ #define PR_SET_NO_NEW_PRIVS 38 #define PR_GET_NO_NEW_PRIVS 39 +/* Control the ambient capability set */ +#define PR_CAP_AMBIENT 47 +# define PR_CAP_AMBIENT_IS_SET 1 +# define PR_CAP_AMBIENT_RAISE 2 +# define PR_CAP_AMBIENT_LOWER 3 +# define PR_CAP_AMBIENT_CLEAR_ALL 4 + #endif /* _LINUX_PRCTL_H */ |
