diff options
Diffstat (limited to 'security/selinux/include')
-rw-r--r-- | security/selinux/include/security.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index ff4e19ccd8f8..e1d9db779983 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
@@ -47,11 +47,13 @@ | |||
47 | /* Non-mount related flags */ | 47 | /* Non-mount related flags */ |
48 | #define SE_SBINITIALIZED 0x10 | 48 | #define SE_SBINITIALIZED 0x10 |
49 | #define SE_SBPROC 0x20 | 49 | #define SE_SBPROC 0x20 |
50 | #define SE_SBLABELSUPP 0x40 | ||
50 | 51 | ||
51 | #define CONTEXT_STR "context=" | 52 | #define CONTEXT_STR "context=" |
52 | #define FSCONTEXT_STR "fscontext=" | 53 | #define FSCONTEXT_STR "fscontext=" |
53 | #define ROOTCONTEXT_STR "rootcontext=" | 54 | #define ROOTCONTEXT_STR "rootcontext=" |
54 | #define DEFCONTEXT_STR "defcontext=" | 55 | #define DEFCONTEXT_STR "defcontext=" |
56 | #define LABELSUPP_STR "seclabel" | ||
55 | 57 | ||
56 | struct netlbl_lsm_secattr; | 58 | struct netlbl_lsm_secattr; |
57 | 59 | ||