X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/61d5be43dc7b4ccb07f08179ec44a4acc838e94e..0841a74bf82f59e316d8fbcfdff415bb003bc84e:/tools/actions/container_manager.py diff --git a/tools/actions/container_manager.py b/tools/actions/container_manager.py index 257945d..1c67eb5 100644 --- a/tools/actions/container_manager.py +++ b/tools/actions/container_manager.py @@ -91,6 +91,8 @@ def set_permissions(args, perm_list=None, mode="777"): perm_list.extend(glob.glob("/dev/fb*")) # Videos perm_list.extend(glob.glob("/dev/video*")) + # DMA-BUF Heaps + perm_list.extend(glob.glob("/dev/dma_heap/*")) for path in perm_list: chmod(path, mode)