X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FConfiguration.hpp;h=a9056d227af01e2d88b186ea913e69eeab786034;hp=d6a8714a9d810250b313605136bf31ace17459a7;hb=47bcf8ba77fa8011f9be728c23dbe6915d70251b;hpb=1d5c20a335c25ab89adf2e0d3d74c810b679e719 diff --git a/src/Configuration.hpp b/src/Configuration.hpp index d6a8714..a9056d2 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -56,6 +56,7 @@ namespace suPHP { int min_uid; int min_gid; int umask; + std::string chroot_path; /** * Converts string to bool @@ -159,6 +160,11 @@ namespace suPHP { * Returns umask to set */ int getUmask() const; + + /** + * Return chroot path + */ + std::string getChrootPath() const; }; };