* 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
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}bin/Xwayland
|
|
profile xwayland @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/dri-common>
|
|
include <abstractions/dri-enumerate>
|
|
include <abstractions/mesa>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/opencl-nvidia>
|
|
include <abstractions/vulkan>
|
|
|
|
signal (receive) set=(term hup) peer=gdm*,
|
|
signal (receive) set=(term hup) peer=gnome-shell,
|
|
|
|
unix (send,receive) type=stream addr="@/tmp/.X11-unix/X[0-9]*",
|
|
unix (send,receive) type=stream addr=none peer=(label=gnome-shell),
|
|
|
|
@{exec_path} mrix,
|
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
/{usr/,}bin/xkbcomp rPx,
|
|
|
|
/usr/share/egl/{,**} r,
|
|
/usr/share/fonts/X11/{,**} r,
|
|
/usr/share/X11/xkb/rules/evdev r,
|
|
|
|
owner /var/lib/gdm{3,}/.cache/mesa_shader_cache/index rw,
|
|
|
|
owner /tmp/server-[0-9]*.xkm rwk,
|
|
owner @{run}/user/@{uid}/.mutter-Xwaylandauth.[a-zA-z0-9]* rw,
|
|
owner @{run}/user/@{uid}/xwayland-shared-?????? rw,
|
|
|
|
@{sys}/bus/pci/devices/ r,
|
|
@{sys}/devices/system/cpu/possible r,
|
|
|
|
@{PROC}/@{pids}/cmdline r,
|
|
owner @{PROC}/@{pids}/comm r,
|
|
|
|
/dev/tty[0-9]* rw,
|
|
/dev/tty rw,
|
|
|
|
include if exists <local/xwayland>
|
|
}
|