From 7245dd98b3ecdda3e0be84e9477d9e0ab5fdc47b Mon Sep 17 00:00:00 2001 From: Hidehiko Abe Date: Wed, 7 Feb 2018 17:03:55 +0900 Subject: Remove sandbox/. The sandbox/ used be used only in ChromeOS. Nowadays, it is no longer used, so remove it from the repository. cf) https://chromium-review.googlesource.com/c/aosp/platform/external/libchrome/+/903207 Bug: None Test: Build via Treehugger. Change-Id: I52b79bc2caa8d807cb7a5c37498e3a8b340a625f --- SConstruct | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 49cef6f434..77cdbdfde3 100644 --- a/SConstruct +++ b/SConstruct @@ -292,48 +292,6 @@ base_libs = [ 'libs' : '%s-dl-%s' % (base_name, BASE_VER), 'pc_libs' : 'nss openssl', }, - { - 'name' : 'sandbox', - 'sources' : """ - linux/bpf_dsl/bpf_dsl.cc - linux/bpf_dsl/codegen.cc - linux/bpf_dsl/dump_bpf.cc - linux/bpf_dsl/policy.cc - linux/bpf_dsl/policy_compiler.cc - linux/bpf_dsl/syscall_set.cc - linux/bpf_dsl/verifier.cc - linux/seccomp-bpf/die.cc - linux/seccomp-bpf/sandbox_bpf.cc - linux/seccomp-bpf/syscall.cc - linux/seccomp-bpf/trap.cc - - linux/seccomp-bpf-helpers/baseline_policy.cc - linux/seccomp-bpf-helpers/sigsys_handlers.cc - linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc - linux/seccomp-bpf-helpers/syscall_sets.cc - - linux/services/init_process_reaper.cc - linux/services/proc_util.cc - linux/services/resource_limits.cc - linux/services/scoped_process.cc - linux/services/syscall_wrappers.cc - linux/services/thread_helpers.cc - linux/services/yama.cc - linux/syscall_broker/broker_channel.cc - linux/syscall_broker/broker_client.cc - linux/syscall_broker/broker_file_permission.cc - linux/syscall_broker/broker_host.cc - linux/syscall_broker/broker_policy.cc - linux/syscall_broker/broker_process.cc - - linux/services/credentials.cc - linux/services/namespace_sandbox.cc - linux/services/namespace_utils.cc - """, - 'prefix' : 'sandbox', - 'libs' : '', - 'pc_libs' : '', - }, ] env.Append( -- cgit v1.2.3