apatel762 / home-infra

A repository containing all of the setup for my home infra (e.g. my laptop & soon, my server)
GNU Affero General Public License v3.0
0 stars 0 forks source link

NetworkManager OpenVPN setup not working #57

Closed apatel762 closed 2 years ago

apatel762 commented 2 years ago

Put these notes into the documentation (and possibly the Ansible playbook itself):

cd ~/Documents/Secrets/VPN/

\ls -al -d -Z client.ovpn
# -rw-------. 1 apatel apatel unconfined_u:object_r:user_home_t:s0 1095 Mar 22  2020 client.ovpn

# change the SELinux context type of everything in the folder
sudo chcon -R -t home_cert_t ~/Documents/Secrets/VPN/

\ls -al -d -Z client.ovpn
# -rw-------. 1 apatel apatel unconfined_u:object_r:home_cert_t:s0 1095 Mar 22  2020 client.ovpn