|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/process_sandboxer/sandbox_manager.h"#include <poll.h>#include <signal.h>#include <stddef.h>#include <stdint.h>#include <stdlib.h>#include <sys/eventfd.h>#include <sys/resource.h>#include <sys/signalfd.h>#include <sys/socket.h>#include <sys/syscall.h>#include <sys/wait.h>#include <unistd.h>#include <algorithm>#include <cerrno>#include <functional>#include <memory>#include <optional>#include <sstream>#include <string>#include <string_view>#include <thread>#include <utility>#include <vector>#include "absl/functional/bind_front.h"#include "absl/log/log.h"#include "absl/log/vlog_is_on.h"#include "absl/memory/memory.h"#include "absl/random/bit_gen_ref.h"#include "absl/random/uniform_int_distribution.h"#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/strings/numbers.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "absl/time/time.h"#include "absl/types/span.h"#include "sandboxed_api/sandbox2/executor.h"#include "sandboxed_api/sandbox2/policy.h"#include "sandboxed_api/sandbox2/sandbox2.h"#include "sandboxed_api/util/fileops.h"#include "sandboxed_api/util/path.h"#include "cuttlefish/host/commands/process_sandboxer/credentialed_unix_server.h"#include "cuttlefish/host/commands/process_sandboxer/pidfd.h"#include "cuttlefish/host/commands/process_sandboxer/policies.h"#include "cuttlefish/host/commands/process_sandboxer/poll_callback.h"#include "cuttlefish/host/commands/process_sandboxer/proxy_common.h"#include "cuttlefish/host/commands/process_sandboxer/signal_fd.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::process_sandboxer |
| namespace | cuttlefish::process_sandboxer::anonymous_namespace{sandbox_manager.cpp} |
Functions | |
| std::string | cuttlefish::process_sandboxer::anonymous_namespace{sandbox_manager.cpp}::ServerSocketOutsidePath (std::string_view runtime_dir) |
| std::string | cuttlefish::process_sandboxer::RandomString (absl::BitGenRef gen, size_t size) |