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

[Unit]
Description=Anbox Container Manager
Wants=lxc.service
After=lxc.service
[Service]
ExecStart=/usr/bin/anbox container-manager --daemon --data-path=/var/lib/anbox
# anbox-container-manager crashes
#PrivateUsers=true
#PrivateDevices=true
PrivateTmp=true
# Android applications do not launch
#ProtectHome=true
#LockPersonality=true
# anbox-container-manager crashes
#ProtectSystem=strict
#ProtectControlGroups=yes
ProtectKernelTunables=true
ProtectKernelModules=yes
WorkingDirectory=/var/lib/anbox
NoNewPrivileges=true
#MemoryDenyWriteExecute=true
#RestrictRealtime=true
# anbox-session-manager crashes
#CapabilityBoundingSet=CAP_SYS_ADMIN
#RestrictAddressFamilies=AF_INET AF_INET6
[Install]
WantedBy=multi-user.target