build: Add option --with-invoking-user=nobody.
commit963baf4a4539783efa0ccca109acbed498804da3
authorBen Kibbey <bjk@luxsci.net>
Sat, 4 Sep 2021 04:55:21 +0000 (3 21:55 -0700)
committerBen Kibbey <bjk@luxsci.net>
Sat, 4 Sep 2021 04:55:21 +0000 (3 21:55 -0700)
tree7a3a62f712207a2424db0ad21c6d6c10d43b5e48
parent187ee7dbf5d5324388151bbd5094cbedf79dfeaf
build: Add option --with-invoking-user=nobody.

The new default for the invoking_user configuration parameter is the
"nobody" user. This prevents the DUMP, XPATH and XPATHATTR commands
being available by default. Specifying the configure option but with an
empty value will enable the old behavior of letting the user that
started pwmd be an invoking_user.
configure.ac
doc/pwmd.texi
src/rcfile.c