summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/vhostnodedev.cil
blob: cc352f348251a310546b2ade720ec026345104d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block vhost

  (filecon "/dev/vhci" char nodedev_context)
  (filecon "/dev/vhost-net" char nodedev_context)
  (filecon "/dev/vhost-scsi" char nodedev_context)
  (filecon "/dev/vhost-vsock" char nodedev_context)

  (blockinherit .nodedev.template))