25 lines
622 B
Text
25 lines
622 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{lib}/{,ibus/}ibus-memconf
|
|
profile ibus-memconf @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/ibus>
|
|
include <abstractions/nameservice-strict>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/etc/machine-id r,
|
|
|
|
/var/lib/gdm{3,}/.config/ibus/bus/ r,
|
|
/var/lib/gdm{3,}/.config/ibus/bus/@{md5}-unix-{,wayland-}@{int} r,
|
|
|
|
owner /var/lib/gdm{3,}/.cache/ibus/dbus-@{rand8} rw,
|
|
|
|
include if exists <local/ibus-memconf>
|
|
}
|