bwrap: add video group to ungoogled-chromium

This commit is contained in:
Jesús 2021-11-27 12:14:55 -05:00
parent 19c6daaf17
commit 0d6d1d490c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ set -euo pipefail
--file 12 /etc/group \ --file 12 /etc/group \
--new-session \ --new-session \
$HOME/.guix-profile/bin/chromium) \ $HOME/.guix-profile/bin/chromium) \
11< <(getent passwd $UID 65534 audio) \ 11< <(getent passwd $UID 65534 audio video) \
12< <(getent group "$(id -g)" 65534 audio) 12< <(getent group "$(id -g)" 65534 audio video)
# note: running ungoogled-chromium (GNU Guix) on private mode sanbox # note: running ungoogled-chromium (GNU Guix) on private mode sanbox

View File

@ -57,7 +57,7 @@ set -euo pipefail
--file 12 /etc/group \ --file 12 /etc/group \
--new-session \ --new-session \
$HOME/.guix-profile/bin/chromium) \ $HOME/.guix-profile/bin/chromium) \
11< <(getent passwd $UID 65534 audio) \ 11< <(getent passwd $UID 65534 audio video) \
12< <(getent group "$(id -g)" 65534 audio) 12< <(getent group "$(id -g)" 65534 audio video)
# note: running ungoogled-chromium (GNU Guix) mode sanbox # note: running ungoogled-chromium (GNU Guix) mode sanbox