]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/lxc.py
lxc: Optionally bind-mount NFC config
[waydroid.git] / tools / helpers / lxc.py
index d26b184cf466479c3870f04631ee32bbac9359cf..7a9988e9815ce946e05b210f6c6028a137005982 100644 (file)
@@ -121,6 +121,9 @@ def generate_nodes_lxc_config(args):
     for n in glob.glob("/tmp/run-*"):
         make_entry(n, options="rbind,create=dir,optional 0 0")
 
+    # NFC config
+    make_entry("/system/etc/libnfc-nci.conf", options="bind,optional 0 0")
+
     return nodes