Searched defs:apparmor_audit_data (Results 1 – 1 of 1) sorted by relevance
107 struct apparmor_audit_data { struct108 int error;109 int type;110 const char *op;111 struct aa_label *label;112 const char *name;113 const char *info;114 u32 request;115 u32 denied;116 union {