diff options
author | Eric Paris <eparis@redhat.com> | 2008-04-01 13:24:09 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-04-18 06:26:13 -0400 |
commit | 832cbd9aa1293cba57d06571f5fc8f0917c672af (patch) | |
tree | 85b1b550c71acde04294b69c08176adbaaf8641b /security/selinux/include/security.h | |
parent | 0e55a004b58847c53e48d846b9a4570b1587c382 (diff) |
SELinux: turn mount options strings into defines
Convert the strings used for mount options into #defines rather than
retyping the string throughout the SELinux code.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/include/security.h')
-rw-r--r-- | security/selinux/include/security.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index dd70aa084637..bc823ef70a12 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
@@ -41,6 +41,11 @@ | |||
41 | #define ROOTCONTEXT_MNT 0x04 | 41 | #define ROOTCONTEXT_MNT 0x04 |
42 | #define DEFCONTEXT_MNT 0x08 | 42 | #define DEFCONTEXT_MNT 0x08 |
43 | 43 | ||
44 | #define CONTEXT_STR "context=" | ||
45 | #define FSCONTEXT_STR "fscontext=" | ||
46 | #define ROOTCONTEXT_STR "rootcontext=" | ||
47 | #define DEFCONTEXT_STR "defcontext=" | ||
48 | |||
44 | struct netlbl_lsm_secattr; | 49 | struct netlbl_lsm_secattr; |
45 | 50 | ||
46 | extern int selinux_enabled; | 51 | extern int selinux_enabled; |