summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/seclabelfs/pidseclabelfs.cil8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fs/seclabelfs/pidseclabelfs.cil b/src/fs/seclabelfs/pidseclabelfs.cil
new file mode 100644
index 0000000..c569c08
--- /dev/null
+++ b/src/fs/seclabelfs/pidseclabelfs.cil
@@ -0,0 +1,8 @@
+;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
+;; SPDX-License-Identifier: Unlicense
+
+(block pid
+
+ (fsuse task "pidfs" fs_context)
+
+ (blockinherit .seclabelfs.base_template))