Changeset 23633
- Timestamp:
- 2008-05-21 17:29:46 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchd_core_logic.c
r23631 r23633 2613 2613 if (!j->legacy_mach_job) { 2614 2614 sipc = (!SLIST_EMPTY(&j->sockets) || !SLIST_EMPTY(&j->machservices)); 2615 #if TARGET_OS_EMBEDDED 2616 if (j->username && strcmp(j->username, "mobile") == 0 && strncmp(j->label, "com.apple.", strlen("com.apple.")) != 0) { 2617 sipc = false; 2618 } 2619 #endif 2615 2620 } 2616 2621

