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

Enable profile names with regular expressions. This requires a newer

kernel.
This commit is contained in:
John Johansen
2009-07-30 06:09:19 +00:00
parent 4f3e6daae9
commit 9e27a95b8e
8 changed files with 720 additions and 9 deletions

View File

@@ -78,6 +78,10 @@ struct aa_rlimits {
struct codomain {
char *namespace;
char *name; /* codomain name */
void *xmatch;
size_t xmatch_size;
int xmatch_len;
/* char *sub_name; */ /* subdomain name or NULL */
/* int default_deny; */ /* TRUE or FALSE */
int local;