github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/test/e2e/config/containers-ns.conf (about) 1 [containers] 2 3 pidns = "host" 4 netns = "host" 5 ipcns = "host" 6 utsns = "host" 7 userns = "host" 8 cgroupns = "host" 9 10 # List of default capabilities for containers. If it is empty or commented out, 11 # the default capabilities defined in the container engine will be added. 12 # 13 default_capabilities = [ 14 "CHOWN", 15 "DAC_OVERRIDE", 16 "FOWNER", 17 "FSETID", 18 "KILL", 19 "MKNOD", 20 "NET_BIND_SERVICE", 21 "SETGID", 22 "SETPCAP", 23 "SETUID", 24 ]