feat(abs): improve audio abstraction.

This commit is contained in:
Alexandre Pujol 2023-11-24 18:17:26 +00:00
parent ef1023156e
commit cd1de59aad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 8 additions and 18 deletions

View file

@ -72,14 +72,12 @@ profile mpv @{exec_path} {
owner @{PROC}/@{pid}/task/ r,
@{run}/udev/data/+input:input@{int} r, # for mouse, keyboard, touchpad
@{run}/udev/data/+sound:* r,
@{run}/udev/data/c13:@{int} r, # for /dev/input/*
@{run}/udev/data/c116:@{int} r, # for ALSA
@{sys}/bus/ r,
@{sys}/class/ r,
@{sys}/class/input/ r,
@{sys}/class/sound/ r,
@{sys}/devices/**/input/**/capabilities/* r,
@{sys}/devices/**/input/**/uevent r,
@{sys}/devices/**/sound/**/capabilities/* r,