feat(kde): add some kde profiles.
This commit is contained in:
parent
c2bc6f26ae
commit
d8ff8c8cd6
7 changed files with 208 additions and 7 deletions
19
apparmor.d/groups/kde/kde-systemd-start-condition
Normal file
19
apparmor.d/groups/kde/kde-systemd-start-condition
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/kde-systemd-start-condition
|
||||
profile kde-systemd-start-condition @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner @{user_config_dirs}/baloofilerc r,
|
||||
owner @{user_config_dirs}/plasma-welcomerc r,
|
||||
|
||||
include if exists <local/kde-systemd-start-condition>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue