EXEMPTGROUP is now "sudo"

This commit is contained in:
Todd C. Miller
1995-11-13 04:56:20 +00:00
parent e8b3cb7010
commit fed5c96f79

View File

@@ -40,7 +40,7 @@
#define ALERTMAIL "root" /* user that gets sudo mail */
#define SEND_MAIL_WHEN_NO_USER /* send mail when user not in sudoers file */
/*#define SEND_MAIL_WHEN_NOT_OK /* send mail if no permissions to run command */
/*#define EXEMPTGROUP 100 /* no passwd needed for users in this group */
/*#define EXEMPTGROUP "sudo" /* no passwd needed for users in this group */
/*#define ENV_EDITOR /* visudo honors EDITOR and VISUAL envars */
#define SHORT_MESSAGE /* short sudo message, no copyright printed */
#define TIMEOUT 5 /* minutes before sudo asks for passwd again */