Skip Navigation

Run Shell Script without sudo and with special bit permission using suid-wrapper

A tricks on how to run a script as root without sudo, in case someone needs this. I use this for toggle on and off camera without pkexec. It's useful imho

7 comments
  • Oh, in the 90s I worked at a big defense contractor, one of a shell script had a suid on it, so just by creating a symbolic link named "-x" pointing to the script, and executing it, you entered in a root shell ☺️

  • Do you know how many times I've made some little bit of shell code "setuid" by writing a shitty little C program that just calls system()?

7 comments