bwrap: add video group to ungoogled-chromium
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user