summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/sndnodedev.cil
blob: 85569c3e5aee103aecf78151c1a9f14041afaff6 (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 snd

  (filecon "/dev/snd/.+" char nodedev_context)

  (blockinherit .nodedev.template)

  (call .rbacsep.exempt.obj.type (nodedev)))