blob: c578b05cb2d062aac7bf7ca5889dac47f8aeceea (
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 seccomp
(genfscon "proc" "/sys/kernel/seccomp" sysctlfile_context)
(blockinherit .sysctlfile.kernel.template)
(blockinherit .sysctlfile.macro_template_dirs))
|