ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Mongoose does not drop root prvileges #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems mongoose does not drop all of it's root rights. I've got a shell 
script cgi which calles another program. Both are owned by root and have 700 
access rights (only executable by root). Mongoose still executes executes both 
when running as another user.
Furthermore "top" shows root as process owner of the mongoose processes.

Mongoose version "2.9, $Rev: 517 $"

Original issue reported on code.google.com by thenk...@gmail.com on 29 Jun 2010 at 10:04

GoogleCodeExporter commented 9 years ago
Can't reproduce it. It works fine for me.
Could you test it again from the latest sources please?

Original comment by valenok on 23 Aug 2010 at 8:45

GoogleCodeExporter commented 9 years ago
This is fixed in 2.10.

Original comment by thenk...@gmail.com on 14 Sep 2010 at 8:40