mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-15 06:35:08 +01:00
Create lxqt-about
This commit is contained in:
parent
d5552d2f94
commit
35fa0a23a6
1 changed files with 30 additions and 0 deletions
30
apparmor.d/groups/lxqt/lxqt-about
Normal file
30
apparmor.d/groups/lxqt/lxqt-about
Normal 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/4.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/lxqt-about
|
||||||
|
profile lxqt-about @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/lxqt>
|
||||||
|
include <abstractions/video>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/usr/share/icons/{,**} r,
|
||||||
|
/usr/share/desktop-directories/{,**} r,
|
||||||
|
|
||||||
|
/etc/xdg/menus/lxqt-applications.menu r,
|
||||||
|
|
||||||
|
owner /tmp/@{int} r,
|
||||||
|
|
||||||
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-about>
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:syntax=apparmor
|
Loading…
Reference in a new issue