summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil
blob: 8e22ad35957ff45ab66c78ac9b1fb16bbf96b868 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 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))