mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +00:00
From: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Acked-By: Steve Beattie <steve@ubuntu.com> Ref: https://bugs.launchpad.net/bugs/431929 Parse log entries containing an ouid. (I added a testcase to Marc's fix.)
This commit is contained in:
@@ -127,6 +127,7 @@ typedef struct
|
||||
char *denied_mask; /* "r", "w", etc. */
|
||||
char *requested_mask;
|
||||
unsigned long fsuid; /* fsuid of task - if logged */
|
||||
unsigned long ouid; /* ouid of task - if logged */
|
||||
char *profile; /* The name of the profile */
|
||||
char *name;
|
||||
char *name2;
|
||||
|
Reference in New Issue
Block a user