Create lxqt-config-printer

This commit is contained in:
Besanon 2024-11-23 21:05:18 +01:00 committed by GitHub
parent 08a2987d35
commit 9d946327a4
Failed to generate hash of commit

View file

@ -0,0 +1,24 @@
# 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-config-printer
profile lxqt-config-printer @{exec_path} {
include <abstractions/base>
include <abstractions/lxqt>
@{exec_pathlx15} mr,
owner /tmp/@{int} r,
/dev/tty rw,
include if exists <local/lxqt-config-printer>
}
# vim:syntax=apparmor