You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/worker.sh
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,12 @@ fi
83
83
84
84
echo"==========================================="
85
85
86
-
# Disable network access for the AppImage under test
87
-
sudo ip netns add jail
88
-
89
86
# TODO: If everything succeeded until here, then download Firejail aith Xpra and run the application in it
90
87
# and take screenshots if we don't have them already from AppStream
91
88
92
89
# LD_DEBUG=libs "$APPDIR/AppRun" & # Getting "Desktop file is missing. Please run /mnt/AppRun from within an AppImage." with wire-2.15.2751-x86_64.AppImage
93
90
chmod +x "$FILENAME"
94
-
sudo ip netns exec jail su $USER -c ./"$FILENAME"&
0 commit comments