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