Home
last modified time | relevance | path

Searched refs:PRIV_TRIM_ACTIVE_FILE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Dpriv.h94 #define PRIV_TRIM_ACTIVE_FILE 1014 /* Allow freeing space out from under an active fil… macro
/xnu-11215/bsd/kern/
H A Dkern_descrip.c3373 if (priv_check_cred(kauth_cred_get(), PRIV_TRIM_ACTIVE_FILE, 0)) { in sys_fcntl_nocancel()