mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-06 10:15:08 +01:00
feat(profiles): add gnome-remote-desktop-daemon.
This commit is contained in:
parent
5987818b42
commit
82e6dc13e9
1 changed files with 21 additions and 0 deletions
21
apparmor.d/groups/gnome/gnome-remote-desktop-daemon
Normal file
21
apparmor.d/groups/gnome/gnome-remote-desktop-daemon
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{libexec}/gnome-remote-desktop-daemon
|
||||||
|
profile gnome-remote-desktop-daemon @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/dri-common>
|
||||||
|
include <abstractions/dri-enumerate>
|
||||||
|
include <abstractions/vulkan>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||||
|
|
||||||
|
include if exists <local/gnome-remote-desktop-daemon>
|
||||||
|
}
|
Loading…
Reference in a new issue