This commit is contained in:
Roman Beslik 2025-04-25 16:48:58 +03:00 committed by Alex
parent be0b63724c
commit c972607ca4

View file

@ -0,0 +1,20 @@
# 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