pacat: a CLI utility for playing and recording audio from the PulseAudio suite (#653)
Some checks are pending
Ubuntu / check (push) Waiting to run
Ubuntu / build (default, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (default, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-22.04) (push) Blocked by required conditions
Ubuntu / build (full-system-policy, ubuntu-24.04) (push) Blocked by required conditions
Ubuntu / tests (push) Blocked by required conditions

This commit is contained in:
beroal 2025-01-23 00:26:31 +02:00 committed by GitHub
parent 0b3c49d26a
commit 044c490f10
Failed to generate hash of commit

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