tree: a8ed492501dbb22b656e8df89327216f47641c25 [path history] [tgz]
  1. BUILD.gn
  2. README.md
  3. security.MinijailSeccomp.fail.c
  4. security.MinijailSeccomp.ok.c
  5. security.MinijailSeccomp.open.c
security_tests/README.md

security_tests

This directory contains files that are installed to test system images so they can be used by security-focused Tast integration tests.

Source files' names take the form security.TestName.bin_name.c. They are compiled to e.g. security.TestName.bin_name and installed to /usr/local/libexec/security_tests in test system images.

Please do not add new files to this directory if you can avoid it. Spreading a test's logic across multiple locations makes it harder to understand and to modify.