blob: 92c272ac8396ebd3bf99f6ea2e4274015c82f5e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block pstore
(genfscon "pstore" "/" fs_context)
(blockinherit .fs.macro_template_dirs)
(blockinherit .fs.macro_template_files)
(blockinherit .seclabelfs.template)
(allow fs self (filesystem (associate))))
|