We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebc608 commit b12cbb2Copy full SHA for b12cbb2
security/apparmor/include/audit.h
@@ -121,17 +121,19 @@ struct apparmor_audit_data {
121
/* these entries require a custom callback fn */
122
struct {
123
struct aa_label *peer;
124
- struct {
125
- const char *target;
126
- kuid_t ouid;
127
- } fs;
+ union {
+ struct {
+ const char *target;
+ kuid_t ouid;
128
+ } fs;
129
+ int signal;
130
+ };
131
};
132
133
struct aa_profile *profile;
134
const char *ns;
135
long pos;
136
} iface;
- int signal;
137
138
int rlim;
139
unsigned long max;
0 commit comments