blob: 49ec73de5fecef59ff8cb1178b9efd99c5a061b9 (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block sysctl
(genfscon "proc" "/sys" procfile_context)
(blockinherit .procfile.base_template)
(blockinherit .procfile.macro_template_dirs))
|