apparmor.d/apparmor.d/groups/freedesktop/wmname
Roman Beslik c972607ca4 wmname
2025-05-14 22:20:39 +02:00

20 lines
416 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Roman Beslik <me@beroal.in.ua>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/wmname
profile wmname @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
owner @{HOME}/.Xauthority r,
include if exists <local/wmname>
}
# vim:syntax=apparmor