blob: f31f9e6c9c6cf55252d95959e36a88d0b314affe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(in kernel
(genfscon "proc" "/sys/kernel/randomize_va_space" sysctlfile_context))
(in random
(genfscon "proc" "/sys/kernel/random" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template)
(blockinherit .sysctlfile.macro_template_dirs))
|