diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2010-03-05 00:59:03 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-03-07 17:33:53 -0500 |
commit | 634a539e16bd7a1ba31c3f832baa725565cc9f96 (patch) | |
tree | cdc26f167c3a2764fecdf3427b2303d28bf05671 /security/selinux/include | |
parent | c8563473c1259f5686ceb918c548c80132089f79 (diff) |
selinux: const strings in tables
Several places strings tables are used that should be declared
const.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/include')
-rw-r--r-- | security/selinux/include/initial_sid_to_string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/include/initial_sid_to_string.h b/security/selinux/include/initial_sid_to_string.h index d4fac82793ae..a59b64e3fd02 100644 --- a/security/selinux/include/initial_sid_to_string.h +++ b/security/selinux/include/initial_sid_to_string.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* This file is automatically generated. Do not edit. */ | 1 | /* This file is automatically generated. Do not edit. */ |
2 | static char *initial_sid_to_string[] = | 2 | static const char *initial_sid_to_string[] = |
3 | { | 3 | { |
4 | "null", | 4 | "null", |
5 | "kernel", | 5 | "kernel", |