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

(block sysctl

  (genfscon "proc" "/sys" procfile_context)

  (blockinherit .procfile.base_template)
  (blockinherit .procfile.macro_template_dirs))