mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
parser: Set the DEBUG1 flag on profiles that use mqueue rules.
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
committed by
Georgia Garcia
parent
3cc73ffe8d
commit
1aa474b25c
@@ -204,6 +204,7 @@ int mqueue_rule::gen_policy_re(Profile &prof)
|
||||
// return RULE_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
prof.flags.flags |= FLAG_DEBUG1;
|
||||
/* always generate a label and mqueue entry */
|
||||
|
||||
//buffer << "(" << "\\x" << std::setfill('0') << std::setw(2) << std::hex << AA_CLASS_LABEL << "|)"; //is this required?
|
||||
|
Reference in New Issue
Block a user