blob: 7717dc6324c89d98a4650184c41a0cd64b70b711 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block nfsd
(genfscon "nfsd" "/" fs_context)
(blockinherit .noseclabelfs.template))
|