From: Sam Hartman Date: Mon, 26 Nov 2001 21:29:16 +0000 (+0000) Subject: bosserver-dont-enforce-world-readability-on-server-etcdir-20011126 X-Git-Tag: openafs-devel-1_3_0~109 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c5cd8752227cf9c0f67def7c681d85a49443a59f;p=packages%2Fo%2Fopenafs.git bosserver-dont-enforce-world-readability-on-server-etcdir-20011126 no reason server etcdir needs to be forced world readable; nothing need default to those cellconfig files except in the localauth case and then you need to be able to read the KeyFile anyway --- diff --git a/src/bozo/bosoprocs.c b/src/bozo/bosoprocs.c index 1481394cc..f375a69d2 100644 --- a/src/bozo/bosoprocs.c +++ b/src/bozo/bosoprocs.c @@ -1179,7 +1179,7 @@ char **ainstance; { struct bozo_bosEntryStats bozo_bosEntryStats[] = { {NULL, 1,1, 0755, 02}, /* AFSDIR_SERVER_AFS_DIRPATH */ - {NULL, 1,1, 0755, 02}, /* AFSDIR_SERVER_ETC_DIRPATH */ + {NULL, 1,1, 0700, 02}, /* AFSDIR_SERVER_ETC_DIRPATH */ {NULL, 1,1, 0755, 02}, /* AFSDIR_SERVER_BIN_DIRPATH */ {NULL, 1,1, 0755, 02}, /* AFSDIR_SERVER_LOGS_DIRPATH */ {NULL, 1,0, 0700, 07}, /* AFSDIR_SERVER_BACKUP_DIRPATH */