selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] selinux-testsuite: Add BPF tests
@ 2019-07-31 16:26 Richard Haines
  2019-07-31 19:59 ` Richard Haines
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Haines @ 2019-07-31 16:26 UTC (permalink / raw)
  To: selinux, paul; +Cc: Richard Haines

This runs basic checks for BPF with map_create, map_read, map_write,
prog_load and prog_run permissions.

If this is okay, I'll do tests for checking the following:
tests/fdreceive - security_file_receive path
tests/binder - security_binder_transfer_file path

Richard Haines (1):
  selinux-testsuite: Add BPF tests

 README.md            |   4 +-
 defconfig            |   5 ++
 policy/Makefile      |   4 ++
 policy/test_bpf.te   |  77 +++++++++++++++++++++++++++
 tests/Makefile       |   4 ++
 tests/bpf/.gitignore |   1 +
 tests/bpf/Makefile   |   8 +++
 tests/bpf/bpf_insn.h |  20 +++++++
 tests/bpf/bpf_test.c | 124 +++++++++++++++++++++++++++++++++++++++++++
 tests/bpf/test       |  57 ++++++++++++++++++++
 tools/check-syntax   |   2 +-
 tools/chk_c_exclude  |   1 +
 12 files changed, 305 insertions(+), 2 deletions(-)
 create mode 100644 policy/test_bpf.te
 create mode 100644 tests/bpf/.gitignore
 create mode 100644 tests/bpf/Makefile
 create mode 100644 tests/bpf/bpf_insn.h
 create mode 100644 tests/bpf/bpf_test.c
 create mode 100755 tests/bpf/test
 create mode 100644 tools/chk_c_exclude

-- 
2.21.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-31 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 16:26 [PATCH 0/1] selinux-testsuite: Add BPF tests Richard Haines
2019-07-31 19:59 ` Richard Haines

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).