Create lxqt-config-printer

This commit is contained in:
Besanon 2024-08-28 11:34:37 +02:00 committed by GitHub
parent 1f5e846e55
commit 5b68fef335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,30 @@
# 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/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/lxqt-config-printer
profile lxqt-config-printer @{exec_path} {
include <abstractions/base>
include <abstractions/gtk>
include <abstractions/video>
include <abstractions/lxqt>
include <abstractions/qt5-shader-cache>
include <abstractions/bus-accessibility>
include <abstractions/bus-session>
include <abstractions/gvfs-open>
@{exec_path} mr,
owner /tmp/@{int} r,
/dev/tty rw,
include if exists <local/lxqt-config-printer>
}
# vim:syntax=apparmor