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.

37 lines
732 B

3 years ago
  1. [Unit]
  2. Description=Anbox Container Manager
  3. Wants=lxc.service
  4. After=lxc.service
  5. [Service]
  6. ExecStart=/usr/bin/anbox container-manager --daemon --data-path=/var/lib/anbox
  7. # anbox-container-manager crashes
  8. #PrivateUsers=true
  9. #PrivateDevices=true
  10. PrivateTmp=true
  11. # Android applications do not launch
  12. #ProtectHome=true
  13. #LockPersonality=true
  14. # anbox-container-manager crashes
  15. #ProtectSystem=strict
  16. #ProtectControlGroups=yes
  17. ProtectKernelTunables=true
  18. ProtectKernelModules=yes
  19. WorkingDirectory=/var/lib/anbox
  20. NoNewPrivileges=true
  21. #MemoryDenyWriteExecute=true
  22. #RestrictRealtime=true
  23. # anbox-session-manager crashes
  24. #CapabilityBoundingSet=CAP_SYS_ADMIN
  25. #RestrictAddressFamilies=AF_INET AF_INET6
  26. [Install]
  27. WantedBy=multi-user.target