* 'tunables' of https://github.com/nobody43/apparmor.d: dbus temp tails Update apparmor.d Update gdm-runtime-config more unrelated changes adjust date-time random tails rename to int, convert more profiles fixes tunables
35 lines
856 B
Text
35 lines
856 B
Text
# 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}/kglobalaccel5
|
|
profile kglobalaccel5 @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/freedesktop.org>
|
|
include <abstractions/qt5>
|
|
include <abstractions/X-strict>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/usr/share/hwdata/*.ids r,
|
|
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
|
/usr/share/kglobalaccel/{,**} r,
|
|
/usr/share/mime/{,**} r,
|
|
|
|
/etc/machine-id r,
|
|
|
|
owner @{user_config_dirs}/#@{int} rw,
|
|
owner @{user_config_dirs}/kglobalshortcutsrc* rwl,
|
|
owner @{user_config_dirs}/kglobalshortcutsrc.lock rwk,
|
|
|
|
@{PROC}/sys/kernel/random/boot_id r,
|
|
@{PROC}/sys/kernel/core_pattern r,
|
|
|
|
/dev/tty r,
|
|
|
|
include if exists <local/kglobalaccel5>
|
|
}
|