tor_screen_small

I had to redesign and recode some of this project due to firejail removing 'private-home'. I changed the way it works to now create a home within a ramdisk (tmpfs).

I also added some new variables for configuration.

torbrowser.sh
 @@ -30,9 +30,10 @@ TORJAIL_DISPLAY=":6"
 #   you probably don't need to change anything below this line
 #*****************************************************************
 TORJAIL="torbrowser"
-TORJAIL_HOME="${TORJAIL_BASE}/tor-browser_en-US/Browser"
 TORJAIL_XAUTH="/tmp/.Xauthority-$TORJAIL"
 TORJAIL_TMP="/tmp/.torxephyr"
+TORJAIL_RAM="/tmp/torjail"
+TORJAIL_HOME="${TORJAIL_RAM}/tor-browser_en-US/Browser"

The main features are still as before (GPG verification, auto-update etc). You can download the updated version from github