mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
build: etc.d -> multiarch.d as debian does not have etc.d yet.
This commit is contained in:
parent
ef687d7149
commit
e569f907e2
@ -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
|
||||
}
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user