* Unbreaking Debian 11 and partially Ubuntu 22.04 * pre-cleanup * pre-cleanup2 * Update im-launch * Update gnome-extension-ding * polishing * not yet * Update ubuntu.flags Allow GDM to boot. `No new privs` fix. * Update debian.flags Allow GDM to boot. `No new privs` fix. * Update CONTRIBUTING.md * fixes * reverting w * move setpriv to main.flags
62 lines
1.7 KiB
Text
62 lines
1.7 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021-2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}lib/systemd/systemd-resolved
|
|
profile systemd-resolved @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/dbus-strict>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/openssl>
|
|
include <abstractions/p11-kit>
|
|
include <abstractions/ssl_certs>
|
|
include <abstractions/systemd-common>
|
|
|
|
capability net_bind_service,
|
|
capability net_raw,
|
|
capability setpcap,
|
|
|
|
network unix stream,
|
|
network unix dgram,
|
|
|
|
network inet dgram,
|
|
network inet stream,
|
|
network inet6 dgram,
|
|
network inet6 stream,
|
|
network netlink raw,
|
|
|
|
dbus send bus=system path=/org/freedesktop/DBus
|
|
interface=org.freedesktop.DBus
|
|
member={RequestName,GetConnectionUnixUser}
|
|
peer=(name=org.freedesktop.DBus),
|
|
|
|
dbus receive bus=system path=/org/freedesktop/resolve[0-9]
|
|
interface=org.freedesktop.resolve[0-9].Manager,
|
|
|
|
dbus receive bus=system path=/org/freedesktop/login[0-9]*
|
|
interface=org.freedesktop.login[0-9]*.Manager
|
|
member={PrepareForSleep,PrepareForShutdown}
|
|
peer=(name=:*, label=systemd-logind),
|
|
|
|
dbus bind bus=system
|
|
name=org.freedesktop.resolve[0-9],
|
|
|
|
@{exec_path} mr,
|
|
|
|
/etc/systemd/resolved.conf r,
|
|
/etc/systemd/resolved.conf.d/{,*} r,
|
|
|
|
owner @{run}/systemd/journal/socket w,
|
|
@{run}/systemd/netif/links/* r,
|
|
@{run}/systemd/notify rw,
|
|
@{run}/systemd/resolve/{,**} rw,
|
|
|
|
@{PROC}/sys/kernel/hostname r,
|
|
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
|
|
|
include if exists <local/systemd-timesyncd>
|
|
}
|