I guess you're right, that it is too restrictive, if you take a look into /etc/group... If uid's added to a group can't do anything, some processes will crash or not even start at all...
Gentoo devs did things like this for a reason:
Code: Select all
...
daemon:x:2:root,bin,daemon
sys:x:3:root,bin,adm
adm:x:4:root,adm,daemon
...
But, of course, the best way to find out is to try...
