summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/tst_lockdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tests/include/tst_lockdown.h')
-rw-r--r--src/kernel/tests/include/tst_lockdown.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kernel/tests/include/tst_lockdown.h b/src/kernel/tests/include/tst_lockdown.h
new file mode 100644
index 0000000..78eaecc
--- /dev/null
+++ b/src/kernel/tests/include/tst_lockdown.h
@@ -0,0 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#ifndef TST_LOCKDOWN_H
+#define TST_LOCKDOWN_H
+
+#define PATH_LOCKDOWN "/sys/kernel/security/lockdown"
+
+int tst_lockdown_enabled(void);
+
+#endif /* TST_LOCKDOWN_H */