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

(block pidmax

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

  (blockinherit .sysctlfile.kernel.template))