blob: 6a36fdb567911b9798f0c47807b5eef84d415c4d (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block modprobe
(genfscon "proc" "/sys/kernel/modprobe" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template))
|