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