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