6 #ifndef SECUREPATH_HPP_INCLUDE
7 #define SECUREPATH_HPP_INCLUDE
35 SecurePath(
const std::string &orig_path, mode_t umask,
bool enforce);
Helper object to optionally verify that a file was created with a.
Definition: SecurePath.hpp:22
virtual ~SecurePath()
Definition: SecurePath.cpp:75
SecurePath(const SecurePath &other)=delete
SecurePath & operator=(const SecurePath &other)=delete
std::string secure_path(void) const
Accessor for path under procfs.
Definition: SecurePath.cpp:80