oci: default devices don't need to be listed explicitly
Eliminating these things make the code much more understandable.
See also https://github.com/opencontainers/runtime-spec/blob/adcbe530a9652b6f61c740b5c4feb1a6ee8c5918/config-linux.md#default-devices
https://github.com/opencontainers/runc/blob/df25eddce6dce1e1123372bc6ccf98d7b3acc0ce/libcontainer/specconv/spec_linux.go#L454
Signed-off-by: Akihiro Suda <suda.kyoto@gmail.com>