summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/netsysctlfile/corenetsysctlfile.cil
blob: c69f2682376d672bcb3c4b3a3140eb0e66b0147a (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: M-BM-) 2025 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))