[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/torbrowser-launcher][main] Allow the Wayland Proxy to run



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher

Commits:

  • 63962618
    by anonym at 2024-11-07T10:07:22+01:00
    Allow the Wayland Proxy to run
    
    Details: https://mastransky.wordpress.com/2023/12/22/wayland-proxy-load-balancer/
    

1 changed file:

Changes:

  • apparmor/torbrowser.Browser.firefox
    ... ... @@ -137,6 +137,11 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
    137 137
       # Required for Wayland display protocol support
    
    138 138
       owner /dev/shm/wayland.mozilla.ipc.[0-9]* rw,
    
    139 139
     
    
    140
    +  # The Wayland Proxy prevents certain types of Wayland issues from
    
    141
    +  # crashing the client application. Details:
    
    142
    +  # https://mastransky.wordpress.com/2023/12/22/wayland-proxy-load-balancer/
    
    143
    +  owner @{run}/user/[0-9]*/wayland-proxy-@{pid} rw,
    
    144
    +
    
    140 145
       # Silence denial logs about permissions we don't need
    
    141 146
       deny @{HOME}/.cache/fontconfig/ rw,
    
    142 147
       deny @{HOME}/.cache/fontconfig/** rw,
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx