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

(block pidmax

  (genfscon "proc" "/sys/kernel/pid_max" sysctlfile_context)

  (blockinherit .sysctlfile.kernel.template))