Home
last modified time | relevance | path

Searched refs:PolicyForExecutable (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/process_sandboxer/
Dpolicies.h35 std::unique_ptr<sandbox2::Policy> PolicyForExecutable(
Dpolicies.cpp30 std::unique_ptr<sandbox2::Policy> PolicyForExecutable( in PolicyForExecutable() function
Dmain.cpp70 sandbox2::Sandbox2 sb(std::move(executor), PolicyForExecutable(host, exe)); in ProcessSandboxerMain()