cc21bad Open /proc/PID/ns/* read-only to avoid getting permission denied

Authored and Committed by cbosdonnat 9 years ago
    Open /proc/PID/ns/* read-only to avoid getting permission denied
    
    lxc-enter-namespace stopped working on recent kernels (at least 3.19+)
    due to /proc/PID/ns/* file descriptors being opened RW. From outside
    the namespace these can only be opened RO.
    
        
file modified
+1 -1