mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 20:55:19 +01:00
Create lxqt-runner
This commit is contained in:
parent
a7da4672ae
commit
554301bee8
1 changed files with 36 additions and 0 deletions
36
apparmor.d/groups/lxqt/lxqt-runner
Normal file
36
apparmor.d/groups/lxqt/lxqt-runner
Normal file
|
@ -0,0 +1,36 @@
|
|||
# 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-runner
|
||||
profile lxqt-runner @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/video>
|
||||
include <abstractions/lxqt>
|
||||
|
||||
@{exec_pathlx27} mr,
|
||||
|
||||
/usr/share/icons/ r,
|
||||
/usr/share/icons/{,**} r,
|
||||
/usr/share/desktop-directories/ r,
|
||||
/usr/share/desktop-directories/{,**} r,
|
||||
|
||||
/etc/xdg/menus/lxqt-applications.menu r,
|
||||
|
||||
owner @{user_config_dirs}/lxqt/lxqt-runner.conf.lock rwk,
|
||||
owner @{user_config_dirs}/lxqt/#@{int} rw,
|
||||
owner @{user_config_dirs}/lxqt/lxqt-runner.conf.@{rand6} rwkl -> @{user_config_dirs}/lxqt/#@{int},
|
||||
|
||||
owner /tmp/@{int} r,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
include if exists <local/lxqt-runner>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
Loading…
Reference in a new issue