1config BR2_PACKAGE_BUBBLEWRAP 2 bool "bubblewrap" 3 depends on BR2_USE_MMU # fork() 4 select BR2_PACKAGE_LIBCAP 5 help 6 Unprivileged sandbox tool based on Linux namespaces. 7 8 https://github.com/projectatomic/bubblewrap 9