Skip to content

Commit b7fddb8

Browse files
committed
AppImage Firajail: drop --ipc-namespace
breaks display vulkan_sdl2 with x11 driver (but not wayland!)
1 parent 630797b commit b7fddb8

File tree

1 file changed

+1
-1
lines changed
  • data/scripts/Linux-AppImage

1 file changed

+1
-1
lines changed

data/scripts/Linux-AppImage/AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ setup_firejail() {
320320
else
321321
FJ_TMPDIR=${TMPDIR-/tmp/ultragrid-$(id -u)}
322322
FIREJAIL_OPTS="${FIREJAIL_OPTS+$FIREJAIL_OPTS }--caps.drop=all\
323-
--ipc-namespace --nonewprivs --protocol=unix,inet,inet6,netlink --seccomp\
323+
--nonewprivs --protocol=unix,inet,inet6,netlink --seccomp\
324324
--private-bin=bash --private-opt=none --mkdir=$FJ_TMPDIR\
325325
--read-write=$FJ_TMPDIR --writable-var"
326326
FIREJAIL_OPTS="$FIREJAIL_OPTS $(get_custom_firejail_rules "$@") --private-etc=alsa,group,hostname,ld.so.conf,ld.so.cache,ld.so.conf.d,nsswitch.conf,passwd,resolv.conf --ignore=novideo"

0 commit comments

Comments
 (0)