apparmor.d/apparmor.d/groups/whonix/systemcheck-canary
2024-10-16 23:36:13 +01:00

36 lines
850 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/systemcheck/canary-daemon
profile systemcheck-canary @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{bin}/sleep rix,
@{bin}/grep rix,
@{bin}/whoami rix,
@{bin}/cat rix,
@{bin}/date rix,
@{bin}/sleep rix,
@{lib}/systemcheck/canary rix,
#aa:stack systemd-detect-virt systemd-notify
@{bin}/systemd-detect-virt rPx -> systemcheck-canary//&systemd-detect-virt,
@{bin}/systemd-notify rPx -> systemcheck-canary//&systemd-notify,
/etc/systemcheck.d/{,**} r,
@{PROC}/cmdline r,
include if exists <local/systemcheck-canary>
}
# vim:syntax=apparmor