apparmor.d/apparmor.d/groups/xfce/xfwm
2024-04-05 23:32:00 +01:00

25 lines
No EOL
573 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/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/xfwm4
profile xfwm @{exec_path} {
include <abstractions/base>
include <abstractions/audio-client>
include <abstractions/fontconfig-cache-write>
include <abstractions/graphics>
include <abstractions/nameservice-strict>
include <abstractions/xfce>
@{exec_path} mr,
/usr/share/xfwm4/{,**} r,
/etc/machine-id r,
include if exists <local/xfwm>
}