mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-23 10:37:27 +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 << ")";
|
os << ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (label)
|
||||||
|
os << " label=" << label;
|
||||||
if (qname)
|
if (qname)
|
||||||
os << " " << qname;
|
os << " " << qname;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user