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

filesystem -> file system

This commit is contained in:
Todd C. Miller
2004-05-17 22:21:15 +00:00
parent 2778555f3b
commit e6f074282f
3 changed files with 4 additions and 4 deletions

2
sudo.c
View File

@@ -851,7 +851,7 @@ check_sudoers()
/*
* Fix the mode and group on sudoers file from old default.
* Only works if filesystem is readable/writable by root.
* Only works if file system is readable/writable by root.
*/
if ((rootstat = stat_sudoers(_PATH_SUDOERS, &statbuf)) == 0 &&
SUDOERS_UID == statbuf.st_uid && SUDOERS_MODE != 0400 &&