feat(profiles): general update.
This commit is contained in:
parent
4523a61425
commit
ef687d7149
8 changed files with 17 additions and 12 deletions
|
|
@ -11,6 +11,7 @@ profile ModemManager @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/dbus-strict>
|
||||
include <abstractions/devices-usb>
|
||||
|
||||
network qipcrtr dgram,
|
||||
network netlink raw,
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ profile mullvad-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
/{usr/,}bin/ip rix,
|
||||
|
||||
"/opt/Mullvad VPN/resources/openvpn" rix,
|
||||
"/opt/Mullvad VPN/resources/*.so*" mr,
|
||||
"/opt/Mullvad VPN/resources/*" r,
|
||||
|
||||
/etc/mullvad-vpn/{,*} r,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue