Update lxqt-about

This commit is contained in:
Besanon 2024-06-07 08:53:53 +02:00 committed by GitHub
parent 0e180ac51c
commit e15e7af843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,10 @@
# 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-about
@ -25,4 +26,6 @@ profile lxqt-about @{exec_path} {
/dev/tty rw,
owner /tmp/@{int} r,
include if exists <local/lxqt-about>
}