This commit is contained in:
nobody43 2023-01-11 22:44:37 +03:00 committed by Alex
parent 02ced44a5c
commit 4f3864a9b6
4 changed files with 218 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# apparmor.d - Full set of apparmor profiles
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{,usr/}{,local/}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>
}