mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(aa-log): fix go linter.
This commit is contained in:
parent
34630b2adf
commit
66efedfb01
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue