Process credentials handling. More...
#include <sys/types.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
lxcpp | |
Functions | |
void | lxcpp::setgroups (const std::vector< gid_t > &gids) |
void | lxcpp::setregid (const gid_t rgid, const gid_t egid) |
void | lxcpp::setreuid (const uid_t ruid, const uid_t euid) |
pid_t | lxcpp::setsid () |
Process credentials handling.