blob: 2b68ae64f90513d57bab5e2622531b88669fd170 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block cpuset
(genfscon "cpuset" "/" fs_context)
(blockinherit .fs.macro_template_fs)
(blockinherit .noseclabelfs.base_template))
|