Projects
Browse Source     Search     Timeline     Wiki

Changeset 23637

Show
Ignore:
Timestamp:
05/28/08 10:21:25 (6 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5966453> sandbox_init: Could not set default launchd policy, err=1100

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchd_core_logic.c

    r23630 r23637  
    70477047        } 
    70487048 
    7049         if (unlikely(ldc->euid || ldc->uid)) { 
     7049        if (ldc->euid && (ldc->euid != getuid())) { 
    70507050                return BOOTSTRAP_NOT_PRIVILEGED; 
    70517051        }