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

(in fuse

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

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