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