Changeset 23325
- Timestamp:
- 08/01/07 09:25:38 (16 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchctl.c
r23324 r23325 225 225 } 226 226 227 if (getuid() && !is_managed) {227 if (getuid() == 0 && !is_managed) { 228 228 mach_port_t root_bs = str2bsport("/"); 229 229 task_set_bootstrap_port(mach_task_self(), root_bs);

