mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
parent
065dad53e3
commit
1970e14b46
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
# apparmor.d - Full set of apparmor profiles
|
# apparmor.d - Full set of apparmor profiles
|
||||||
# Copyright (C) 2017-2021 Mikhail Morfikov
|
# Copyright (C) 2017-2021 Mikhail Morfikov
|
||||||
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
abi <abi/3.0>,
|
abi <abi/3.0>,
|
||||||
|
@ -66,9 +67,10 @@ profile pulseaudio @{exec_path} {
|
||||||
@{sys}/devices/system/node/ r,
|
@{sys}/devices/system/node/ r,
|
||||||
@{sys}/devices/system/node/node[0-9]/meminfo r,
|
@{sys}/devices/system/node/node[0-9]/meminfo r,
|
||||||
|
|
||||||
@{run}/systemd/users/@{uid} r,
|
owner @{run}/user/@{uid}/dconf/ w,
|
||||||
|
owner @{run}/user/@{uid}/dconf/user rw,
|
||||||
|
|
||||||
@{run}/user/@{uid}/dconf/user rw,
|
@{run}/systemd/users/@{uid} r,
|
||||||
@{run}/user/@{uid}/ICEauthority r,
|
@{run}/user/@{uid}/ICEauthority r,
|
||||||
|
|
||||||
owner @{PROC}/@{pid}/fd/ r,
|
owner @{PROC}/@{pid}/fd/ r,
|
||||||
|
|
Loading…
Reference in a new issue