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:
@@ -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
|
||||
|
Reference in New Issue
Block a user