X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/facf2b713da1038bbc960bb7e094bdb80213485e..571ab3e4c67a2c7d7ef031c00047444abb525b2e:/tools/helpers/lxc.py?ds=inline diff --git a/tools/helpers/lxc.py b/tools/helpers/lxc.py index d26b184..7a9988e 100644 --- a/tools/helpers/lxc.py +++ b/tools/helpers/lxc.py @@ -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