summaryrefslogtreecommitdiff
path: root/src/dev/stordev/fusestordev.cil
blob: d9120759c64e59fd3d2b8876d9a5281680794fa5 (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 fuse

  (filecon "/dev/fuse" char stordev_context)

  (blockinherit .stordev.base_template)
  (blockinherit .stordev.macro_template_chr_files)

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