blob: 428081f34917633b2a1d7c588bc7f0d9efc7a354 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block filesystems
(genfscon "proc" "/filesystems" procfile_context)
(blockinherit .procfile.template))
|