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