From: František Dvořák Date: Sat, 19 Oct 2013 21:24:06 +0000 (+0200) Subject: Enable all certificates by default (we have file-level permissions now). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bfd35fc31d2a87b328f7392fd181a93bee50dda2;p=dmlite-plugins-vfs.git Enable all certificates by default (we have file-level permissions now). --- diff --git a/src/Vfs.cpp b/src/Vfs.cpp index 10493f8..258b54a 100644 --- a/src/Vfs.cpp +++ b/src/Vfs.cpp @@ -37,6 +37,10 @@ VfsFactory::VfsFactory() throw (DmException) this->hostName_ = hent->h_name; + // Default configuration values + this->allow_ = ".*"; + this->allowWrite_ = ".*"; + openlog("dmlite-vfs-plugin", LOG_PID, LOG_USER); }