mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(build): tunable path.
This commit is contained in:
parent
e84750453c
commit
7909bb1948
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ func SetFullSystemPolicy() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set systemd profile name
|
// Set systemd profile name
|
||||||
path := paths.New("apparmor.d/tunables/multiarch.d/apparmor.d")
|
path := RootApparmord.Join("tunables/multiarch.d/apparmor.d")
|
||||||
content, err := path.ReadFile()
|
content, err := path.ReadFile()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in a new issue