| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected