Reorganise the directories.

This commit is contained in:
Alexandre Pujol 2021-04-01 17:02:49 +01:00
parent 91b15fcc73
commit 091d20d086
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
715 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,52 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2020-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/dbus-daemon
profile dbus-daemon @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
capability setgid,
capability setuid,
capability sys_resource,
signal (receive) set=(term, kill),
network netlink raw,
network bluetooth stream,
network bluetooth seqpacket,
@{exec_path} mr,
/usr/libexec/* rPUx,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/oom_score_adj rw,
@{PROC}/@{pids}/cmdline r,
@{PROC}/sys/kernel/random/boot_id r,
/usr/share/dbus-1/ r,
/usr/share/dbus-1/** r,
/etc/dbus-1/ r,
/etc/dbus-1/** r,
/usr/share/defaults/**.conf r,
@{sys}/module/apparmor/parameters/enabled r,
@{run}/systemd/users/[0-9]* r,
owner @{run}/user/[0-9]*/dbus-1/ rw,
owner @{run}/user/[0-9]*/dbus-1/services/ rw,
# file_inherit
owner /dev/tty[0-9]* rw,
include if exists <local/dbus-daemon>
}