summaryrefslogtreecommitdiff
path: root/utils/nullauth.c
AgeCommit message (Collapse)Author
2018-01-28Fix warningsSamuel Thibault
* utils/nullauth.c (argp_program_version, options, doc[], args_doc): Drop duplicate const qualifier.
2013-08-28utils: add nullauth utilityJustus Winter
nullauth drops all authentication credentials and runs the given program. This is also useful to drop privileges on behalf of translators that do not need any credentials in some circumstances, e.g. % settrans -ap /hurd/nullauth -- /hurd/storeio -Tzero makes storeio run without any credentials. * utils/nullauth.c: New file. * utils/Makefile: Build nullauth.