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

(block btrfs

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

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