[sudo-commits] sudo changeset 11738:6a50adb25f2e

Todd C. Miller Todd.Miller at sudo.ws
Sun Jul 14 18:53:41 MDT 2019


changeset:	11738:6a50adb25f2e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6a50adb25f2e
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Jul 14 18:51:50 2019 -0600

Log Message:
	If we are unable to stat() sudoers as non-root, try again as root.
	By default, sudo relies soley on group permissions to read sudoers
	to make it possible to store sudoers on NFS.  However, if /etc/sudoers
	is not accessible to non-root uids for some reason, sudo will fail.
	Bug #880.

diffstat:

 plugins/sudoers/sudoers.c |  23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)


More information about the sudo-commits mailing list