2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

let a profile set a tasks caps, similar to fscaps

This commit is contained in:
John Johansen
2008-04-06 18:55:27 +00:00
parent 13e04a9f02
commit 34f2c96700
6 changed files with 48 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ struct codomain {
unsigned int audit_caps;
unsigned int deny_caps;
unsigned int quiet_caps;
unsigned int set_caps;
unsigned int *network_allowed; /* array of type masks
* indexed by AF_FAMILY */