build: etc.d -> multiarch.d as debian does not have etc.d yet.
This commit is contained in:
parent
ef687d7149
commit
e569f907e2
3 changed files with 1 additions and 5 deletions
|
|
@ -163,7 +163,7 @@ func Configure() error {
|
|||
}
|
||||
|
||||
func setLibexec() error {
|
||||
file, err := RootApparmord.Join("tunables", "etc.d", "apparmor.d").Append()
|
||||
file, err := RootApparmord.Join("tunables", "multiarch.d", "apparmor.d").Append()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue