#include "services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.h"
#include <dlfcn.h>
#include "base/files/file_util.h"
#include "sandbox/linux/syscall_broker/broker_command.h"
#include "sandbox/linux/syscall_broker/broker_file_permission.h"
#include "services/screen_ai/public/cpp/utilities.h"
BrokerFilePermission;
MakeBrokerCommandSet;
namespace screen_ai {
namespace {
NO_SANITIZE("cfi-icall")
void CallPresandboxInitFunction(void* presandbox_init_function) { … }
}
bool ScreenAIPreSandboxHook(base::FilePath binary_path,
sandbox::policy::SandboxLinux::Options options) { … }
}