aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-10-25 07:55:45 -0400
committerJoey Hess <joey@kodama.kitenet.net>2007-10-25 07:55:45 -0400
commit799a3968a2463b7757a546465c7f05a6398869e7 (patch)
tree420008507cf913b1aa87d35e39e77d7d080272bf /doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
parentb668227481028db996487cf64cee68a771dc9868 (diff)
downloadikiwiki-799a3968a2463b7757a546465c7f05a6398869e7.tar
ikiwiki-799a3968a2463b7757a546465c7f05a6398869e7.tar.gz
question
Diffstat (limited to 'doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn')
-rw-r--r--doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn b/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
index ae7f908d2..111bbb541 100644
--- a/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
+++ b/doc/bugs/ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn
@@ -2,6 +2,8 @@ The ikiwiki-mass-rebuild utility fails to drop privileges and fails to execute i
The solution is to set the effective UID after setting the real UID, and to set $PATH in the environment before calling exec().
+> Why does the PATH need to be reset? --[[Joey]]
+
Proposed patch:
--- ikiwiki-mass-rebuild.orig 2007-08-15 22:21:59.000000000 +0200