2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 06:45:38 +00:00

apparmor_parser: show attachment in --debug output

When showing the content of profiles with `apparmor_parser --debug`, the
attachment path is now displayed within the 'Debugging built structures'
section.

Signed-off-by: Maxime Bélair <maxime.belair@canonical.com>
This commit is contained in:
Maxime Bélair
2025-04-17 19:46:32 +02:00
parent cda9153772
commit 5d7fe96fd0
3 changed files with 8 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ out:
return ptype;
}
static const char *local_name(const char *name)
const char *local_name(const char *name)
{
const char *t;