blog.benyamin.xyz
Run Shell Script without sudo and with special bit permission using suid-wrapper
We always remember chmod u+s or special permission bit on an executable means when we run the executable it will run as the owner of the executable (read this). There are a problem with it, it will…