bwrap: improve audio support
This commit is contained in:
parent
cadef2c0a4
commit
7ff0d1452f
@ -31,7 +31,7 @@ set -euo pipefail
|
|||||||
--ro-bind /var/cache/fontconfig /var/cache/fontconfig \
|
--ro-bind /var/cache/fontconfig /var/cache/fontconfig \
|
||||||
--ro-bind /var/lib/alsa /var/lib/alsa \
|
--ro-bind /var/lib/alsa /var/lib/alsa \
|
||||||
--bind-try /tmp/sndio /tmp/sndio \
|
--bind-try /tmp/sndio /tmp/sndio \
|
||||||
--bind-try /tmp/sndio-1000 /tmp/sndio-1000 \
|
--bind-try /tmp/sndio-"$(id -u)" /tmp/sndio-"$(id -u)" \
|
||||||
--bind-try "${HOME}/.sndio" "${HOME}/.sndio" \
|
--bind-try "${HOME}/.sndio" "${HOME}/.sndio" \
|
||||||
--bind "${HOME}/Descargas" "${HOME}/Descargas" \
|
--bind "${HOME}/Descargas" "${HOME}/Descargas" \
|
||||||
--chdir "${HOME}" \
|
--chdir "${HOME}" \
|
||||||
@ -45,7 +45,7 @@ set -euo pipefail
|
|||||||
--file 12 /etc/group \
|
--file 12 /etc/group \
|
||||||
--new-session \
|
--new-session \
|
||||||
/usr/bin/iceweasel-uxp) \
|
/usr/bin/iceweasel-uxp) \
|
||||||
11< <(getent passwd $UID 65534) \
|
11< <(getent passwd $UID 65534 audio) \
|
||||||
12< <(getent group "$(id -g)" 65534)
|
12< <(getent group "$(id -g)" 65534 audio)
|
||||||
|
|
||||||
# note: running iceweasel-uxp on private mode sanbox
|
# note: running iceweasel-uxp on private mode sanbox
|
||||||
|
@ -32,7 +32,7 @@ set -euo pipefail
|
|||||||
--ro-bind /var/cache/fontconfig /var/cache/fontconfig \
|
--ro-bind /var/cache/fontconfig /var/cache/fontconfig \
|
||||||
--ro-bind /var/lib/alsa /var/lib/alsa \
|
--ro-bind /var/lib/alsa /var/lib/alsa \
|
||||||
--bind-try /tmp/sndio /tmp/sndio \
|
--bind-try /tmp/sndio /tmp/sndio \
|
||||||
--bind-try /tmp/sndio-1000 /tmp/sndio-1000 \
|
--bind-try /tmp/sndio-"$(id -u)" /tmp/sndio-"$(id -u)" \
|
||||||
--bind-try "${HOME}/.sndio" "${HOME}/.sndio" \
|
--bind-try "${HOME}/.sndio" "${HOME}/.sndio" \
|
||||||
--ro-bind "${HOME}/.Xauthority" "${HOME}/.Xauthority" \
|
--ro-bind "${HOME}/.Xauthority" "${HOME}/.Xauthority" \
|
||||||
--bind "${HOME}/.cache/hyperbola" "${HOME}/.cache/hyperbola" \
|
--bind "${HOME}/.cache/hyperbola" "${HOME}/.cache/hyperbola" \
|
||||||
@ -54,7 +54,7 @@ set -euo pipefail
|
|||||||
--file 12 /etc/group \
|
--file 12 /etc/group \
|
||||||
--new-session \
|
--new-session \
|
||||||
/usr/bin/iceweasel-uxp) \
|
/usr/bin/iceweasel-uxp) \
|
||||||
11< <(getent passwd $UID 65534) \
|
11< <(getent passwd $UID 65534 audio) \
|
||||||
12< <(getent group "$(id -g)" 65534)
|
12< <(getent group "$(id -g)" 65534 audio)
|
||||||
|
|
||||||
# note: running iceweasel-uxp mode sanbox
|
# note: running iceweasel-uxp mode sanbox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user