]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Merge pull request #593 from travankor/wayland
authorintrigeri <intrigeri@boum.org>
Tue, 10 Aug 2021 17:15:47 +0000 (17:15 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 17:15:47 +0000 (17:15 +0000)
AppArmor: support Wayland display protocol

apparmor/torbrowser.Browser.firefox

index c8db3cd62cc647a0fd1557a9d890bd4577899f82..41fb76afe2de172659688c65a27474849a5c8e1d 100644 (file)
@@ -115,6 +115,9 @@ profile torbrowser_firefox @{torbrowser_firefox_executable} {
   owner /{dev,run}/shm/org.chromium.* rw,
   owner /dev/shm/org.mozilla.ipc.[0-9]*.[0-9]* rw, # for Chromium IPC
 
+  # Required for Wayland display protocol support
+  owner /dev/shm/wayland.mozilla.ipc.[0-9]* rw,
+
   # Deny access to DRM nodes, that's granted by the X abstraction, which is
   # sourced by the gnome abstraction, that we include.
   deny /dev/dri/** rwklx,