FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_bwrap::ns_proxy::User::UserData Struct Reference
Collaboration diagram for ns_bwrap::ns_proxy::User::UserData:
[legend]

Public Member Functions

 operator std::string ()
 Generates the passwd file entry.
 

Public Attributes

Id id
 
std::string const name
 
std::filesystem::path const path_dir_home
 
std::filesystem::path const path_file_shell
 
std::filesystem::path const path_file_bashrc
 
std::filesystem::path const path_file_passwd
 

Detailed Description

Definition at line 97 of file bwrap.hpp.

Member Function Documentation

◆ operator std::string()

ns_bwrap::ns_proxy::User::UserData::operator std::string ( )
inline

Generates the passwd file entry.

Returns
std::string The passwd file entry

Definition at line 110 of file bwrap.hpp.

Member Data Documentation

◆ id

Id ns_bwrap::ns_proxy::User::UserData::id

Definition at line 99 of file bwrap.hpp.

◆ name

std::string const ns_bwrap::ns_proxy::User::UserData::name

Definition at line 100 of file bwrap.hpp.

◆ path_dir_home

std::filesystem::path const ns_bwrap::ns_proxy::User::UserData::path_dir_home

Definition at line 101 of file bwrap.hpp.

◆ path_file_bashrc

std::filesystem::path const ns_bwrap::ns_proxy::User::UserData::path_file_bashrc

Definition at line 103 of file bwrap.hpp.

◆ path_file_passwd

std::filesystem::path const ns_bwrap::ns_proxy::User::UserData::path_file_passwd

Definition at line 104 of file bwrap.hpp.

◆ path_file_shell

std::filesystem::path const ns_bwrap::ns_proxy::User::UserData::path_file_shell

Definition at line 102 of file bwrap.hpp.


The documentation for this struct was generated from the following file: