xref: /OK3568_Linux_fs/buildroot/package/bubblewrap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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