freebsd-dev/usr.sbin/service
Andrew Gierth 55deb0a5f0 service(8): use an environment more consistent with init(8)
init(8) sets the "daemon" login class without specifying a pw
entry (so no substitutions are done on the variables). service(8)'s
use of env -L had the effect of specifying root's pw entry, with two
effects: getpwnam and getpwuid are being called, which may not be
entirely safe depending on what nsswitch is up to and what stage of
boot we are at, and substitutions would have been done.

Fix by teaching env(8) to allow -L -/classname to set the class
environment with no pw entry at all specified, and use it in
service(8).

PR:		253959
2021-03-03 12:25:11 -06:00
..
Makefile
Makefile.depend
service.8 service.8: Use entire section of literally displayed text 2021-01-16 23:21:05 +01:00
service.sh service(8): use an environment more consistent with init(8) 2021-03-03 12:25:11 -06:00