Add fixes for CVE-2008-1614
[manu/suphp.git] / src / API_Linux.hpp
index a547d40..83b07a4 100644 (file)
@@ -169,6 +169,11 @@ namespace suPHP {
        virtual GroupInfo File_getGroup(const File& file) const
            throw (SystemException);
 
+        /**
+         * Checks whether a file is a symlink
+         */
+        virtual bool File_isSymlink(const File& file) const throw (SystemException);
+        
        /**
         * Runs another program (replaces current process)
         */