[sudo-commits] sudo changeset 10983:7ab1be502dc3

Todd C. Miller Todd.Miller at courtesan.com
Tue May 30 10:48:16 MDT 2017


changeset:	10983:7ab1be502dc3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7ab1be502dc3
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 30 10:44:11 2017 -0600

Log Message:
	Add a new "devsearch" Path setting to sudo.conf for configuring the
	/dev paths to traverse instead of hard-coding a list in ttyname.c
	The default value can be set at configure time.

diffstat:

 INSTALL               |    6 +
 configure             |   23 ++++++
 configure.ac          |   13 +++
 doc/sudo.conf.cat     |   11 ++-
 doc/sudo.conf.man.in  |   19 ++++-
 doc/sudo.conf.mdoc.in |   17 ++++-
 include/sudo_conf.h   |    2 +
 lib/util/sudo_conf.c  |   12 ++-
 lib/util/util.exp.in  |    1 +
 pathnames.h.in        |    4 +
 src/ttyname.c         |  172 +++++++++++++++++++++++++------------------------
 11 files changed, 189 insertions(+), 91 deletions(-)


More information about the sudo-commits mailing list