From ae840adbe14a8423b34dd1f4289ef4e15b00aaa5 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 2 Mar 2021 15:43:10 +0200 Subject: zz-video.rules.in: New udev rule to allow reading video device This is helpful to have by default as to allow regular user (agl-driver) use the video device created by video4linux. Bug-AGL: SPEC-3629 Signed-off-by: Marius Vlad Change-Id: Ib545dff4ce0a4cb6b668b343cd7de7e95317eea5 --- recipes-graphics/wayland/weston-init/zz-video.rules.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/wayland/weston-init/zz-video.rules.in (limited to 'recipes-graphics/wayland/weston-init/zz-video.rules.in') diff --git a/recipes-graphics/wayland/weston-init/zz-video.rules.in b/recipes-graphics/wayland/weston-init/zz-video.rules.in new file mode 100644 index 00000000..1dfa3c18 --- /dev/null +++ b/recipes-graphics/wayland/weston-init/zz-video.rules.in @@ -0,0 +1 @@ +SUBSYSTEM=="video4linux", MODE="0660", KERNEL=="video*", GROUP="display", SECLABEL{smack}="*", TAG+="systemd" -- cgit 1.2.3-korg