build: etc.d -> multiarch.d as debian does not have etc.d yet.

This commit is contained in:
Alexandre Pujol 2023-04-25 21:47:01 +01:00
parent ef687d7149
commit e569f907e2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 1 additions and 5 deletions

View file

@ -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
}