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

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