Commit 0fe91635 authored by Florent Revest's avatar Florent Revest

udev: Give proper access to /dev/vboxguest to ceres

parent 89120dc2
...@@ -5,3 +5,4 @@ ACTION=="add", KERNEL=="mm_v3d", MODE="0664", GROUP="video" ...@@ -5,3 +5,4 @@ ACTION=="add", KERNEL=="mm_v3d", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="mtk_disp_mgr", MODE="0664", GROUP="video" ACTION=="add", KERNEL=="mtk_disp_mgr", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="MTK_SMI", MODE="0664", GROUP="video" ACTION=="add", KERNEL=="MTK_SMI", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="mali", MODE="0664", GROUP="video" ACTION=="add", KERNEL=="mali", MODE="0664", GROUP="video"
ACTION=="add", KERNEL=="vboxguest", MODE="0664", GROUP="video"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment