Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Third version of the interface containing extra functions for working with ebtables. More...
#include <IDobbyUtils.h>
Public Member Functions | |
virtual bool | insertEbtablesRule (const std::string &args) const =0 |
Inserts the given ebtables rule to the existing set. More... | |
virtual bool | deleteEbtablesRule (const std::string &args) const =0 |
Deletes the given ebtables rule from the existing set. More... | |
virtual bool | mkdirRecursive (const std::string &path, mode_t mode) const=0 |
Makes a directory and all parent directories as needed. More... | |
virtual bool | mkdirRecursive (int dirFd, const std::string &path, mode_t mode) const=0 |
virtual bool | rmdirRecursive (const std::string &path) const=0 |
Removes a directory and all it's contents. More... | |
virtual bool | rmdirRecursive (int dirFd, const std::string &path) const=0 |
virtual bool | rmdirContents (const std::string &path) const=0 |
Removes the contents of a directory but leave the actual directory in place. More... | |
virtual bool | rmdirContents (int dirFd, const std::string &path) const=0 |
virtual bool | rmdirContents (int dirFd) const=0 |
virtual int | loopDeviceAssociate (int fileFd, std::string *loopDevPath=nullptr) const=0 |
Associates a give file descriptor with a loop device. More... | |
virtual bool | checkExtImageFile (int dirFd, const std::string &imageFileName, bool repair=true) const=0 |
Runs the e2fsck tool on a file system image to check it's integrity. More... | |
virtual bool | formatExtImageFile (int dirFd, const std::string &imageFileName, const std::string &fsType="ext4") const=0 |
Runs the mke2fs tool to format a file system image. More... | |
virtual void | cleanMountLostAndFound (const std::string &mountPoint, const std::string &logTag=std::string()) const=0 |
Logs and deletes any files found in the lost+found directory of the mount point. More... | |
virtual bool | writeTextFile (const std::string &path, const std::string &str, int flags, mode_t mode=0644) const=0 |
Simply writes a string into a file. More... | |
virtual bool | writeTextFileAt (int dirFd, const std::string &path, const std::string &str, int flags, mode_t mode=0644) const=0 |
virtual std::string | readTextFile (const std::string &path, size_t maxLen=4096) const=0 |
Simply read a string from a file. More... | |
virtual std::string | readTextFileAt (int dirFd, const std::string &path, size_t maxLen=4096) const=0 |
virtual int | getNamespaceFd (pid_t pid, int nsType) const=0 |
Returns a file descriptor to the given namespace of the process. More... | |
virtual bool | cancelTimer (int timerId) const=0 |
Removes the given timer from the timer queue. More... | |
virtual unsigned int | getDriverMajorNumber (const std::string &driverName) const=0 |
Returns the major number assigned to a given driver. More... | |
virtual bool | deviceAllowed (dev_t device) const=0 |
Returns true if the given device is allowed in the container. More... | |
bool | deviceAllowed (unsigned int major, unsigned int minor) const |
virtual gid_t | getGID (pid_t pid) const=0 |
Returns the GID for the given PID. More... | |
virtual uid_t | getUID (pid_t pid) const=0 |
Returns the UID for the given PID. More... | |
virtual void | setIntegerMetaData (const ContainerId &id, const std::string &key, int value)=0 |
Sets / Gets integer meta data for the given container. More... | |
virtual int | getIntegerMetaData (const ContainerId &id, const std::string &key, int defaultValue) const=0 |
int | getIntegerMetaData (const ContainerId &id, const std::string &key) |
virtual void | setStringMetaData (const ContainerId &id, const std::string &key, const std::string &value)=0 |
Sets / Gets string meta data for the given container. More... | |
virtual std::string | getStringMetaData (const ContainerId &id, const std::string &key, const std::string &defaultValue) const=0 |
std::string | getStringMetaData (const ContainerId &id, const std::string &key) |
virtual void | clearContainerMetaData (const ContainerId &id)=0 |
Public Member Functions inherited from IDobbyUtils_v2 | |
virtual void | setIntegerMetaData (const ContainerId &id, const std::string &key, int value)=0 |
Sets / Gets integer meta data for the given container. More... | |
virtual int | getIntegerMetaData (const ContainerId &id, const std::string &key, int defaultValue) const =0 |
int | getIntegerMetaData (const ContainerId &id, const std::string &key) |
virtual void | setStringMetaData (const ContainerId &id, const std::string &key, const std::string &value)=0 |
Sets / Gets string meta data for the given container. More... | |
virtual std::string | getStringMetaData (const ContainerId &id, const std::string &key, const std::string &defaultValue) const =0 |
std::string | getStringMetaData (const ContainerId &id, const std::string &key) |
virtual void | clearContainerMetaData (const ContainerId &id)=0 |
virtual bool | mkdirRecursive (const std::string &path, mode_t mode) const=0 |
Makes a directory and all parent directories as needed. More... | |
virtual bool | mkdirRecursive (int dirFd, const std::string &path, mode_t mode) const=0 |
virtual bool | rmdirRecursive (const std::string &path) const=0 |
Removes a directory and all it's contents. More... | |
virtual bool | rmdirRecursive (int dirFd, const std::string &path) const=0 |
virtual bool | rmdirContents (const std::string &path) const=0 |
Removes the contents of a directory but leave the actual directory in place. More... | |
virtual bool | rmdirContents (int dirFd, const std::string &path) const=0 |
virtual bool | rmdirContents (int dirFd) const=0 |
virtual int | loopDeviceAssociate (int fileFd, std::string *loopDevPath=nullptr) const=0 |
Associates a give file descriptor with a loop device. More... | |
virtual bool | checkExtImageFile (int dirFd, const std::string &imageFileName, bool repair=true) const=0 |
Runs the e2fsck tool on a file system image to check it's integrity. More... | |
virtual bool | formatExtImageFile (int dirFd, const std::string &imageFileName, const std::string &fsType="ext4") const=0 |
Runs the mke2fs tool to format a file system image. More... | |
virtual void | cleanMountLostAndFound (const std::string &mountPoint, const std::string &logTag=std::string()) const=0 |
Logs and deletes any files found in the lost+found directory of the mount point. More... | |
virtual bool | writeTextFile (const std::string &path, const std::string &str, int flags, mode_t mode=0644) const=0 |
Simply writes a string into a file. More... | |
virtual bool | writeTextFileAt (int dirFd, const std::string &path, const std::string &str, int flags, mode_t mode=0644) const=0 |
virtual std::string | readTextFile (const std::string &path, size_t maxLen=4096) const=0 |
Simply read a string from a file. More... | |
virtual std::string | readTextFileAt (int dirFd, const std::string &path, size_t maxLen=4096) const=0 |
virtual int | getNamespaceFd (pid_t pid, int nsType) const=0 |
Returns a file descriptor to the given namespace of the process. More... | |
virtual bool | cancelTimer (int timerId) const=0 |
Removes the given timer from the timer queue. More... | |
virtual unsigned int | getDriverMajorNumber (const std::string &driverName) const=0 |
Returns the major number assigned to a given driver. More... | |
virtual bool | deviceAllowed (dev_t device) const=0 |
Returns true if the given device is allowed in the container. More... | |
bool | deviceAllowed (unsigned int major, unsigned int minor) const |
virtual gid_t | getGID (pid_t pid) const=0 |
Returns the GID for the given PID. More... | |
virtual uid_t | getUID (pid_t pid) const=0 |
Returns the UID for the given PID. More... | |
Public Member Functions inherited from IDobbyUtils_v1 | |
virtual bool | mkdirRecursive (const std::string &path, mode_t mode) const =0 |
Makes a directory and all parent directories as needed. More... | |
virtual bool | mkdirRecursive (int dirFd, const std::string &path, mode_t mode) const =0 |
virtual bool | rmdirRecursive (const std::string &path) const =0 |
Removes a directory and all it's contents. More... | |
virtual bool | rmdirRecursive (int dirFd, const std::string &path) const =0 |
virtual bool | rmdirContents (const std::string &path) const =0 |
Removes the contents of a directory but leave the actual directory in place. More... | |
virtual bool | rmdirContents (int dirFd, const std::string &path) const =0 |
virtual bool | rmdirContents (int dirFd) const =0 |
virtual int | loopDeviceAssociate (int fileFd, std::string *loopDevPath=nullptr) const =0 |
Associates a give file descriptor with a loop device. More... | |
virtual bool | checkExtImageFile (int dirFd, const std::string &imageFileName, bool repair=true) const =0 |
Runs the e2fsck tool on a file system image to check it's integrity. More... | |
virtual bool | formatExtImageFile (int dirFd, const std::string &imageFileName, const std::string &fsType="ext4") const =0 |
Runs the mke2fs tool to format a file system image. More... | |
virtual void | cleanMountLostAndFound (const std::string &mountPoint, const std::string &logTag=std::string()) const =0 |
Logs and deletes any files found in the lost+found directory of the mount point. More... | |
virtual bool | writeTextFile (const std::string &path, const std::string &str, int flags, mode_t mode=0644) const =0 |
Simply writes a string into a file. More... | |
virtual bool | writeTextFileAt (int dirFd, const std::string &path, const std::string &str, int flags, mode_t mode=0644) const =0 |
virtual std::string | readTextFile (const std::string &path, size_t maxLen=4096) const =0 |
Simply read a string from a file. More... | |
virtual std::string | readTextFileAt (int dirFd, const std::string &path, size_t maxLen=4096) const =0 |
virtual int | getNamespaceFd (pid_t pid, int nsType) const =0 |
Returns a file descriptor to the given namespace of the process. More... | |
template<class Function > | |
bool | callInNamespace (pid_t pid, int nsType, Function func) const |
Calls the given function in the namespace of given pid. More... | |
template<class Function , class... Args> | |
bool | callInNamespace (pid_t pid, int nsType, Function &&f, Args &&... args) const |
Slightly nicer version of callInNamespace, handles the function bind for you automatically. More... | |
template<class Rep , class Period > | |
int | startTimer (const std::chrono::duration< Rep, Period > &timeout, bool oneShot, const std::function< bool()> &handler) const |
Adds a new timer to the timer queue. More... | |
virtual bool | cancelTimer (int timerId) const =0 |
Removes the given timer from the timer queue. More... | |
template<class Function > | |
bool | callInNamespace (int namespaceFd, Function func) const |
Call the given function in the namespace of the descriptor. More... | |
template<class Function , class... Args> | |
bool | callInNamespace (int namespaceFd, Function &&f, Args &&... args) const |
virtual unsigned int | getDriverMajorNumber (const std::string &driverName) const =0 |
Returns the major number assigned to a given driver. More... | |
virtual bool | deviceAllowed (dev_t device) const =0 |
Returns true if the given device is allowed in the container. More... | |
bool | deviceAllowed (unsigned int major, unsigned int minor) const |
Additional Inherited Members | |
Protected Member Functions inherited from IDobbyUtils_v1 | |
virtual bool | callInNamespaceImpl (pid_t pid, int nsType, const std::function< bool()> &func) const =0 |
Implementation of the callInNamespace public interface. More... | |
virtual bool | callInNamespaceImpl (int namespaceFd, const std::function< bool()> &func) const =0 |
Implementation of the callInNamespace public interface. More... | |
virtual int | startTimerImpl (const std::chrono::milliseconds &timeout, bool oneShot, const std::function< bool()> &handler) const =0 |
Adds a new timer to the timer queue. More... | |
virtual gid_t | getGID (pid_t pid) const =0 |
Returns the GID for the given PID. More... | |
virtual uid_t | getUID (pid_t pid) const =0 |
Returns the UID for the given PID. More... | |
Third version of the interface containing extra functions for working with ebtables.
virtual bool IDobbyUtils_v1::cancelTimer |
Removes the given timer from the timer queue.
Once this method returns (successfully) you are guaranteed that the timer handler will not be called, i.e. this is synchronisation point.
This method will fail if called from the context of a timer handler, if you want to cancel a repeating timer then just return false in the handler.
[in] | timerId | The id of the timer to cancel as returned by the startTimer() method. |
virtual bool IDobbyUtils_v1::checkExtImageFile |
Runs the e2fsck tool on a file system image to check it's integrity.
This function does a fork/exec to launch the process, it drops root privileges and runs the tool as user 1000:1000, therefore the file that is being checked should be readable and writeble by user 1000.
If this function returns false the image file should probably be deleted / reformatted.
[in] | dirFd | The fd of the directory containing the the image to check. The function will switch to this directory before dropping permissions (provided it's not AT_FCWD). |
[in] | imageFileName | The name of the file to check. |
[in] | repair | If true we'll ask the tool to try and repair the file if it detects any errors. |
virtual void IDobbyUtils_v1::cleanMountLostAndFound |
Logs and deletes any files found in the lost+found directory of the mount point.
We should be clearing the lost+found to avoid cruft building up and taking all the space in the loop mount.
[in] | mountPoint | The absolute path to the mounted device, NOT the the location of the lost+found dir. |
[in] | logTag | If not empty then a log warning message will be printed containing the name of the file that was deleted and referencing the the string in logTag. |
|
pure virtual |
Deletes the given ebtables rule from the existing set.
This only performs a delete, if the a rule is not currently installed then false is returned
[in] | args | The set of one rule to remove. |
Implemented in DobbyUtils.
virtual bool IDobbyUtils_v1::deviceAllowed |
Returns true if the given device is allowed in the container.
This is here for security reasons as I didn't want just any device added to the container whitelist. If we trust the code on the other end of Dobby that is creating the containers then this is not needed, but just in case that got hacked I didn't want people to create containers enabling access to CDI / system device nodes.
[in] | major | The major number of the device. |
[in] | minor | The minor number of the device. |
virtual bool IDobbyUtils_v1::formatExtImageFile |
Runs the mke2fs tool to format a file system image.
This function does a fork/exec to launch the process, it drops root privileges and runs the tool as user 1000:1000, therefore the file that it's formatting should be readable and writeble by user 1000.
[in] | dirFd | The fd of the directory containing the the image to write. The function will switch to this directory before dropping permissions (provided it's not AT_FCWD). |
[in] | imageFileName | The name of the file to format, it must already exist. |
[in] | fsType | The ext version to format the file as, this is equivalent to the '-t' option and should be one of; 'ext2', 'ext3' or 'ext4' |
virtual unsigned int IDobbyUtils_v1::getDriverMajorNumber |
Returns the major number assigned to a given driver.
This function tries to find the major number assigned to a given driver, it does this by parsing the /proc/devices file.
[in] | driverName | The name of the driver to get the major number for. |
virtual gid_t IDobbyUtils_v1::getGID |
Returns the GID for the given PID.
[in] | pid | The PID of the process to get the GID for |
virtual int IDobbyUtils_v1::getNamespaceFd |
Returns a file descriptor to the given namespace of the process.
The caller is responsible for closing the returned file descriptor when it is no longer required.
The returned namespace can used in the setns(...) call, or other calls that enter / manipulate namespaces.
[in] | pid | The pid of the process to get the namespace of. |
[in] | nsType | The type of namespace to get, it should be one of the CLONE_NEWxxx constants, see the setns man page for possible values. |
virtual uid_t IDobbyUtils_v1::getUID |
Returns the UID for the given PID.
[in] | pid | The PID of the process to get the UID for |
|
pure virtual |
Inserts the given ebtables rule to the existing set.
This doesn't flush out any old rules, it just adds the new one at the beginning of the table.
[in] | args | The args of one rule to add. |
Implemented in DobbyUtils.
virtual int IDobbyUtils_v1::loopDeviceAssociate |
Associates a give file descriptor with a loop device.
First the function attempts to get a free loop device, if that succeeds it attaches the supplied file descriptor to it and returns an fd to the loop device and (optionally) writes the path to the loop device in the loopDevPath string.
[in] | fileFd | An open file descriptor to associate with the loop device. |
[out] | loopDevPath | If not null, the method will write the path to the loop device dev node into the string |
virtual bool IDobbyUtils_v1::mkdirRecursive |
Makes a directory and all parent directories as needed.
This is equivalent to the 'mkdir -p <dir>' command.
All directories created will have access mode set by mode, for this reason the mode should be at least 'rwx---—'.
If the pathname given in pathname is relative, then it is interpreted relative to the directory referred to by the file descriptor dirFd, if dirFd is not supplied then it's relative to the cwd.
[in] | dirFd | If specified the path should be relative to to this directory. |
[in] | path | The path to the directory to create. |
[in] | mode | The file access mode to give to all directories created. |
virtual std::string IDobbyUtils_v1::readTextFile |
Simply read a string from a file.
Not much more to say really.
If the pathname given in filePath is relative, then it is interpreted relative to the directory referred to by the file descriptor dirFd, if dirFd is not supplied then it's relative to the cwd.
[in] | dirFd | If specified the path should be relative to to this directory. |
[in] | path | The path to file to write to. |
[in] | maxLen | The maximum number of characters to read, defaults to 4096. |
virtual bool IDobbyUtils_v1::rmdirContents |
Removes the contents of a directory but leave the actual directory in place.
This is equivalent to the 'rm -rf <dir>/ *' command.
If the pathname given in pathname is relative, then it is interpreted relative to the directory referred to by the file descriptor dirFd, if dirFd is not supplied then it's relative to the cwd.
[in] | dirFd | If specified the path should be relative to to this directory. |
[in] | path | The path to the directory to create. |
[in] | mode | The file access mode to give to all directories created. |
virtual bool IDobbyUtils_v1::rmdirRecursive |
Removes a directory and all it's contents.
This is equivalent to the 'rm -rf <dir>' command.
If the pathname given in pathname is relative, then it is interpreted relative to the directory referred to by the file descriptor dirFd, if dirFd is not supplied then it's relative to the cwd.
[in] | dirFd | If specified the path should be relative to to this directory. |
[in] | path | The path to the directory to create. |
[in] | mode | The file access mode to give to all directories created. |
virtual void IDobbyUtils_v2::setIntegerMetaData |
Sets / Gets integer meta data for the given container.
You can use this to share meta data about the container across different plugins. For example if network namespaces are enabled.
The data is cleared automatically when the container is shutdown.
virtual void IDobbyUtils_v2::setStringMetaData |
Sets / Gets string meta data for the given container.
You can use this to share meta data about the container across different plugins. For example the ip address assigned to the container.
The data is cleared automatically when the container is shutdown.
virtual bool IDobbyUtils_v1::writeTextFile |
Simply writes a string into a file.
Not much more to say really.
If the pathname given in filePath is relative, then it is interpreted relative to the directory referred to by the file descriptor dirFd, if dirFd is not supplied then it's relative to the cwd.
[in] | dirFd | If specified the path should be relative to to this directory. |
[in] | path | The path to file to write to. |
[in] | flags | Open flags, these will be OR'd with O_WRONLY and O_CLOEXEC. |
[in] | mode | The file access mode to set if O_CREAT was specified in flags and the file was created. |