bwrap: add video group to ungoogled-chromium
This commit is contained in:
parent
19c6daaf17
commit
0d6d1d490c
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user