Tidied Process class and moved Application::isRunningAsRoot() function to Process class

This commit is contained in:
Nav
2022-10-05 20:58:25 +01:00
parent f5d75f2ea6
commit 51a3d2fbbb
5 changed files with 49 additions and 21 deletions

View File

@@ -44,13 +44,6 @@ namespace Bloom
*/
int run();
/**
* Checks if the current effective user running Bloom has root privileges.
*
* @return
*/
static bool isRunningAsRoot();
private:
std::vector<std::string> arguments;