summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/rfkillnodedev.cil
blob: 712cb21bb2248e8e394a701011455bc3f42f8c57 (plain)
1
2
3
4
5
6
7
8
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block rfkill

  (filecon "/dev/rfkill" char nodedev_context)

  (blockinherit .nodedev.template))