0.6.1-1 release
[manu/suphp.git] / src / API_Linux.hpp
index c75ad42..a547d40 100644 (file)
@@ -191,6 +191,12 @@ namespace suPHP {
         * Sets umask
         */
        virtual void setUmask(int umask) const throw (SystemException);
+
+       /**
+        * Sets new root directory for current process
+        */
+       virtual void chroot(const std::string& dir) const 
+           throw (SystemException);
     };
 };