Thanks Brian! This will be fixed in the next 2.4 release. No further 2.3 releases are expected.
Danny On 08/07/12 12:32, Brian Gilmer wrote: > The following results in an error: > > [1]<machina:/project/> salloc --gid heroes id > salloc: error: setuid: Operation not permitted. > > In salloc/opt.c set_options(const int argc, char **arg) > > case LONG_OPT_GID: > ... > if (gid_from_string(optarg, &opt.euid) > > The corrected is: > > if (gid_from_string(optarg, &opt.egid) > > The "u" should be a "g". > > I found this in 2.3.5 and 2.4.0 > > Brian > > >
