fix(build): ensure full system policy build works.
This commit is contained in:
parent
5e93de2ec2
commit
5cf5b74f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue