Update runsvchdir
This commit is contained in:
parent
36f926c769
commit
56ab2ccadd
1 changed files with 26 additions and 0 deletions
|
|
@ -1 +1,27 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_pathrunCH} = @{bin}/runsvchdir
|
||||
profile runsvchdir @{exec_pathrunCH} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_pathrunCH} mr,
|
||||
|
||||
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 /dev/tty@{int} rw,
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue