Update NetworkManager
This is the path for nm-openvpn-service on pop-os: '/usr/lib/NetworkManager/nm-openvpn-service'. All of the executables are under the 'NetworkManager' folder in pop-os, which resulted in log entries in aa-logprof (even though openvpn seemed to function normally for whatever reason). Additionally, the executables did not exist under '/usr/lib' in my filesystem; only under '/usr/lib/NetworkManager'. The respective profiles for each of the executables will need to be changed accordingly.
This commit is contained in:
parent
8dca20c5c6
commit
7b18bef198
1 changed files with 7 additions and 7 deletions
|
|
@ -92,13 +92,13 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
|||
/{usr/,}bin/dnsmasq rPx,
|
||||
/{usr/,}bin/resolvconf rPx,
|
||||
/{usr/,}bin/systemctl rPx -> child-systemctl,
|
||||
/{usr/,}lib/nm-dhcp-helper rPx,
|
||||
/{usr/,}lib/nm-dispatcher rPx,
|
||||
/{usr/,}lib/nm-iface-helper rPx,
|
||||
/{usr/,}lib/nm-initrd-generator rPx,
|
||||
/{usr/,}lib/nm-openvpn-auth-dialog rPx,
|
||||
/{usr/,}lib/nm-openvpn-service rPx,
|
||||
/{usr/,}lib/nm-openvpn-service-openvpn-helper rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-dhcp-helper rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-dispatcher rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-iface-helper rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-initrd-generator rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-openvpn-auth-dialog rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-openvpn-service rPx,
|
||||
/{usr/,}lib/{NetworkManager/,}nm-openvpn-service-openvpn-helper rPx,
|
||||
|
||||
/usr/share/gvfs/remote-volume-monitors/{,*.monitor} r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue