Tidied Process class and moved Application::isRunningAsRoot() function to Process class
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user