That's not enough. Even if a process is able to open `/dev/net/tun`, it should also have the `CAP_NET_ADMIN` capability in order to create new tun/tap devices, or assign an owner to them.
This is explained in the `tuntap.rst` file from the kernel documentation.