]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bosserver-dont-enforce-world-readability-on-server-etcdir-20011126
authorSam Hartman <hartmans@mit.edu>
Mon, 26 Nov 2001 21:29:16 +0000 (21:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 26 Nov 2001 21:29:16 +0000 (21:29 +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 */