diff options
| author | James Morris <[email protected]> | 2010-03-09 01:46:47 +0000 |
|---|---|---|
| committer | James Morris <[email protected]> | 2010-03-09 01:46:47 +0000 |
| commit | c43a7523470dc2d9947fa114a0b54317975d4c04 (patch) | |
| tree | 30a72ed1e9079f19b814263197761820f57c39ce /security/selinux/hooks.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp (diff) | |
| parent | selinux: const strings in tables (diff) | |
| download | kernel-c43a7523470dc2d9947fa114a0b54317975d4c04.tar.gz kernel-c43a7523470dc2d9947fa114a0b54317975d4c04.zip | |
Merge branch 'next-queue' into next
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 5feecb41009d..63c2d36d55ab 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -323,7 +323,7 @@ extern int ss_initialized; /* The file system's label must be initialized prior to use. */ -static char *labeling_behaviors[6] = { +static const char *labeling_behaviors[6] = { "uses xattr", "uses transition SIDs", "uses task SIDs", |
