[launchd-changes] [23840] branches/PR-6564965/launchd/src/launchctl.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 26 16:32:41 PST 2009


Revision: 23840
          http://trac.macosforge.org/projects/launchd/changeset/23840
Author:   dsorresso at apple.com
Date:     2009-02-26 16:32:40 -0800 (Thu, 26 Feb 2009)
Log Message:
-----------
Wrong permissions. Doh.

Modified Paths:
--------------
    branches/PR-6564965/launchd/src/launchctl.c

Modified: branches/PR-6564965/launchd/src/launchctl.c
===================================================================
--- branches/PR-6564965/launchd/src/launchctl.c	2009-02-27 00:28:06 UTC (rev 23839)
+++ branches/PR-6564965/launchd/src/launchctl.c	2009-02-27 00:32:40 UTC (rev 23840)
@@ -1939,7 +1939,6 @@
 
 	_vproc_set_global_on_demand(true);
 
-	
 #if !TARGET_OS_EMBEDDED
 	char *load_launchd_items[] = { "load", "-D", "all", "/etc/mach_init.d", NULL };
 	int load_launchd_items_cnt = 4;
@@ -3582,7 +3581,7 @@
 		{ _PATH_TMP, 0, 0, S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO, S_ISUID|S_ISGID, true },
 		{ _PATH_VARTMP, 0, 0, S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO, S_ISUID|S_ISGID, true },
 		{ "/var/folders", 0, 0, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, S_ISUID | S_ISGID, true },
-		{ LAUNCHD_JOB_OVERRIDES_DB_PREFIX, 0, 0, S_IRWXO, S_IRWXG | S_IRWXU, true }
+		{ LAUNCHD_JOB_OVERRIDES_DB_PREFIX, 0, 0, S_IRWXU, S_IRWXG | S_IRWXO, true }
 	};
 	struct stat sb;
 	size_t i;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/launchd-changes/attachments/20090226/8ed94288/attachment-0001.html>


More information about the launchd-changes mailing list