2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-02 15:25:27 +00:00
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:
Steve Beattie
2009-09-18 21:13:04 +00:00
parent 317a3a0ad2
commit 4265cecdfa
8 changed files with 27 additions and 0 deletions

View File

@@ -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;