blob: 2b18e74b30f5c0dfb3ae737eab3a31490cbe1786 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(in net
(genfscon "proc" "/net" procfile_context)
(blockinherit .procfile.macro_template_dirs)
(blockinherit .procfile.macro_template_lnk_files)
(blockinherit .procfile.template))
|