blob: a0dde620dc74c09b100d263f0ee69886f06b3b19 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block config
(genfscon "configfs" "/" fs_context)
(blockinherit .fs.macro_template_dirs)
(blockinherit .fs.macro_template_fs)
(blockinherit .noseclabelfs.base_template))
|