blob: 4e16e687029343cc16b2f5e9a447eaf6de287c78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block resctrl
(filecon "/sys/fs/resctrl" dir ())
(filecon "/sys/fs/resctrl/.*" any ())
(genfscon "resctrl" "/" fs_context)
(blockinherit .noseclabelfs.template))
|