]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/lxc.py
lxc: Only add /dev/ashmem to config_nodes when it exists
[waydroid.git] / tools / helpers / lxc.py
index b7bbf6612492c16b3662c44366f0c400e734696b..ae54128c71da42be046288585ef8359e2a10a102 100644 (file)
@@ -42,7 +42,7 @@ def generate_nodes_lxc_config(args):
     make_entry("/dev/zero")
     make_entry("/dev/null")
     make_entry("/dev/full")
-    make_entry("/dev/ashmem", check=False)
+    make_entry("/dev/ashmem")
     make_entry("/dev/fuse")
     make_entry("/dev/ion")
     make_entry("/dev/char", options="bind,create=dir,optional 0 0")