X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/76a8d23db658503a9dbe4ab40533dadf56bb048b..244ee49a37ae4f19dcc16d1f89eb265bb2cfd6ef:/tools/actions/container_manager.py diff --git a/tools/actions/container_manager.py b/tools/actions/container_manager.py index 520034d..bef7483 100644 --- a/tools/actions/container_manager.py +++ b/tools/actions/container_manager.py @@ -65,8 +65,6 @@ def start(args): "/dev/MTK_SMI", "/dev/mdp_sync", "/dev/mtk_cmdq", - "/dev/video32", - "/dev/video33", # Graphics "/dev/dri", @@ -75,6 +73,8 @@ def start(args): # Framebuffers perm_list.extend(glob.glob("/dev/fb*")) + # Videos + perm_list.extend(glob.glob("/dev/video*")) for path in perm_list: chmod(path, mode)