Binned udev rule check in TargetController

This commit is contained in:
Nav
2023-01-18 00:41:23 +00:00
parent f3e97d0ab9
commit d6cd5da1b8
2 changed files with 0 additions and 43 deletions

View File

@@ -234,13 +234,6 @@ namespace Bloom::TargetController
*/
void registerCommandResponse(Commands::CommandIdType commandId, std::unique_ptr<Responses::Response> response);
/**
* Installs Bloom's udev rules on user's machine. Rules are copied from build/Distribution/Resources/UdevRules
* to /etc/udev/rules.d/. This method will report an error if Bloom isn't running as root (as root privileges
* are required for writing to files in /etc/udev).
*/
static void checkUdevRules();
/**
* Exit point - must be called before the TargetController thread is terminated.
*