diff options
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 9a2ee845e9d4..e1202cbceeee 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -329,7 +329,7 @@ extern int ss_initialized; | |||
329 | 329 | ||
330 | /* The file system's label must be initialized prior to use. */ | 330 | /* The file system's label must be initialized prior to use. */ |
331 | 331 | ||
332 | static char *labeling_behaviors[6] = { | 332 | static const char *labeling_behaviors[6] = { |
333 | "uses xattr", | 333 | "uses xattr", |
334 | "uses transition SIDs", | 334 | "uses transition SIDs", |
335 | "uses task SIDs", | 335 | "uses task SIDs", |