Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
715 B

--- a/src/anbox/cmds/container_manager.cpp 2020-06-06 14:35:43.604180115 +0300
+++ b/src/anbox/cmds/container_manager.cpp 2020-06-06 14:44:23.190847329 +0300
@@ -47,7 +47,7 @@
cli::Description{"Path where the container and its data is stored"},
data_path_));
flag(cli::make_flag(cli::Name{"privileged"},
- cli::Description{"Run Android container in privileged mode"},
+ cli::Description{"Run Android container in privileged mode (not recommended)"},
privileged_));
flag(cli::make_flag(cli::Name{"daemon"},
cli::Description{"Mark service as being started as systemd daemon"},