@@ -23,7 +23,6 @@ sudo systemctl mask debug-shell.service
 | 
				
			|||||||
sudo systemctl mask kdump.service
 | 
					sudo systemctl mask kdump.service
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Setting umask to 077
 | 
					# Setting umask to 077
 | 
				
			||||||
# Note: Qubes does something here that makes the umask for root stay at 022. Need to debug.
 | 
					 | 
				
			||||||
umask 077
 | 
					umask 077
 | 
				
			||||||
sudo sed -i 's/umask 022/umask 077/g' /etc/bashrc
 | 
					sudo sed -i 's/umask 022/umask 077/g' /etc/bashrc
 | 
				
			||||||
echo 'umask 077' | sudo tee -a /etc/bashrc
 | 
					echo 'umask 077' | sudo tee -a /etc/bashrc
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,6 @@
 | 
				
			|||||||
# License for the specific language governing permissions and limitations under
 | 
					# License for the specific language governing permissions and limitations under
 | 
				
			||||||
# the License.
 | 
					# the License.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Note: Qubes does something that makes the umask for root stay at 022. Need to debug. The umask commands are unnecessary for now.
 | 
					 | 
				
			||||||
umask 022
 | 
					umask 022
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install Edge
 | 
					# Install Edge
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user