mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
pass prompt info down into the backend for mapping
mapping for PROMPT_DEV needs to know that we should prompt
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#define PROMPT_COMPAT_IGNORE 0
|
||||
#define PROMPT_COMPAT_PERMSV2 1
|
||||
#define PROMPT_COMPAT_DEV 2
|
||||
#define PROMPT_COMPAT_PERMSV1 3
|
||||
|
||||
|
||||
class Profile;
|
||||
|
||||
#define RULE_NOT_SUPPORTED 0
|
||||
|
Reference in New Issue
Block a user