Update mpv

mpv needs access to /dev/snd for the alsa audio backend to work
This commit is contained in:
odomingao 2024-08-04 18:05:01 -03:00 committed by GitHub
parent 7d9ae262c9
commit f4a386e876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,8 @@ profile mpv @{exec_path} {
@{sys}/devices/**/sound/**/uevent r, @{sys}/devices/**/sound/**/uevent r,
/dev/input/event@{int} r, /dev/input/event@{int} r,
/dev/snd/controlC@{int} w,
/dev/snd/pcmC* w,
owner /dev/tty@{int} rw, owner /dev/tty@{int} rw,
profile xdg-screensaver { profile xdg-screensaver {