Why are IDs restricted by this pattern? ``` idRegex = regexp.MustCompile(`^[\w_-]+$`) ``` https://github.com/opencontainers/runc/blob/master/libcontainer/factory_linux.go#L29