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