* '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
27 lines
679 B
Text
27 lines
679 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} = /usr/lib/systemd/user-generators/systemd-xdg-autostart-generator
|
|
profile systemd-user-generators-autostart @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
ptrace (read) peer=unconfined,
|
|
|
|
@{exec_path} mr,
|
|
|
|
/etc/xdg/autostart/{,*.desktop} r,
|
|
|
|
owner @{run}/user/@{uid}/systemd/generator.late/{,**} rw,
|
|
|
|
@{PROC}/cmdline r,
|
|
@{PROC}/sys/kernel/osrelease r,
|
|
@{PROC}/1/environ r,
|
|
@{PROC}/@{pids}/cgroup r,
|
|
|
|
include if exists <local/systemd-user-generators-autostart>
|
|
}
|