Skip to content

Commit

Permalink
apparmor: add a features/policy dir to interface
Browse files Browse the repository at this point in the history
Add a policy directory to features to contain features that can affect
policy compilation but do not affect mediation. Eg of such features would
be types of dfa compression supported, etc.

Signed-off-by: John Johansen <[email protected]>
Acked-by: Kees Cook <[email protected]>
  • Loading branch information
John Johansen committed Aug 14, 2013
1 parent c611616 commit 9d910a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions security/apparmor/apparmorfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,12 @@ static struct aa_fs_entry aa_fs_entry_domain[] = {
{ }
};

static struct aa_fs_entry aa_fs_entry_policy[] = {
{}
};

static struct aa_fs_entry aa_fs_entry_features[] = {
AA_FS_DIR("policy", aa_fs_entry_policy),
AA_FS_DIR("domain", aa_fs_entry_domain),
AA_FS_DIR("file", aa_fs_entry_file),
AA_FS_FILE_U64("capability", VFS_CAP_FLAGS_MASK),
Expand Down

0 comments on commit 9d910a3

Please sign in to comment.