Update lxqt-about
This commit is contained in:
parent
0e180ac51c
commit
e15e7af843
1 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
|
|
||||||
# apparmor.d - Full set of apparmor profiles
|
# apparmor.d - Full set of apparmor profiles
|
||||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
#include <tunables/global>
|
#include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/lxqt-about
|
@{exec_path} = @{bin}/lxqt-about
|
||||||
|
|
@ -25,4 +26,6 @@ profile lxqt-about @{exec_path} {
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
owner /tmp/@{int} r,
|
owner /tmp/@{int} r,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-about>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue