Merge "Change seccomp to the system filter" am: 1406d991a3
am: 003b330540
Change-Id: Ia60015aedcf318456a2de1843d2584dffa5deccb
This commit is contained in:
commit
4e3bac206f
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ noinline int do_action(const char* arg) {
|
||||||
munmap(map, sizeof(int));
|
munmap(map, sizeof(int));
|
||||||
map[0] = '8';
|
map[0] = '8';
|
||||||
} else if (!strcasecmp(arg, "seccomp")) {
|
} else if (!strcasecmp(arg, "seccomp")) {
|
||||||
set_seccomp_filter();
|
set_system_seccomp_filter();
|
||||||
syscall(99999);
|
syscall(99999);
|
||||||
#if defined(__arm__)
|
#if defined(__arm__)
|
||||||
} else if (!strcasecmp(arg, "kuser_helper_version")) {
|
} else if (!strcasecmp(arg, "kuser_helper_version")) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue