aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/apparmor/include/file.h')
-rw-r--r--security/apparmor/include/file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/apparmor/include/file.h b/security/apparmor/include/file.h
index 001e40073ff9..4c2c8ac8842f 100644
--- a/security/apparmor/include/file.h
+++ b/security/apparmor/include/file.h
@@ -101,9 +101,6 @@ static inline struct aa_label *aa_get_file_label(struct aa_file_ctx *ctx)
101#define AA_X_INHERIT 0x4000 101#define AA_X_INHERIT 0x4000
102#define AA_X_UNCONFINED 0x8000 102#define AA_X_UNCONFINED 0x8000
103 103
104/* AA_SECURE_X_NEEDED - is passed in the bprm->unsafe field */
105#define AA_SECURE_X_NEEDED 0x8000
106
107/* need to make conditional which ones are being set */ 104/* need to make conditional which ones are being set */
108struct path_cond { 105struct path_cond {
109 kuid_t uid; 106 kuid_t uid;