summaryrefslogtreecommitdiff
path: root/src/sys/procfile/driverprocfile.cil
blob: 7873fe8f037ddd06b389ace9df7256b29fabca70 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block driver

    (genfscon "proc" "/driver" procfile_context)

    (blockinherit .procfile.macro_template_dirs)
    (blockinherit .procfile.template))