|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/process_sandboxer/policies.h"#include <stdlib.h>#include <cerrno>#include <memory>#include <ostream>#include <set>#include <string>#include <string_view>#include <utility>#include "absl/container/flat_hash_map.h"#include "absl/log/log.h"#include "absl/status/status.h"#include "sandboxed_api/sandbox2/policy.h"#include "sandboxed_api/sandbox2/policybuilder.h"#include "sandboxed_api/util/fileops.h"#include "sandboxed_api/util/path.h"#include "cuttlefish/host/commands/process_sandboxer/proxy_common.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::process_sandboxer |
Functions | |
| std::ostream & | cuttlefish::process_sandboxer::operator<< (std::ostream &out, const HostInfo &host) |
| std::unique_ptr< sandbox2::Policy > | cuttlefish::process_sandboxer::PolicyForExecutable (const HostInfo &host, std::string_view server_socket_outside_path, std::string_view executable) |