• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This is the kernel unittest for seccomp-bpf sandboxing.
2
3URL: https://github.com/redpig/seccomp
4Revision: e65c79a14dc2bbb6d8dbf12ebf71905e2253a4b2
5License: BSD
6
7Local modifications:
8- Remove usage of pthread_cancel()
9- Use __android_log_print() instead of fprintf()
10- Rename main() to seccomp_test_main()
11- Add get_seccomp_test_list()
12- Backport TEST(syscall_restart) from upstream
13
14The diff of modifications can be found in local-modifications-android.diff
15and local-modifications-android-2.diff. Note, the TEST(syscall_restart)
16backport is the only change in local-modifications-android-2.diff
17
18Additional modification is to backport fixes for Android Native Bridge:
19https://patchwork.kernel.org/patch/7537891/. This is not found in the above
20diff file. The patch is located in local-modifications-strict-args-fd88d16.diff.
21