From 0d6d1d490c85e14837ceacd2b2dcdd13f2d56047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 27 Nov 2021 12:14:55 -0500 Subject: [PATCH] bwrap: add video group to ungoogled-chromium --- bwrap/ungoogled-chromium-private.bash | 4 ++-- bwrap/ungoogled-chromium.bash | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bwrap/ungoogled-chromium-private.bash b/bwrap/ungoogled-chromium-private.bash index 62d6193..7856a30 100644 --- a/bwrap/ungoogled-chromium-private.bash +++ b/bwrap/ungoogled-chromium-private.bash @@ -49,7 +49,7 @@ set -euo pipefail --file 12 /etc/group \ --new-session \ $HOME/.guix-profile/bin/chromium) \ - 11< <(getent passwd $UID 65534 audio) \ - 12< <(getent group "$(id -g)" 65534 audio) + 11< <(getent passwd $UID 65534 audio video) \ + 12< <(getent group "$(id -g)" 65534 audio video) # note: running ungoogled-chromium (GNU Guix) on private mode sanbox diff --git a/bwrap/ungoogled-chromium.bash b/bwrap/ungoogled-chromium.bash index b551ce4..988917c 100644 --- a/bwrap/ungoogled-chromium.bash +++ b/bwrap/ungoogled-chromium.bash @@ -57,7 +57,7 @@ set -euo pipefail --file 12 /etc/group \ --new-session \ $HOME/.guix-profile/bin/chromium) \ - 11< <(getent passwd $UID 65534 audio) \ - 12< <(getent group "$(id -g)" 65534 audio) + 11< <(getent passwd $UID 65534 audio video) \ + 12< <(getent group "$(id -g)" 65534 audio video) # note: running ungoogled-chromium (GNU Guix) mode sanbox