summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/fssysfile/ext4fssysfile.cil
blob: 64d19223be6676881ced36cbbf94025eb0430948 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 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))