I've update this so it still tests all the binder permissions. I didn't bother with a Client as I found another way to achieve the same result. Plenty of comments in test_binder.c to explain. Hopefully it is sane, otherwise a Client will be required. I've tested on Fedora 28 with linux-4.17-rc5 so that it does not suffer the same fate as V1 did. Also looked to see what other patches were in the pipeline, none that should stop this version working. V2 Changes: Fixed the policy and test Makefiles Updated binder policy. Updated the defconfig and now works to build linux-4.17-rc5 Updated the test to handle the -v option. Plenty of output to see what is happening. V3 Changes: Added missing policy for using shared memory. Use the allow_map macro. Richard Haines (1): selinux-testsuite: Add binder tests README.md | 8 + defconfig | 7 + policy/Makefile | 4 + policy/test_binder.te | 120 +++++++ tests/Makefile | 4 + tests/binder/Makefile | 7 + tests/binder/check_binder.c | 80 +++++ tests/binder/test | 89 +++++ tests/binder/test_binder.c | 684 ++++++++++++++++++++++++++++++++++++ 9 files changed, 1003 insertions(+) create mode 100644 policy/test_binder.te create mode 100644 tests/binder/Makefile create mode 100644 tests/binder/check_binder.c create mode 100644 tests/binder/test create mode 100644 tests/binder/test_binder.c -- 2.17.0