feat(profiles): make profile entrypoint more universal.
This commit is contained in:
parent
e031c129ed
commit
6e56cfccc9
70 changed files with 122 additions and 147 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}lib/nm-openvpn-service
|
||||
@{exec_path} = @{libexec}/nm-openvpn-service
|
||||
profile nm-openvpn-service @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
|
@ -18,10 +18,10 @@ profile nm-openvpn-service @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
@{libexec}/nm-openvpn-auth-dialog rPx,
|
||||
@{libexec}/nm-openvpn-service-openvpn-helper rPx,
|
||||
/{usr/,}{s,}bin/openvpn rPx,
|
||||
/{usr/,}lib/nm-openvpn-auth-dialog rPx,
|
||||
/{usr/,}lib/nm-openvpn-service-openvpn-helper rPx,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/kmod rPx,
|
||||
|
||||
@{run}/NetworkManager/nm-openvpn-@{uuid} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue