feat(profiles): networkmanager: compatibility with some distribution

Co-authored-by: Andy Ramos <maplewood_broer@8shield.net>
This commit is contained in:
Alexandre Pujol 2023-02-08 16:36:24 +00:00
parent 6665e3861f
commit b4a09ab13a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{libexec}/nm-openvpn-service
@{exec_path} = @{libexec}/{,NetworkManager/}nm-openvpn-service
profile nm-openvpn-service @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
@ -18,8 +18,8 @@ profile nm-openvpn-service @{exec_path} {
@{exec_path} mr,
@{libexec}/nm-openvpn-auth-dialog rPx,
@{libexec}/nm-openvpn-service-openvpn-helper rPx,
@{libexec}/{,NetworkManager/}nm-openvpn-auth-dialog rPx,
@{libexec}/{,NetworkManager/}nm-openvpn-service-openvpn-helper rPx,
/{usr/,}{s,}bin/openvpn rPx,
/{usr/,}bin/{,ba,da}sh rix,
/{usr/,}bin/kmod rPx,