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