summaryrefslogtreecommitdiff
path: root/src/fs/seclabelfs/nfs4seclabelfs.cil
blob: cc02247cd6076821df42bd88447d97f27f7410b2 (plain)
1
2
3
4
5
6
7
8
9
10
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block nfs4

  (genfscon "nfs4" "/" fs_context)

  (blockinherit .seclabelfs.template)

  (allow fs self (filesystem (associate))))