aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/landlock/true.c
diff options
context:
space:
mode:
authorMickaël Salaün <mic@linux.microsoft.com>2021-04-22 17:41:20 +0200
committerJames Morris <jamorris@linux.microsoft.com>2021-04-22 12:22:11 -0700
commite1199815b47be83346c03e20a3de76f934e4bb34 (patch)
treee71d6716f8d7d3aa57a7f179e931276bc5027524 /tools/testing/selftests/landlock/true.c
parentlandlock: Add syscall implementations (diff)
downloadlinux-dev-e1199815b47be83346c03e20a3de76f934e4bb34.tar.xz
linux-dev-e1199815b47be83346c03e20a3de76f934e4bb34.zip
selftests/landlock: Add user space tests
Test all Landlock system calls, ptrace hooks semantic and filesystem access-control with multiple layouts. Test coverage for security/landlock/ is 93.6% of lines. The code not covered only deals with internal kernel errors (e.g. memory allocation) and race conditions. Cc: James Morris <jmorris@namei.org> Cc: Jann Horn <jannh@google.com> Cc: Serge E. Hallyn <serge@hallyn.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com> Reviewed-by: Vincent Dagonneau <vincent.dagonneau@ssi.gouv.fr> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20210422154123.13086-11-mic@digikod.net Signed-off-by: James Morris <jamorris@linux.microsoft.com>
Diffstat (limited to 'tools/testing/selftests/landlock/true.c')
-rw-r--r--tools/testing/selftests/landlock/true.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/landlock/true.c b/tools/testing/selftests/landlock/true.c
new file mode 100644
index 000000000000..3f9ccbf52783
--- /dev/null
+++ b/tools/testing/selftests/landlock/true.c
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0
+int main(void)
+{
+ return 0;
+}