blob: 92cb7f0726f473be3dca96a54ac0d6127a5b3b3c (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block yama
(genfscon "proc" "/sys/kernel/yama" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template)
(blockinherit .sysctlfile.macro_template_dirs))
|