Commit Diff
--- vias.c +++ vias.c @@ -404,6 +404,9 @@ main(int argc, char **argv) if (confpath) checkconfig(confpath, uid, groups, ngroups, file); + if (geteuid()) + errx(1, "not installed setuid"); + parseconfig("/etc/vias.conf", 1); if (setuid(0) == -1)