2
0
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:
Georgia Garcia 2025-04-10 13:12:18 -03:00
parent 306b656ba2
commit b718c53b97

View File

@ -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;