I understand that PPP requires CAP_NET_ADMIN, so I was hoping I could use an unprivileged container with the following specified:
Whilst /dev/ppp is created, permission is denied when trying to access it - are there dependencies required for net_admin?
Code:
lxc.cap.keep = net_admin
lxc.mount.entry: /dev/ppp dev/ppp none bind,create=file
Whilst /dev/ppp is created, permission is denied when trying to access it - are there dependencies required for net_admin?