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

Method LDAPRuleSet

src/Daemon/LDAPRuleSet.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace usbguard
41{
42 LDAPRuleSet::LDAPRuleSet(Interface* const interface_ptr, std::shared_ptr<LDAPHandler> ldap)
43 : RuleSet(interface_ptr),
44 _LDAP(ldap),
45 _last_update(0)
46
47 {
48 clearWritable();
49 USBGUARD_LOG(Info) << "Creating LDAPRuleSet";
50 }
51
52 LDAPRuleSet::LDAPRuleSet(const LDAPRuleSet& rhs)
53 : RuleSet(rhs._interface_ptr),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected