View Single Post
Posts: 68 | Thanked: 147 times | Joined on Dec 2016
#184
I have the weird problem that any program that runs as normal user doesn't have internet access (such as chromium).
As root in the chroot, I can update and if I start Firefox as root I also have there access.
But ping as nemo says e.g. 'permission denied'

Does anyone have an idea why that's the case?


Mystery solved:
the nemo in chroot is not in group `inet`. I solved it via:
Code:
groupadd -g 3003 inet
usermod -a -G 3003 nemo

Last edited by bomo; 2017-04-17 at 07:52.
 

The Following 5 Users Say Thank You to bomo For This Useful Post: