27 lines
616 B
Text
27 lines
616 B
Text
# 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,
|
|
|
|
}
|
|
|