X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/e0ffcec1b95034baf4e5fbeb2e8801b485f1809b..d2c283d7fcd6a1f778d362e7cda73c39988e0d0f:/tools/helpers/lxc.py 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