Blob Blame History Raw
--- edg-fetch-crl.orig      2009-06-07 17:38:39.000000000 -0700
+++ edg-fetch-crl   2009-06-07 17:43:22.000000000 -0700
@@ -766,6 +766,11 @@
 
 done # for
 
+if /usr/sbin/selinuxenabled ; then
+   PrintMessage "Updating selinux contexts on crl files"
+   /sbin/restorecon -R "${locationDirectory}"
+fi
+
 timeStamp=`${date} +%Y%m%dT%H%M%S%z`
 PrintInformation "Completed CRL retrieval process at ${timeStamp}"