RE:conflict between system user and normal user

2014-02-07 Thread PICCA Frederic-Emmanuel
Hello, I dig a little bit in the debian documentation, and I found this snipset in the section 9.2 of securing-debian-howto [1] It is interesting to see the code used to create a system user. But the step 4 bother me usermod -c "$SERVER_NAME" \ -d $SERVER_HOME \

RE:conflict between system user and normal user

2014-02-07 Thread PICCA Frederic-Emmanuel
> Just use a generic name and be done with it. sorry, what do you mean by generic ? > The name should not be hardcoded - if it is, patch upstream in each > case and fix it. Don't waste your time and user time on a hacky > workaround - fix the code. no, the name is not hard coded by the upstream

RE:conflict between system user and normal user

2014-02-07 Thread PICCA Frederic-Emmanuel
> I don't think there is much that can reall be done to fix the > fundamental problem which is that system users and regular users have to > live in the same namespace causing a risk of conflicts. > There are two things I can see you could do to impreove the situation > with your package. > 1: Fai