apparmor.d/apparmor.d/profiles-m-r/rustdesk-utils
2024-10-14 19:32:48 +01:00

23 lines
507 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} = @{bin}/rustdesk-utils
profile rustdesk-utils @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/consoles>
network inet stream,
network inet6 stream,
@{exec_path} mr,
include if exists <local/rustdesk-utils>
}
# vim:syntax=apparmor