Process credentials handling. More...
#include "lxcpp/credentials.hpp"
#include "lxcpp/exception.hpp"
#include "logger/logger.hpp"
#include "utils/exception.hpp"
#include <unistd.h>
#include <grp.h>
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.