Update runsvchdir

This commit is contained in:
Besanon 2024-06-06 18:42:24 +02:00 committed by GitHub
parent 3de225a122
commit 0e8fa0c39e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,22 +6,23 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_pathrunCH} = @{bin}/runsvchdir
profile runsvchdir @{exec_pathrunCH} {
@{exec_path} = @{bin}/runsvchdir
profile runsvchdir @{exec_path {
include <abstractions/base>
include <abstractions/consoles>
@{exec_pathrunCH} mr,
@{exec_path} mr,
owner @{run}/runit/runsvdir/ rw,
owner @{run}/runit/runsvdir/** rw,
owner @{run}/runit/runsvdir/current/ rw,
owner @{run}/runit/runsvdir/ rw,
owner @{run}/runit/runsvdir/** rw,
owner @{run}/runit/runsvdir/current/ rw,
owner /etc/runit/runsvdir/ rw,
owner /etc/runit/runsvdir/** rw,
owner /etc/runit/runsvdir/current/ rw,
owner /etc/runit/runsvdir/ rw,
owner /etc/runit/runsvdir/** rw,
owner /etc/runit/runsvdir/current/ rw,
owner /dev/tty@{int} rw,
owner /dev/tty@{int} rw,
include if exists <local/runsvdir>
}