<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,7 +96,15 @@ Things to note on privilege separation:
 * File system permissions for +log/+ needs to be correct
 * Daemon-kit will only shed privileges on the +start+ command, not on +run+
 * Make sure your code is secure if accepting stuff from the outside world
+* The daemon will continue to run if it failed, this is because the feature is experimental and could change in the future.
+* The damon logs the reduced privileges in the log file shortly after booting, please check it carefully
 
 The implementation stems from the advice given by Joe Damato on his blog post
 http://timetobleed.com/tag/privilege-escalation/
 
+IMPORTANT NOTE FOR OSX USERS:
+
+Testing on my iBook with OSX 10.5.8 using Ruby 1.8.6-p287 failed to drop
+privileges correctly because of the 'nobody' user's UID being too large
+(Bignum), however testing with Ruby 1.9.1-p129 on OSX 10.5.8 did work as
+expected.</diff>
      <filename>Configuration.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d897b5eaa9a4bec9b991159d8e22a8500aa646cd</id>
    </parent>
  </parents>
  <author>
    <name>Kenneth Kalmer</name>
    <email>kenneth.kalmer@gmail.com</email>
  </author>
  <url>http://github.com/kennethkalmer/daemon-kit/commit/55f1833cacdf5792c97dfd6ae67ea43a358bba3c</url>
  <id>55f1833cacdf5792c97dfd6ae67ea43a358bba3c</id>
  <committed-date>2009-08-12T07:49:47-07:00</committed-date>
  <authored-date>2009-08-12T07:48:03-07:00</authored-date>
  <message>Added note for privilege dropping issues on OSX with Ruby 1.8.6</message>
  <tree>0b4908c530a28bef07be58beae749299ccb3bb2e</tree>
  <committer>
    <name>Kenneth Kalmer</name>
    <email>kenneth.kalmer@gmail.com</email>
  </committer>
</commit>
