mknod_and_own_dev
I’ve had some issues automating the deployment of Firecracker when creating the tap device. I had to grant permissions to the group in order to work. One question: why does only the user have permissions?
https://github.com/spluca/firecracker/blob/main/src/jailer/src/env.rs#L444
Best regards.