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