X-Git-Url: https://git.saurik.com/apple/launchd.git/blobdiff_plain/5b0a4722f2ef1eac59c9650b37b29ac8b34a160e..f36da7255a20425f2d20e60b928ac991b21835df:/launchd/src/libbootstrap_private.h diff --git a/launchd/src/libbootstrap_private.h b/launchd/src/libbootstrap_private.h index 1bcfdaa..2dcac7b 100644 --- a/launchd/src/libbootstrap_private.h +++ b/launchd/src/libbootstrap_private.h @@ -29,6 +29,7 @@ __BEGIN_DECLS #define BOOTSTRAP_PER_PID_SERVICE 0x1 #define BOOTSTRAP_ALLOW_LOOKUP 0x2 +#define BOOTSTRAP_DENY_JOB_CREATION 0x4 kern_return_t bootstrap_register2(mach_port_t bp, name_t service_name, mach_port_t sp, uint64_t flags);