summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/pidmaxkernelsysctlfile.cil
blob: e4f14fdd2baedf8f6cbe49788942a3497cce8372 (plain)
1
2
3
4
5
6
7
8
;; SPDX-FileCopyrightText: M-BM-) 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))