feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2023-12-13 20:09:52 +00:00
parent ecb7f2e79f
commit a1b86b56d2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
31 changed files with 75 additions and 131 deletions

View file

@ -1,5 +1,6 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# Copyright (C) 2021-2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
@ -15,9 +16,11 @@ profile amixer @{exec_path} {
@{exec_path} mr,
/usr/share/pipewire/client.conf r,
/usr/share/pipewire/client-rt.conf r,
/var/lib/dbus/machine-id r,
/etc/machine-id r,
/etc/pipewire/client-rt.conf.d/{,*} r,
/var/lib/dbus/machine-id r,
owner @{HOME}/.Xauthority r,
@ -25,7 +28,6 @@ profile amixer @{exec_path} {
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
# file_inherit
owner /dev/tty@{int} rw,
include if exists <local/amixer>