feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-04-24 18:58:58 +01:00
parent 4523a61425
commit ef687d7149
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 17 additions and 12 deletions

View file

@ -50,13 +50,8 @@ profile openvpn @{exec_path} {
@{exec_path} mr,
# OpenVPN config
/etc/openvpn/*.{conf,ovpn} r,
/etc/openvpn/client/*.{conf,ovpn} r,
/etc/openvpn/client/*_userpass.txt r,
/etc/openvpn/server/*.{conf,ovpn} r,
/etc/openvpn/auth/*.auth r,
/etc/openvpn/certs/*.{key,crt} r,
/etc/openvpn/{,**} r,
@{HOME}/.cert/{,**} r,
/var/log/openvpn/*.log w,