Replace shells with new sh_path variable
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
3b1b187d13
commit
40b171ee94
315 changed files with 415 additions and 369 deletions
|
|
@ -67,7 +67,7 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/nft rix,
|
||||
|
||||
@{bin}/dnsmasq rPx,
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ profile dhcpcd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/chmod rix,
|
||||
@{bin}/cmp rix,
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ profile mullvad-gui @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
"/opt/Mullvad VPN/*.so*" mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/gsettings rix,
|
||||
@{bin}/xdg-open rPx,
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/basename rix,
|
||||
@{bin}/chronyc rPUx,
|
||||
@{bin}/date rix,
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ profile nm-openvpn-service @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/kmod rPx,
|
||||
@{bin}/openvpn rPx,
|
||||
@{lib}/{,NetworkManager/}nm-openvpn-auth-dialog rPx,
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ profile openvpn @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/etc/openvpn/update-resolv-conf.sh r,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/cut rix,
|
||||
@{bin}/ip rix,
|
||||
@{bin}/which{,.debianutils} rix,
|
||||
|
|
@ -106,7 +106,7 @@ profile openvpn @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/openvpn/ r,
|
||||
/etc/openvpn/force-user-traffic-via-vpn.sh r,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/cut rix,
|
||||
@{bin}/env rix,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ profile wg-quick @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/ip rPx,
|
||||
@{bin}/nft rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue