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