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