From: Sam Hartman Date: Wed, 26 Dec 2001 20:50:10 +0000 (+0000) Subject: STABLE12-bosserver-dont-enforce-world-readability-on-server-etcdir-20011226 X-Git-Tag: openafs-stable-1_2_3~59 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5071f4c217241767379cd0b8bcebd46b91612dff;p=packages%2Fo%2Fopenafs.git STABLE12-bosserver-dont-enforce-world-readability-on-server-etcdir-20011226 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 */