summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include/audit.h
diff options
context:
space:
mode:
authorJan Engelhardt2012-03-14 13:30:36 +0100
committerJohn Johansen2012-03-15 03:09:13 +0100
commit2d4cee7e3a2b9f9c3237672cc136e20dbad0e2ce (patch)
tree5ec9bd7d6e135ace242941d51ab1f80478e1293f /security/apparmor/include/audit.h
parentAppArmor: Add ability to load extended policy (diff)
downloadkernel-qcow2-linux-2d4cee7e3a2b9f9c3237672cc136e20dbad0e2ce.tar.gz
kernel-qcow2-linux-2d4cee7e3a2b9f9c3237672cc136e20dbad0e2ce.tar.xz
kernel-qcow2-linux-2d4cee7e3a2b9f9c3237672cc136e20dbad0e2ce.zip
AppArmor: add const qualifiers to string arrays
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/include/audit.h')
-rw-r--r--security/apparmor/include/audit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apparmor/include/audit.h b/security/apparmor/include/audit.h
index 9317cd81416c..4ba78c203af1 100644
--- a/security/apparmor/include/audit.h
+++ b/security/apparmor/include/audit.h
@@ -25,7 +25,7 @@
struct aa_profile;
-extern const char *audit_mode_names[];
+extern const char *const audit_mode_names[];
#define AUDIT_MAX_INDEX 5
enum audit_mode {
@@ -47,7 +47,7 @@ enum audit_type {
AUDIT_APPARMOR_AUTO
};
-extern const char *op_table[];
+extern const char *const op_table[];
enum aa_ops {
OP_NULL,