feat(profiles): add mutter-x11-frames.

This commit is contained in:
Alexandre Pujol 2023-07-08 12:39:24 +01:00
parent 6715564053
commit 7deac2c904
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}lib/mutter-x11-frames
profile mutter-x11-frames @{exec_path} {
include <abstractions/base>
include <abstractions/dconf-write>
include <abstractions/dri-common>
include <abstractions/dri-enumerate>
include <abstractions/fonts>
include <abstractions/freedesktop.org>
include <abstractions/gtk>
include <abstractions/mesa>
include <abstractions/vulkan>
include <abstractions/wayland>
@{exec_path} mr,
include if exists <local/mutter-x11-frames>
}

View File

@ -208,6 +208,7 @@ mke2fs complain
ModemManager attach_disconnected,complain ModemManager attach_disconnected,complain
molly-guard complain molly-guard complain
mount attach_disconnected,complain mount attach_disconnected,complain
mutter-x11-frames complain
nautilus complain nautilus complain
needrestart attach_disconnected,complain needrestart attach_disconnected,complain
needrestart-iucode-scan-versions complain needrestart-iucode-scan-versions complain