Update runsvchdir
This commit is contained in:
parent
3de225a122
commit
0e8fa0c39e
1 changed files with 11 additions and 10 deletions
|
|
@ -6,12 +6,12 @@ abi <abi/3.0>,
|
||||||
|
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_pathrunCH} = @{bin}/runsvchdir
|
@{exec_path} = @{bin}/runsvchdir
|
||||||
profile runsvchdir @{exec_pathrunCH} {
|
profile runsvchdir @{exec_path {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
|
|
||||||
@{exec_pathrunCH} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
owner @{run}/runit/runsvdir/ rw,
|
owner @{run}/runit/runsvdir/ rw,
|
||||||
owner @{run}/runit/runsvdir/** rw,
|
owner @{run}/runit/runsvdir/** rw,
|
||||||
|
|
@ -23,5 +23,6 @@ profile runsvchdir @{exec_pathrunCH} {
|
||||||
|
|
||||||
owner /dev/tty@{int} rw,
|
owner /dev/tty@{int} rw,
|
||||||
|
|
||||||
|
include if exists <local/runsvdir>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue