Create lxqt-leave

This commit is contained in:
Besanon 2024-11-04 11:59:35 +01:00 committed by GitHub
parent 35fa0a23a6
commit a7da4672ae
Failed to generate hash of commit

View file

@ -0,0 +1,25 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/lxqt-leave
profile lxqt-leave @{exec_path} {
include <abstractions/base>
include <abstractions/graphics>
include <abstractions/lxqt>
@{exec_pathlx21} mr,
owner /tmp/@{int} r,
/dev/tty rw,
include if exists <local/lxqt-leave>
}
# vim:syntax=apparmor