Hi,

* Al Weston [02-08-15 17:08:19 +0200] wrote:
> We're having a problem running mutt from a program that is
> running setgid.  Mutt produces the following error: "mutt:
> I don't want to run with privileges!"

Clear. Just use the source and comment the check out (in
main() in main.c).

,----[ ~/tmp/builds/mutt/main.c ]-
| [...]
| /* sanity check against stupid administrators */
| 
| if(getegid() != getgid())
| {
|   fprintf(stderr, "%s: I don't want to run with privileges!n",
|           argv[0]);
|   exit(1);
| }
| [...]
`-


   bye, Rocco

Reply via email to