47e5b5a lxc: allow to keep or drop capabilities

10 files Authored by cbosdonnat 9 years ago, Committed by Gao feng 9 years ago,
    lxc: allow to keep or drop capabilities
    
    Added <capabilities> in the <features> section of LXC domains
    configuration. This section can contain elements named after the
    capabilities like:
    
      <mknod state="on"/>, keep CAP_MKNOD capability
      <sys_chroot state="off"/> drop CAP_SYS_CHROOT capability
    
    Users can restrict or give more capabilities than the default using
    this mechanism.
    
        
file modified
+47 -0
file modified
+207 -0
file modified
+125 -1
file modified
+56 -0
file modified
+3 -0
file modified
+8 -0
file modified
+225 -16
file modified
+54 -3
file modified
+2 -0