From c28a289f11b403662e5d89f0858f235cc863dcdd Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 17 Jul 2006 12:25:07 +0000 Subject: [PATCH] Print sudoers path in -V mode for root. --- sudo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sudo.c b/sudo.c index abda444ef..e9ed07c61 100644 --- a/sudo.c +++ b/sudo.c @@ -220,6 +220,7 @@ main(argc, argv) (void) printf("Sudo version %s\n", version); if (getuid() == 0) { putchar('\n'); + (void) printf("Sudoers path: %s\n", _PATH_SUDOERS); dump_auth_methods(); dump_defaults(); dump_interfaces(); -- 2.40.0