11 lines
344 B
Text
11 lines
344 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
@{bin}/kde-open rix,
|
|
|
|
owner @{user_config_dirs}/menus/{,**} r,
|
|
|
|
owner @{run}/user/@{uid}/kioclient@{rand6}.@{int}.kioworker.socket rwl -> @{run}/user/@{uid}/#@{int},
|
|
|
|
# vim:syntax=apparmor
|