VOMS_FindByVO() requires particular access permission for the config file
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 22 Mar 2005 15:15:22 +0000 (15:15 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 22 Mar 2005 15:15:22 +0000 (15:15 +0000)
org.glite.security.proxyrenewal/config/startup
org.glite.security.proxyrenewal/project/version.properties

index 5b04681..dfca180 100755 (executable)
@@ -32,11 +32,11 @@ start()
        [ -z "$creds" ] &&
                echo $0: WARNING: No credentials specified. Using default lookup which is dangerous. >&2
 
-       # workaround for VOMS_FindByVO that seems to always require user's own VOMS config file
+       # workaround for VOMS_FindByVO that seems to always require user's own VOMS config file (bug #7511)
        user_voms_config=$HOME/.glite/vomses
        if [ ! -f "$user_voms_config" ]; then
                rm -f /tmp/renewal_vomses
-               su - $GLITE_USER -c "touch /tmp/renewal_vomses"
+               su - $GLITE_USER -c "touch /tmp/renewal_vomses && chmod 644 /tmp/renewal_vomses"
                user_voms_config=/tmp/renewal_vomses
        fi
 
index 1273cdd..afada2b 100644 (file)
@@ -1,4 +1,4 @@
 
-module.version = 1.0.9
+module.version = 1.0.10
 module.age = 1