summaryrefslogtreecommitdiff
path: root/src/fs/seclabelfs/cgroupseclabelfs.cil
blob: 07c63a2410e9bf14077e1933c75f3321945dfd7b (plain)
1
2
3
4
5
6
7
8
9
10
11
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block cgroup

  (genfscon "cgroup" "/" fs_context)
  (genfscon "cgroup2" "/" fs_context)

  (blockinherit .fs.macro_template_dirs)
  (blockinherit .fs.macro_template_files)
  (blockinherit .seclabelfs.template))