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 {
|
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 {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,3 @@
|
||||||
|
|
||||||
# @{etc_rw} contains directories where writing to configuration files is allowed.
|
# @{etc_rw} contains directories where writing to configuration files is allowed.
|
||||||
@{etc_rw}=/etc/
|
@{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…
Add table
Add a link
Reference in a new issue