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

(block threadsmax

  (genfscon "proc" "/sys/kernel/threads-max" sysctlfile_context)

  (blockinherit .sysctlfile.kernel.template))