Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Issue 299683004: Rewrite all BPF policies to use DSL API

Created:
6 years, 7 months ago by mdempsky
Modified:
6 years, 7 months ago
Reviewers:
CC:
chromium-reviews, agl, jln+watch_chromium.org
Visibility:
Public.

Description

Rewrite all BPF policies to use DSL API BUG=375497

Patch Set 1 #

Patch Set 2 : Overhaul of DSL and implementation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+723 lines, -445 lines) Patch
M components/nacl/loader/nonsfi/nonsfi_sandbox.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_sandbox.cc View 1 8 chunks +72 lines, -88 lines 0 comments Download
M content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc View 1 5 chunks +11 lines, -18 lines 0 comments Download
M content/common/sandbox_linux/bpf_gpu_policy_linux.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/sandbox_linux/bpf_gpu_policy_linux.cc View 1 5 chunks +11 lines, -14 lines 0 comments Download
M content/common/sandbox_linux/bpf_ppapi_policy_linux.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/sandbox_linux/bpf_ppapi_policy_linux.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/sandbox_linux/bpf_renderer_policy_linux.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/sandbox_linux/bpf_renderer_policy_linux.cc View 1 3 chunks +8 lines, -7 lines 0 comments Download
M content/common/sandbox_linux/sandbox_bpf_base_policy_linux.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M content/common/sandbox_linux/sandbox_bpf_base_policy_linux.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc View 1 4 chunks +8 lines, -19 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/baseline_policy.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/baseline_policy.cc View 1 4 chunks +35 lines, -29 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/bpf_dsl.h View 1 1 chunk +221 lines, -51 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/bpf_dsl.cc View 1 4 chunks +200 lines, -48 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/bpf_dsl_unittest.cc View 1 3 chunks +22 lines, -20 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h View 1 2 chunks +10 lines, -12 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 1 6 chunks +92 lines, -111 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698