Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Currently the init script for gimps runs the mprime as root, perferably this should be a user with less rights, like 'nobody'
The option to run mprime as a non-root user has been added in -r1. Thanks for the suggestion :)
(In reply to comment #1) > The option to run mprime as a non-root user has been added in -r1. Thanks for > the suggestion :) Okay... this is a really old "bug", but I am now running mprime and I was wondering how to run it as non root. mprime -h says nothing about an option to control what user to run as. Looking at the files in /usr/portage/sci-mathematics/gimps/files/ I found a conf.d example which had USER="nobody" GROUP="nobody" This seemed like what I wanted, so I added it to /etc/conf.d/gimps and restarted it, and it is still running as root. Has the ability to run as non-root been removed, or am I just missing something?
That should work how you have it. Check that the user and group you are setting to actually exist.. Otherwise I am not sure what you are doing wrong