apparmor.d/apparmor.d/groups/whonix/msgcollector-striphtml
2024-05-06 23:51:46 +01:00

19 lines
No EOL
440 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/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/msgcollector/striphtml
profile msgcollector-striphtml @{exec_path} {
include <abstractions/base>
include <abstractions/python>
@{exec_path} mr,
@{lib}/msgcollector/ r,
include if exists <local/msgcollector-striphtml>
}