Avoiding users to corrupt and use a script
- by EverythingRightPlace
Is it possible to deny the right to copy files?
I have a script which should be executable by others. They are also allowed to read the file (though it would not be a problem to forbid reading). But I don't want the script to be changed and executed.
It's not a problem to set those permissions, but one could easily copy, change and run the script. Can this even be avoided?
/edit
The OS is Red Hat Enterprise Linux Workstation release 6.2 (Santiago).