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
}

View File

@ -19,7 +19,3 @@
# @{etc_rw} contains directories where writing to configuration files is allowed.
@{etc_rw}=/etc/
# Also, include files in tunables/etc.d/ for site-specific adjustments to
# @{etc_ro} and @{etc_rw}.
include if exists <tunables/etc.d>