Add fixes for CVE-2008-1614
[manu/suphp.git] / src / Application.hpp
index be7ed82..0aed9c8 100644 (file)
@@ -107,6 +107,14 @@ namespace suPHP {
                           const Configuration& config) const
            throw (SoftException);
 
+         
+         /**
+          * Checks ownership and permissions for parent directories
+          */
+         void checkParentDirectories(const File& file,
+                                     const UserInfo& owner,
+                                     const Configuration& config) const
+             throw (SoftException);
 
     public:
        /**