mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
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
|
||||
path := RootApparmord.Join("tunables/multiarch.d/apparmor.d")
|
||||
path := RootApparmord.Join("tunables/multiarch.d/system")
|
||||
content, err := path.ReadFile()
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue