summaryrefslogtreecommitdiff
path: root/src/fs/seclabelfs/devptsseclabelfs.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/seclabelfs/devptsseclabelfs.cil')
-rw-r--r--src/fs/seclabelfs/devptsseclabelfs.cil11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fs/seclabelfs/devptsseclabelfs.cil b/src/fs/seclabelfs/devptsseclabelfs.cil
new file mode 100644
index 0000000..4c5827c
--- /dev/null
+++ b/src/fs/seclabelfs/devptsseclabelfs.cil
@@ -0,0 +1,11 @@
+;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
+;; SPDX-License-Identifier: Unlicense
+
+(block devpts
+
+ (fsuse trans "devpts" fs_context)
+
+ (blockinherit .fs.macro_template_dirs)
+ (blockinherit .fs.macro_template_chr_files)
+ (blockinherit .fs.macro_template_fs)
+ (blockinherit .seclabelfs.base_template))