blob: 493ed6f2634dc33cb325b4ce22083c5f0ef9cffa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;; SPDX-FileCopyrightText: © 2023 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))
|