SELinux: rename SE_SBLABELSUPP to SBLABEL_MNT

Just a flag rename as we prepare to make it not so special.

Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
Eric Paris
2012-10-09 10:56:25 -04:00
parent af8e50cc7d
commit 12f348b9dc
2 changed files with 15 additions and 15 deletions

View File

@ -52,7 +52,7 @@
/* Non-mount related flags */
#define SE_SBINITIALIZED 0x10
#define SE_SBPROC 0x20
#define SE_SBLABELSUPP 0x40
#define SBLABEL_MNT 0x40
#define CONTEXT_STR "context="
#define FSCONTEXT_STR "fscontext="