summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil
blob: e748b52f6699ccc2e4e72312b7e4bea2d2aca35f (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 firmwareconfig

    (genfscon "proc" "/sys/kernel/firmware_config" sysctlfile_context)

    (blockinherit .sysctlfile.kernel.template)
    (blockinherit .sysctlfile.macro_template_dirs))