pacat: a CLI utility for playing and recording audio from the PulseAudio suite (#653)

This commit is contained in:
beroal 2025-01-23 00:26:31 +02:00 committed by GitHub
parent 0b3c49d26a
commit 044c490f10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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