Any idea how to make an OpenVPN in Network Manager work with #SELinux ?
I have this in audit.log
type=AVC msg=audit(1680707456.828:170): avc: denied { search } for pid=5839 comm="openvpn" name="home" dev="dm-1" ino=256 scontext=system_u:system_r:openvpn_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=dir permissive=0
and this error in journalctl
Apr 05 17:11:20 t470 nm-openvpn[5907]: Cannot pre-load keyfile (/home/solene/.cert/ta.key)
if I disable SELinux it works well...
@solene use restorecon on the cert file.