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