fix(aa-log): fix go linter.

This commit is contained in:
Alexandre Pujol 2023-11-28 15:31:43 +00:00
parent 34630b2adf
commit 66efedfb01
Failed to generate hash of commit

View file

@ -84,8 +84,8 @@ var (
} }
// PivotRoot // PivotRoot
pivotroot1LogStr = `apparmor="ALLOWED" operation="pivotroot" class="mount" profile="systemd" name="@{run}/systemd/mount-rootfs/" comm="(ostnamed)" srcname="@{run}/systemd/mount-rootfs/"` // 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{ pivotroot1Log = map[string]string{
"apparmor": "ALLOWED", "apparmor": "ALLOWED",
"class": "mount", "class": "mount",
"profile": "systemd", "profile": "systemd",