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

Method setPresentDevicePolicyMethod

src/Daemon/Daemon.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 void Daemon::setPresentDevicePolicyMethod(DevicePolicyMethod policy)
516 {
517 USBGUARD_LOG(Debug) << "Setting PresentDevicePolicy to " << devicePolicyMethodToString(policy);
518 _present_device_policy_method = policy;
519 }
520
521 void Daemon::setPresentControllerPolicyMethod(DevicePolicyMethod policy)
522 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected