Comment 1 for bug 1337582

Revision history for this message
Jim Hodapp (jhodapp) wrote :

To create the pipe, add this to /etc/init/lxc-android-config.conf:

pre-start script
    mkfifo -m 0777 /android/micshm
end script

It has very liberal permissions on purpose for right now. I'll tighten those up before submitting the feature for review.