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