blob: 0380fde5a5379d72da73e6b3cadd0c1f024daba2 (
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 tty
(filecon "/dev/tty" char nodedev_context)
(blockinherit .nodedev.template)
(call .rbacsep.exempt.obj.type (nodedev)))
|