• D
    Linux Containers are not allowed to create device nodes. · 2e03b08e
    Dan Walsh 提交于
    This needs to be done before the container starts. Turning
    off the mknod capability is noticed by systemd, which will
    no longer attempt to create device nodes.
    
    This eliminates SELinux AVC messages and ugly failure messages in the journal.
    2e03b08e
lxc_container.c 57.0 KB