2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Dump default bad env table when 'sudo -V' is run by root.

This commit is contained in:
Todd C. Miller
2001-11-12 18:08:30 +00:00
parent c4c0f0046e
commit 63ae9ec2ad
3 changed files with 21 additions and 0 deletions

1
sudo.c
View File

@@ -214,6 +214,7 @@ main(argc, argv, envp)
dump_auth_methods();
dump_defaults();
dump_interfaces();
dump_badenv();
}
exit(0);
break;