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

(block ext4

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

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