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

Side by Side Diff: sandbox/linux/sandbox_linux.gypi

Issue 293463002: Add SandboxBPFPolicy::InvalidSyscall() to simplify writing policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sandbox/linux/seccomp-bpf/sandbox_bpf.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['OS=="linux"', { 8 ['OS=="linux"', {
9 'compile_suid_client': 1, 9 'compile_suid_client': 1,
10 'compile_credentials': 1, 10 'compile_credentials': 1,
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'seccomp-bpf/codegen.h', 122 'seccomp-bpf/codegen.h',
123 'seccomp-bpf/die.cc', 123 'seccomp-bpf/die.cc',
124 'seccomp-bpf/die.h', 124 'seccomp-bpf/die.h',
125 'seccomp-bpf/errorcode.cc', 125 'seccomp-bpf/errorcode.cc',
126 'seccomp-bpf/errorcode.h', 126 'seccomp-bpf/errorcode.h',
127 'seccomp-bpf/instruction.h', 127 'seccomp-bpf/instruction.h',
128 'seccomp-bpf/linux_seccomp.h', 128 'seccomp-bpf/linux_seccomp.h',
129 'seccomp-bpf/sandbox_bpf.cc', 129 'seccomp-bpf/sandbox_bpf.cc',
130 'seccomp-bpf/sandbox_bpf.h', 130 'seccomp-bpf/sandbox_bpf.h',
131 'seccomp-bpf/sandbox_bpf_compatibility_policy.h', 131 'seccomp-bpf/sandbox_bpf_compatibility_policy.h',
132 'seccomp-bpf/sandbox_bpf_policy.cc',
132 'seccomp-bpf/sandbox_bpf_policy.h', 133 'seccomp-bpf/sandbox_bpf_policy.h',
133 'seccomp-bpf/syscall.cc', 134 'seccomp-bpf/syscall.cc',
134 'seccomp-bpf/syscall.h', 135 'seccomp-bpf/syscall.h',
135 'seccomp-bpf/syscall_iterator.cc', 136 'seccomp-bpf/syscall_iterator.cc',
136 'seccomp-bpf/syscall_iterator.h', 137 'seccomp-bpf/syscall_iterator.h',
137 'seccomp-bpf/trap.cc', 138 'seccomp-bpf/trap.cc',
138 'seccomp-bpf/trap.h', 139 'seccomp-bpf/trap.h',
139 'seccomp-bpf/verifier.cc', 140 'seccomp-bpf/verifier.cc',
140 'seccomp-bpf/verifier.h', 141 'seccomp-bpf/verifier.h',
141 ], 142 ],
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 }, 331 },
331 'dependencies': [ 332 'dependencies': [
332 'sandbox_linux_jni_unittests', 333 'sandbox_linux_jni_unittests',
333 ], 334 ],
334 'includes': [ '../../build/apk_test.gypi' ], 335 'includes': [ '../../build/apk_test.gypi' ],
335 } 336 }
336 ], 337 ],
337 }], 338 }],
338 ], 339 ],
339 } 340 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/seccomp-bpf/sandbox_bpf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698