[launchd-changes] [23360] trunk/launchd/src/launchd.plist.5

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 7 10:54:58 PDT 2007


Revision: 23360
          http://trac.macosforge.org/projects/launchd/changeset/23360
Author:   zarzycki at apple.com
Date:     2007-09-07 10:54:58 -0700 (Fri, 07 Sep 2007)

Log Message:
-----------
<rdar://problem/5425348> GroupName key now ignored when UserName key is not set

Modified Paths:
--------------
    trunk/launchd/src/launchd.plist.5

Modified: trunk/launchd/src/launchd.plist.5
===================================================================
--- trunk/launchd/src/launchd.plist.5	2007-09-06 22:24:34 UTC (rev 23359)
+++ trunk/launchd/src/launchd.plist.5	2007-09-07 17:54:58 UTC (rev 23360)
@@ -90,6 +90,7 @@
 This optional key specifies the user to run the job as. This key is only applicable when launchd is running as root.
 .It Sy GroupName <string>
 This optional key specifies the group to run the job as. This key is only applicable when launchd is running as root. If UserName is set and GroupName is not, the the group will be set to the default group of the user.
+The GroupName key is ignored without the UserName key.
 .It Sy inetdCompatibility <dictionary>
 The presence of this key specifies that the daemon expects to be run as if it were launched from inetd.
 .Bl -ohang -offset indent
@@ -195,7 +196,7 @@
 This optional key specifies whether the job should have
 .Xr initgroups 3
 be called before running the job.
-The default is false.
+The default is true in 10.5 and false in 10.4. This key will be ignored if the UserName key is not set.
 .It Sy WatchPaths <array of strings>
 This optional key causes the job to be started if any one of the listed paths are modified.
 .It Sy QueueDirectories <array of strings>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070907/fd08a6ab/attachment.html


More information about the launchd-changes mailing list