From: Todd C. Miller Date: Thu, 6 Jun 1996 19:35:57 +0000 (+0000) Subject: fixed a comment X-Git-Tag: SUDO_1_5_0~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3cdb9aa39dc2bd8599d65c5684304d88733f571;p=sudo fixed a comment --- diff --git a/visudo.c b/visudo.c index a48673e0f..bd0648c48 100644 --- a/visudo.c +++ b/visudo.c @@ -337,7 +337,7 @@ int main(argc, argv) } /* - * Make the new sudoers file readable only by owner. + * Set the mode on the new sudoers file. * If this fail it is ok since the file is only least rw owner. */ if (chmod(sudoers, SUDOERS_MODE)) {