github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/test/e2e/config/containers-caps.conf (about) 1 [containers] 2 3 # List of default capabilities for containers. If it is empty or commented out, 4 # the default capabilities defined in the container engine will be added. 5 # 6 default_capabilities = [ 7 "CHOWN", 8 "DAC_OVERRIDE", 9 "FOWNER", 10 "FSETID", 11 "KILL", 12 "MKNOD", 13 "NET_BIND_SERVICE", 14 "SETGID", 15 "SETPCAP", 16 "SETUID", 17 ]