blob: 25e436c0fc4b52e45334ec2bc9ba8e574c04e527 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block sg
(filecon "/dev/bsg/.+" char stordev_context)
(filecon "/dev/sg[0-9]+" char stordev_context)
(blockinherit .stordev.base_template)
(blockinherit .stordev.macro_template_chr_files))
|