blob: b9f2878ebbc690f197bfb06fc5bbcb5e87e8a1d7 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 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))
|