Update runsvdir
This commit is contained in:
parent
0e8fa0c39e
commit
e2b4317e11
1 changed files with 24 additions and 23 deletions
|
|
@ -8,8 +8,8 @@ abi <abi/3.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_pathrunsvdir} = @{bin}/runsvdir
|
@{exec_path} = @{bin}/runsvdir
|
||||||
profile runsvdir @{exec_pathrunsvdir} flags=(attach_disconnected) {
|
profile runsvdir @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/bus-session>
|
include <abstractions/bus-session>
|
||||||
include <abstractions/bus-system>
|
include <abstractions/bus-system>
|
||||||
|
|
@ -28,7 +28,7 @@ profile runsvdir @{exec_pathrunsvdir} flags=(attach_disconnected) {
|
||||||
|
|
||||||
ptrace (read) peer=elogind,
|
ptrace (read) peer=elogind,
|
||||||
|
|
||||||
@{exec_pathrunsvdir} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
@{bin}/dbus-send rix,
|
@{bin}/dbus-send rix,
|
||||||
@{bin}/runsv rPx,
|
@{bin}/runsv rPx,
|
||||||
|
|
@ -60,4 +60,5 @@ profile runsvdir @{exec_pathrunsvdir} flags=(attach_disconnected) {
|
||||||
owner /tmp/#@{int}* rw,
|
owner /tmp/#@{int}* rw,
|
||||||
owner /tmp/*/{,s} rw,
|
owner /tmp/*/{,s} rw,
|
||||||
|
|
||||||
|
include if exists <local/runsvdir>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue