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