Mar 30 17:19:52 ubunext.tuxed.net kernel: audit: type=1400 audit(1774891192.831:341): apparmor="DENIED" operation="mknod" class="file" profile="openvpn" name="/run/openvpn-server/default-1.sock" pid=3484 comm="openvpn" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
We probably need to modify the apparmor profile in /etc/apparmor.d/openvpn (or similar) to give it access to this path, or figure out if there's another place where apparmor would allow this and use that as a socket location.
```
Mar 30 17:19:52 ubunext.tuxed.net kernel: audit: type=1400 audit(1774891192.831:341): apparmor="DENIED" operation="mknod" class="file" profile="openvpn" name="/run/openvpn-server/default-1.sock" pid=3484 comm="openvpn" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
```
We probably need to modify the apparmor profile in `/etc/apparmor.d/openvpn` (or similar) to give it access to this path, *or* figure out if there's another place where apparmor would allow this and use that as a socket location.