mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Update run-parts
Correct include statement
This commit is contained in:
parent
1cf1fc35e3
commit
2e4788c51e
1 changed files with 1 additions and 1 deletions
|
@ -7,12 +7,12 @@
|
||||||
abi <abi/3.0>,
|
abi <abi/3.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
include <nameservice-strict>
|
|
||||||
|
|
||||||
@{exec_path} = /{usr/,}bin/run-parts
|
@{exec_path} = /{usr/,}bin/run-parts
|
||||||
profile run-parts @{exec_path} {
|
profile run-parts @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue