On 9/28/17, David Mason <[email protected]> wrote: > > The CGI is also setuid,...
Setuid root? If so, remember that when Fossil sees that it running as root, it puts itself inside a chroot jail and drops all privileges (it reverts to the owner of the repository) prior to doing much of anything else. Might the chroot() and/or setuid() be causing you some kind of grief? -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

