summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/tuntapnodedev.cil
blob: ff7900717b9400003cdd5793a375f6c7be0e73a2 (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 tuntap

    (filecon "/dev/net/tun" char nodedev_context)
    (filecon "/dev/tap([0-9]+)?" char nodedev_context)

    (blockinherit .nodedev.template)

    (call .rbacsep.exempt.obj.type (nodedev)))