neurobin / shc

Shell script compiler
https://neurobin.org/projects/softwares/unix/shc/
GNU General Public License v3.0
2k stars 338 forks source link

Operation not permitted #122

Open naoestu opened 3 years ago

naoestu commented 3 years ago

Hi

System: Debian 10 x64 / Ubuntu 20 x64 Shc versions: 3.9.6 and 4.0.3

I used shc to encrypt a script but i cant execute it as other user. I can only execute it as " sudo ./script " I've tried with: -U -H -T (This option not work anymore but in several threads it is explained that it is the solution...)

Any solution with at least the v3.9.6?

Regards

mckaygerhard commented 3 weeks ago

the crap uses the crap names "sudo".. that's why.. so if you are not root user it forced to use that thing..

must be changed to "doas" in shc code generation