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