pacat: a CLI utility for playing and recording audio from the PulseAudio suite (#653)
This commit is contained in:
parent
0b3c49d26a
commit
044c490f10
1 changed files with 24 additions and 0 deletions
24
apparmor.d/groups/freedesktop/pacat
Normal file
24
apparmor.d/groups/freedesktop/pacat
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2025 Roman Beslik <me@beroal.in.ua>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/pacat
|
||||
profile pacat @{exec_path} {
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/machine-id r,
|
||||
|
||||
owner @{user_music_dirs}/{,**} rw,
|
||||
|
||||
include if exists <local/pacat>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue