aboutsummaryrefslogtreecommitdiffstats
path: root/bwrap/iceweasel-uxp-private.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bwrap/iceweasel-uxp-private.bash')
-rw-r--r--bwrap/iceweasel-uxp-private.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/bwrap/iceweasel-uxp-private.bash b/bwrap/iceweasel-uxp-private.bash
index f91c3f4..ad827c4 100644
--- a/bwrap/iceweasel-uxp-private.bash
+++ b/bwrap/iceweasel-uxp-private.bash
@@ -31,7 +31,7 @@ set -euo pipefail
--ro-bind /var/cache/fontconfig /var/cache/fontconfig \
--ro-bind /var/lib/alsa /var/lib/alsa \
--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 "${HOME}/Descargas" "${HOME}/Descargas" \
--chdir "${HOME}" \
@@ -45,7 +45,7 @@ set -euo pipefail
--file 12 /etc/group \
--new-session \
/usr/bin/iceweasel-uxp) \
- 11< <(getent passwd $UID 65534) \
- 12< <(getent group "$(id -g)" 65534)
+ 11< <(getent passwd $UID 65534 audio) \
+ 12< <(getent group "$(id -g)" 65534 audio)
# note: running iceweasel-uxp on private mode sanbox