aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/apparmor/include/audit.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/apparmor/include/audit.h b/security/apparmor/include/audit.h
index 620e81169659..4ac095118717 100644
--- a/security/apparmor/include/audit.h
+++ b/security/apparmor/include/audit.h
@@ -121,17 +121,19 @@ struct apparmor_audit_data {
121 /* these entries require a custom callback fn */ 121 /* these entries require a custom callback fn */
122 struct { 122 struct {
123 struct aa_label *peer; 123 struct aa_label *peer;
124 struct { 124 union {
125 const char *target; 125 struct {
126 kuid_t ouid; 126 const char *target;
127 } fs; 127 kuid_t ouid;
128 } fs;
129 int signal;
130 };
128 }; 131 };
129 struct { 132 struct {
130 struct aa_profile *profile; 133 struct aa_profile *profile;
131 const char *ns; 134 const char *ns;
132 long pos; 135 long pos;
133 } iface; 136 } iface;
134 int signal;
135 struct { 137 struct {
136 int rlim; 138 int rlim;
137 unsigned long max; 139 unsigned long max;