1 #lxc.rootfs.path = loop:/home/alien/system.img
2 lxc.rootfs.path = /home/anbox/rootfs
6 # lxc.autodev.tmpfs.size = 25000000
7 lxc.aa_profile = unconfined
11 lxc.mount.auto = cgroup:ro sys:ro proc
13 lxc.mount.entry = tmpfs dev tmpfs nosuid 0 0
14 lxc.mount.entry = /dev/zero dev/zero none bind,create=file,optional 0 0
15 #lxc.mount.entry = /dev/random dev/random none bind,create=file,optional 0 0
16 #lxc.mount.entry = /dev/null dev/null none bind,create=file,optional 0 0
17 lxc.mount.entry = /dev/full dev/full none bind,create=file,optional 0 0
18 lxc.mount.entry = /dev/ashmem dev/ashmem none bind,create=file,optional 0 0
19 lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file,optional 0 0
21 # necessary dev nodes (renamed)
22 lxc.mount.entry = /dev/anbox-binder dev/binder none bind,create=file 0 0
23 lxc.mount.entry = /dev/anbox-vndbinder dev/vndbinder none bind,create=file 0 0
25 # necessary device nodes (same name)
26 lxc.mount.entry = /dev/ashmem dev/ashmem none bind,create=file 0 0
28 #lxc.mount.entry = /dev/fuse dev/fuse none bind,create=file 0 0
29 lxc.mount.entry = /dev/ion dev/ion none bind,create=file,optional 0 0
31 # temp - allow access to /dev/input
32 #lxc.mount.entry = /dev/input dev/input none bind,create=dir,optional 0 0
33 lxc.mount.entry = /sys/module/lowmemorykiller sys/module/lowmemorykiller none bind,create=dir,optional 0 0
34 # Mount /data - always /home/.android now
35 lxc.mount.entry = tmpfs mnt tmpfs mode=0755,uid=0,gid=1000
37 # useful device properties from the host
38 # lxc.mount.entry = /home/anbox/generated_props system/vendor/alien.prop none bind,create=file 0 0
40 # Xkb - required for on screen keyboard
41 # lxc.mount.entry = /usr/share/X11/xkb usr/share/X11/xkb none bind 0 0
43 # necessary device nodes for adb
44 lxc.mount.entry = none dev/pts devpts defaults,mode=644,ptmxmode=666,create=dir 0 0
45 lxc.mount.entry = /dev/uhid dev/uhid none bind,create=file,defaults,optional 0 0
47 lxc.include = /var/lib/lxc/anbox/bsp_config
49 lxc.hook.post-stop = /dev/null