File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -87,13 +87,18 @@ echo "${ADMIN_PASS}" | sudo -S -v > /dev/null 2>&1
87
87
88
88
# Give ownership of the amnesia mounts to the amnesia user+group and relax the permissions.
89
89
# For example, new Veracrypt volume mounts are initially owned by root:root.
90
- log " Set up permissions on amnesia mounts, prog-id=3"
90
+ log " Set up permissions on amnesia mounts and clearnet user environment , prog-id=3"
91
91
sudo mkdir -p /media/amnesia
92
92
sudo chown amnesia:amnesia /media/amnesia
93
93
sudo chmod 710 /media/amnesia
94
94
sudo chown amnesia:amnesia /media/amnesia/* || true # Ignore failures
95
95
sudo chmod 775 /media/amnesia/* || true # Ignore failures
96
96
97
+ # Recreate classic clearnet user environmental conditions not present by default since Tails 6.x
98
+ sudo mkdir -p /home/clearnet/
99
+ sudo chown clearnet:clearnet /home/clearnet/
100
+ sudo usermod --home /home/clearnet clearnet
101
+
97
102
log " Process configuration, prog-id=4"
98
103
99
104
# Function: Asks the user to select their HiddenVM home directory, pre-selecting
You can’t perform that action at this time.
0 commit comments