* 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
30 lines
853 B
Text
30 lines
853 B
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/,}lib/ibus/ibus-engine-simple
|
|
@{exec_path} += @{libexec}/ibus-engine-simple
|
|
profile ibus-engine-simple @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/ibus>
|
|
|
|
signal (receive) set=term peer=ibus-daemon,
|
|
|
|
unix (send, receive, connect) type=stream peer=(addr="@/var/lib/gdm{3,}/.cache/ibus/dbus-*", label=ibus-daemon),
|
|
|
|
@{exec_path} mr,
|
|
|
|
/etc/machine-id r,
|
|
/var/lib/dbus/machine-id r,
|
|
|
|
/var/lib/gdm{3,}/.config/ibus/bus/{,@{hex}-unix-wayland-[0-9]} r,
|
|
/var/lib/gdm{3,}/.config/ibus/bus/@{hex}-unix-[0-9] r,
|
|
|
|
owner /dev/tty[0-9]* rw,
|
|
|
|
include if exists <local/ibus-engine-simple>
|
|
}
|