Skip to content

Commit

Permalink
fix(aa-log): fix go linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Nov 28, 2023
1 parent 34630b2 commit 66efedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/aa/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 66efedf

Please sign in to comment.