Skip to content

Commit

Permalink
AppImage Firajail: drop --ipc-namespace
Browse files Browse the repository at this point in the history
breaks display vulkan_sdl2 with x11 driver (but not wayland!)
  • Loading branch information
MartinPulec committed Feb 6, 2025
1 parent 630797b commit b7fddb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scripts/Linux-AppImage/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ setup_firejail() {
else
FJ_TMPDIR=${TMPDIR-/tmp/ultragrid-$(id -u)}
FIREJAIL_OPTS="${FIREJAIL_OPTS+$FIREJAIL_OPTS }--caps.drop=all\
--ipc-namespace --nonewprivs --protocol=unix,inet,inet6,netlink --seccomp\
--nonewprivs --protocol=unix,inet,inet6,netlink --seccomp\
--private-bin=bash --private-opt=none --mkdir=$FJ_TMPDIR\
--read-write=$FJ_TMPDIR --writable-var"
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"
Expand Down

0 comments on commit b7fddb8

Please sign in to comment.