blob: 032b1937c20cff65934d6ff1dea064aa7c9f9cdc (
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 sysctl
(genfscon "proc" "/sys" procfile_context)
(blockinherit .procfile.base_template)
(blockinherit .procfile.macro_template_dirs))
|