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

Unified Diff: sandbox/linux/seccomp/syscall_table.h

Issue 371047: Allow the seccomp sandbox to be enabled, even if the suid sandbox has... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/seccomp/stat.cc ('k') | sandbox/linux/seccomp/trusted_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp/syscall_table.h
===================================================================
--- sandbox/linux/seccomp/syscall_table.h (revision 31339)
+++ sandbox/linux/seccomp/syscall_table.h (working copy)
@@ -16,7 +16,7 @@
struct SyscallTable {
void *handler;
- bool (*trustedProcess)(int parentProc, int sandboxFd, int threadFdPub,
+ bool (*trustedProcess)(int parentMapsFd, int sandboxFd, int threadFdPub,
int threadFd, SecureMemArgs* mem);
};
extern const struct SyscallTable syscallTable[]
« no previous file with comments | « sandbox/linux/seccomp/stat.cc ('k') | sandbox/linux/seccomp/trusted_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698