summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/randomnodedev.cil
blob: 7e5c93192bf34c1395b5d7d0065e8f76da917626 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block random

  (filecon "/dev/random" char nodedev_context)
  (filecon "/dev/urandom" char nodedev_context)

  (blockinherit .nodedev.template)

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