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:
mapwood 2023-02-02 22:36:51 +00:00 committed by GitHub
parent 8dca20c5c6
commit 7b18bef198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,