summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/kernelsysctlfile/randomkernelsysctlfile.cil
blob: 73a6c6cc34c1746560107a3485fec3fde0de8d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;; SPDX-FileCopyrightText: © 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))