diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-17 15:35:38 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-17 15:35:38 -0700 |
commit | 05d37404052d09bc7433dbe84f9a33355999022f (patch) | |
tree | 1155668964dc681c5abeff279b87f4018b355ef3 | |
parent | 61c0018018d3c3380008da1dd141de95b48e260d (diff) | |
download | txr-05d37404052d09bc7433dbe84f9a33355999022f.tar.gz txr-05d37404052d09bc7433dbe84f9a33355999022f.tar.bz2 txr-05d37404052d09bc7433dbe84f9a33355999022f.zip |
doc: typo in section on setuid operation.
* txr.1: "require user id" -> "required user id".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44685,7 +44685,7 @@ it has to be running with a root effective user ID somehow. In order to execute a file which is setuid to a non-root user, \*(TX has to be running effectively as root or else as that user. It doesn't matter whether these privileges are achieved effectively using the setuid mechanism, or -whether \*(TX is running with the require user ID as its real ID. +whether \*(TX is running with the required user ID as its real ID. However, if \*(TX is running setuid, it takes special care to temporarily drop the privileges as early as possible, and eventually to drop the privileges permanently before executing any code, other that the setuid |