mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-01 20:52:08 -04:00
Set appropriate umask
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
411cd6f0d1
commit
85e499e466
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ unpriv(){
|
|||
sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo
|
||||
sudo dnf install -y ivpn-ui
|
||||
|
||||
umask 022
|
||||
|
||||
sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||
echo 'binds+=( '\'''/etc/opt/ivpn/mutable''\'' )' | sudo tee /etc/qubes-bind-dirs.d/50_user.conf
|
||||
|
||||
|
|
|
@ -21,6 +21,8 @@ unpriv(){
|
|||
sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo
|
||||
sudo dnf install -y mullvad-vpn
|
||||
|
||||
umask 022
|
||||
|
||||
sudo mkdir -p /etc/qubes-bind-dirs.d
|
||||
echo 'binds+=( '\'''/etc/mullvad-vpn''\'' )' | sudo tee /etc/qubes-bind-dirs.d/50_user.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue