diff --git a/pkg/aa/data_test.go b/pkg/aa/data_test.go index 3470affb..8cce4eb9 100644 --- a/pkg/aa/data_test.go +++ b/pkg/aa/data_test.go @@ -84,8 +84,8 @@ var ( } // PivotRoot - pivotroot1LogStr = `apparmor="ALLOWED" operation="pivotroot" class="mount" profile="systemd" name="@{run}/systemd/mount-rootfs/" comm="(ostnamed)" srcname="@{run}/systemd/mount-rootfs/"` - pivotroot1Log = map[string]string{ + // pivotroot1LogStr = `apparmor="ALLOWED" operation="pivotroot" class="mount" profile="systemd" name="@{run}/systemd/mount-rootfs/" comm="(ostnamed)" srcname="@{run}/systemd/mount-rootfs/"` + pivotroot1Log = map[string]string{ "apparmor": "ALLOWED", "class": "mount", "profile": "systemd",