hilbert / hilbert-docker-images

Application with a dynamic choice of docker containers to run
Apache License 2.0
22 stars 8 forks source link

Fix xhost call for cuda_runtime #52

Closed vga101 closed 6 years ago

vga101 commented 6 years ago

We don't want remote or other local users to control our X server input (password entry, ...), so only permit root (could also use xauth cookies, but that's more hazzle).

Note that this issue is also present with other images (grep 'xhost' images/ -r), but I didn't mess with them, so no fix included for them here.