aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorGravatar Casey Schaufler <casey@schaufler-ca.com> 2023-09-12 13:56:56 -0700
committerGravatar Paul Moore <paul@paul-moore.com> 2023-11-12 22:54:42 -0500
commitd3d929a8b0cd6deb7d70d1d8d805bccee3fbf11f (patch)
tree776c7ec15fd05b9e590e7381f5283108ae8fae83 /tools/testing/selftests/Makefile
parentSELinux: Add selfattr hooks (diff)
downloadlinux-d3d929a8b0cd6deb7d70d1d8d805bccee3fbf11f.tar.gz
linux-d3d929a8b0cd6deb7d70d1d8d805bccee3fbf11f.tar.bz2
linux-d3d929a8b0cd6deb7d70d1d8d805bccee3fbf11f.zip
LSM: selftests for Linux Security Module syscalls
Add selftests for the three system calls supporting the LSM infrastructure. This set of tests is limited by the differences in access policy enforced by the existing security modules. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com> Reviewed-by: Mickaël Salaün <mic@digikod.net> Tested-by: Mickaël Salaün <mic@digikod.net> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 3b2061d1c1a5..1107be84ea95 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -43,6 +43,7 @@ TARGETS += landlock
TARGETS += lib
TARGETS += livepatch
TARGETS += lkdtm
+TARGETS += lsm
TARGETS += membarrier
TARGETS += memfd
TARGETS += memory-hotplug