blob: 6e855ff06d12f4f5acf9f200124515f886b2d987 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;; SPDX-FileCopyrightText: © 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))
|