aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/landlock/true.c
diff options
context:
space:
mode:
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;
+}