mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
parser: add label to mqueue debug output
Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
@@ -148,6 +148,8 @@ ostream &mqueue_rule::dump(ostream &os)
|
||||
os << ")";
|
||||
}
|
||||
|
||||
if (label)
|
||||
os << " label=" << label;
|
||||
if (qname)
|
||||
os << " " << qname;
|
||||
|
||||
|
Reference in New Issue
Block a user