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

Issue 396323002: Add domain-specific language for BPF policies (Closed)

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

Description

Add domain-specific language for BPF policies This CL adds basic support for equality testing of system call arguments, and conjunctive and disjunctive combinations of tests. Reland of https://codereview.chromium.org/299743002/ BUG=375497 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283687

Patch Set 1 #

Patch Set 2 : Directly invoke underlying system calls #

Patch Set 3 : Workaround crbug.com/394528 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+882 lines, -1 line) Patch
M sandbox/linux/BUILD.gn View 2 chunks +5 lines, -0 lines 0 comments Download
A + sandbox/linux/bpf_dsl/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl.h View 1 chunk +246 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl.cc View 1 chunk +278 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc View 1 2 1 chunk +268 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/cons.h View 1 chunk +46 lines, -0 lines 0 comments Download
A sandbox/linux/bpf_dsl/cons_unittest.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
mdempsky
Using Syscall::Call() to directly invoke the system calls seems to have fixed linux_rel_precise32.
6 years, 5 months ago (2014-07-16 20:35:00 UTC) #1
jln (very slow on Chromium)
lgtm Please add a link to the original CL in the commit message mentioning that ...
6 years, 5 months ago (2014-07-16 23:13:25 UTC) #2
mdempsky
The CQ bit was checked by mdempsky@chromium.org
6 years, 5 months ago (2014-07-16 23:16:55 UTC) #3
mdempsky
On 2014/07/16 23:13:25, jln wrote: > Please add a link to the original CL in ...
6 years, 5 months ago (2014-07-16 23:17:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mdempsky@chromium.org/396323002/40001
6 years, 5 months ago (2014-07-16 23:19:49 UTC) #5
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 07:25:07 UTC) #6
Message was sent while issue was closed.
Change committed as 283687

Powered by Google App Engine
This is Rietveld 408576698