mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-26 19:10:31 +00:00
Allow the Wayland Proxy to run
Details: https://mastransky.wordpress.com/2023/12/22/wayland-proxy-load-balancer/
This commit is contained in:
parent
a82c1a0293
commit
6396261823
@ -137,6 +137,11 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
|
|||||||
# Required for Wayland display protocol support
|
# Required for Wayland display protocol support
|
||||||
owner /dev/shm/wayland.mozilla.ipc.[0-9]* rw,
|
owner /dev/shm/wayland.mozilla.ipc.[0-9]* rw,
|
||||||
|
|
||||||
|
# The Wayland Proxy prevents certain types of Wayland issues from
|
||||||
|
# crashing the client application. Details:
|
||||||
|
# https://mastransky.wordpress.com/2023/12/22/wayland-proxy-load-balancer/
|
||||||
|
owner @{run}/user/[0-9]*/wayland-proxy-@{pid} rw,
|
||||||
|
|
||||||
# Silence denial logs about permissions we don't need
|
# Silence denial logs about permissions we don't need
|
||||||
deny @{HOME}/.cache/fontconfig/ rw,
|
deny @{HOME}/.cache/fontconfig/ rw,
|
||||||
deny @{HOME}/.cache/fontconfig/** rw,
|
deny @{HOME}/.cache/fontconfig/** rw,
|
||||||
|
Loading…
Reference in New Issue
Block a user