blob: 5ad8c6bcfcd3825a8c98e9010ce7f695cd862ff0 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block threadsmax
(genfscon "proc" "/sys/kernel/threads-max" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template))
|