]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-bosserver-dont-enforce-world-readability-on-server-etcdir-20011226
authorSam Hartman <hartmans@mit.edu>
Wed, 26 Dec 2001 20:50:10 +0000 (20:50 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:50:10 +0000 (20:50 +0000)
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

src/bozo/bosoprocs.c

index 1481394cc899abcf25e66b3c38cfc273f8c1d090..f375a69d27b6df2660a7680be18fa0e504dbb3d7 100644 (file)
@@ -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 */