summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/fssysfile/xfssysfile.cil
blob: 8414dac2fd7435a8b7a06fe8fd9a7dfee3067325 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block xfs

  (genfscon "sysfs" "/fs/xfs" sysfile_context)

  (blockinherit .sysfile.fs.template)
  (blockinherit .sysfile.macro_template_dirs))