fix(build): ensure full system policy build works.

This commit is contained in:
Alexandre Pujol 2023-12-10 14:30:47 +00:00
parent 5e93de2ec2
commit 5cf5b74f4b
Failed to generate hash of commit

View file

@ -185,7 +185,7 @@ func SetFullSystemPolicy() error {
} }
// Set systemd profile name // Set systemd profile name
path := RootApparmord.Join("tunables/multiarch.d/apparmor.d") path := RootApparmord.Join("tunables/multiarch.d/system")
content, err := path.ReadFile() content, err := path.ReadFile()
if err != nil { if err != nil {
return err return err