class DriverHostLoaderService

Defined at line 13 of file ../../src/devices/bin/driver_manager/driver_host_loader_service.h

A loader service for driver_hosts that restricts access to dynamic libraries by applying an

allowlist, but then otherwise simply loads them from the given lib directory.

Public Methods

std::shared_ptr<DriverHostLoaderService> Create (async_dispatcher_t * dispatcher, fbl::unique_fd lib_fd, std::string name)

static

Defined at line 69 of file ../../src/devices/bin/driver_manager/driver_host_loader_service.cc