NordVPN on distrobox

So I have been testing how to run nordVPN from distrobox and created container with --root --nvidia and --init flags since going to add more there. Issue cones after successfully installed nordVPN and exported binary to host it is fully exported, but I guess I need to export some permissions/groups since only errors comes when trying to run as host terminal saying

`permission denied. please grant necessary permissions before using the the application on by executing commands

Sudo groupadd nordVPN
Sudo usermod -aG nordVPN $USER`

These have been done on container side and nordVPN is working from container terminal so I guess I need to export the permissions but what ones

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.