diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-29 07:19:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-29 07:19:39 -0700 |
commit | f9c8ebcff9ab51f24868aff19bd0fad6b70214dc (patch) | |
tree | 5bd61538486541ece9e3183837ecc2e1fce766f7 | |
parent | 3d23e04870da2f15369bf8c9265023ae581a80c9 (diff) | |
download | txr-f9c8ebcff9ab51f24868aff19bd0fad6b70214dc.tar.gz txr-f9c8ebcff9ab51f24868aff19bd0fad6b70214dc.tar.bz2 txr-f9c8ebcff9ab51f24868aff19bd0fad6b70214dc.zip |
doc: grammar in setuid section.
* txr.1: anything code -> any code.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59925,7 +59925,7 @@ attempts to impersonate the owner of the script file by changing to effective user ID to that owner just before executing the file. It retains the real and saved user ID. If the attempt to assume that user ID is unsuccessful, then \*(TX permanently drops setuid privileges before executing -the script. Likewise, before executing anything code other than a setuid +the script. Likewise, before executing any code other than a setuid script, \*(TX also drops privileges. \*(TX tries to honor and implement the setuid permissions on a script |