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

(block modprobe

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

    (blockinherit .sysctlfile.kernel.template))