• C
    Fix error when starting a container after an error · a58e1cb4
    Cédric Bosdonnat 提交于
    The typical case for the problem is starting a domain needing a network
    that isn't started. Even after starting the network, we get an unknown error
    when starting the container.
    
    This is due to dynamic security label not being removed.
    a58e1cb4
lxc_process.c 47.3 KB