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