MCPcopy Create free account
hub / github.com/USBGuard/usbguard / setPresentControllerPolicyMethod

Method setPresentControllerPolicyMethod

src/Daemon/Daemon.cpp:521–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 }
520
521 void Daemon::setPresentControllerPolicyMethod(DevicePolicyMethod policy)
522 {
523 USBGUARD_LOG(Debug) << "Setting PresentControllerPolicy to " << devicePolicyMethodToString(policy);
524 _present_controller_policy_method = policy;
525 }
526
527 void Daemon::setInsertedDevicePolicyMethod(DevicePolicyMethod policy)
528 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected