summaryrefslogtreecommitdiff
path: root/src/fs/noseclabelfs/resctrlnoseclabelfs.cil
blob: 20d84b711b048c17e9ff83f88d4e4b131baa3f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; SPDX-FileCopyrightText: © 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))