blob: 95b5770158f8d1855e98fddc97821bb6745541da (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block drmdpaux
(filecon "/dev/drm_dp_aux[0-9]+" char nodedev_context)
(blockinherit .nodedev.template))
|