rustdesk
This commit is contained in:
parent
02ced44a5c
commit
4f3864a9b6
4 changed files with 218 additions and 0 deletions
20
apparmor.d/profiles-m-r/rustdesk-utils
Normal file
20
apparmor.d/profiles-m-r/rustdesk-utils
Normal 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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue