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

(block f2fs

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

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