Thanks Ian! I thought that it should be suid root, but I wasn't going to do that on a whim. The other programs you listed were already suid root. Now we even know where to look it up in the future (if we remember that).
On Sun, May 4, 2014 at 11:37 PM, Ian Lynagh <[email protected]> wrote: > On Sun, May 04, 2014 at 08:02:12PM +0300, Yitzchak Gale wrote: >> Something seems to have happened to permissions on c.h.o. >> Oleg wanted to add a user to one of his projects and was >> unable to run the command ("addtoproject") listed in the >> online help at http://community.haskell.org >> In the meantime, I added the user for him manually. >> >> Gershom had suggested reducing the amount of services >> we are offering on c.h.o. Did that actually happen? If so, >> we really ought to update the online help to reflect that. >> If not - does anyone know how those permissions are >> supposed to be set so that the command will work? > > It's not SUID root, but needs to be, I believe: > > $ ls -l `which addtoproject` > -rwxr-xr-x 1 root root 13075 2014-04-05 18:52 /usr/local/bin/addtoproject > $ grep "^SUID" /home/admin/scripts/Makefile > SUID_PROGRAMS = addtoproject crontabfor createtracdir givetracdirtowebserver > SUID_PROGRAMS += createlist > > > Thanks > Ian > > _______________________________________________ > haskell-infrastructure mailing list > [email protected] > http://community.galois.com/mailman/listinfo/haskell-infrastructure _______________________________________________ haskell-infrastructure mailing list [email protected] http://community.galois.com/mailman/listinfo/haskell-infrastructure
