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