2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-04 00:05:14 +00:00

parser: add support for prompt profile mode

Add support for the prompt profile mode.

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2019-12-05 14:20:24 -08:00
parent a271b2474c
commit e5dace9ffd
16 changed files with 144 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ const char *profile_mode_table[] = {
"complain",
"kill",
"unconfined",
"prompt"
};
bool deref_profileptr_lt::operator()(Profile * const &lhs, Profile * const &rhs) const