summaryrefslogtreecommitdiff
path: root/src/dev/stordev/sgstordev.cil
blob: 2723882e962db43594a6fc257d4ad424ae8ca643 (plain)
1
2
3
4
5
6
7
8
9
10
;; SPDX-FileCopyrightText: © 2024 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))