Add --mount-devapi option
By default, we had supported `--mount-bind /dev /dev` to get access to devices. But in many cases, build systems and the like will want to avoid exposing host physical devices. For example, if I'm building something locally, I don't want the makefile etc. to be able to access `/dev/dri`.
Showing
src/cleanup.h
0 → 100644
src/setup-dev.c
0 → 100644
src/setup-dev.h
0 → 100644
Please register or sign in to comment