summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/netsysctlfile/ipv4netsysctlfile.cil
blob: da7b53376f333951028026ef4d9503df4363bcde (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block ipv4

  (genfscon "proc" "/sys/net/ipv4" sysctlfile_context)

  (blockinherit .sysctlfile.macro_template_dirs)
  (blockinherit .sysctlfile.net.template))