diff options
Diffstat (limited to 'kernel/audit.h')
-rw-r--r-- | kernel/audit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/audit.h b/kernel/audit.h index ddfce2ea4891..bb3a4e14b7e5 100644 --- a/kernel/audit.h +++ b/kernel/audit.h | |||
@@ -68,6 +68,7 @@ struct audit_cap_data { | |||
68 | unsigned int fE; /* effective bit of file cap */ | 68 | unsigned int fE; /* effective bit of file cap */ |
69 | kernel_cap_t effective; /* effective set of process */ | 69 | kernel_cap_t effective; /* effective set of process */ |
70 | }; | 70 | }; |
71 | kernel_cap_t ambient; | ||
71 | }; | 72 | }; |
72 | 73 | ||
73 | /* When fs/namei.c:getname() is called, we store the pointer in name and bump | 74 | /* When fs/namei.c:getname() is called, we store the pointer in name and bump |