blob: 99d59dc1f7924c5dc6c6e06d419ccab496f52e96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block bpf
(filecon "/sys/fs/bpf" dir ())
(filecon "/sys/fs/bpf/.*" any ())
(genfscon "bpf" "/" fs_context)
(blockinherit .noseclabelfs.template))
|