Merge "Change seccomp to the system filter"

am: 1406d991a3

Change-Id: I19df7fbf016464704fd97c8f790752b689c84281
This commit is contained in:
Victor Hsieh 2018-01-08 20:20:55 +00:00 committed by android-build-merger
commit 003b330540

View file

@ -289,7 +289,7 @@ noinline int do_action(const char* arg) {
munmap(map, sizeof(int));
map[0] = '8';
} else if (!strcasecmp(arg, "seccomp")) {
set_seccomp_filter();
set_system_seccomp_filter();
syscall(99999);
#if defined(__arm__)
} else if (!strcasecmp(arg, "kuser_helper_version")) {