Home
last modified time | relevance | path

Searched refs:sanitized (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/security/
H A Dmac_audit.c204 char *sanitized;
210 sanitized = (char *)zalloc(mac_audit_data_zone);
212 bcopy(data, sanitized, len);
213 return audit_mac_data(MAC_AUDIT_DATA_TYPE, len, sanitized);
224 char *sanitized; in mac_audit_text() local
246 sanitized = (char *)zalloc(mac_audit_data_zone); in mac_audit_text()
248 strlcpy(sanitized, name, MAC_AUDIT_DATA_LIMIT); in mac_audit_text()
249 strlcat(sanitized, ": ", MAC_AUDIT_DATA_LIMIT); in mac_audit_text()
250 strlcat(sanitized, text, MAC_AUDIT_DATA_LIMIT); in mac_audit_text()
252 return audit_mac_data(MAC_AUDIT_TEXT_TYPE, size, (u_char *)sanitized); in mac_audit_text()
/xnu-11417.101.15/san/coverage/
H A Dkcov-blacklist1 # Blanket ignore non-sanitized functions
/xnu-11417.101.15/doc/vm/
H A Dsanitize.md41 Functions callable from userspace should be fully sanitized. Functions
99 ## How to: add a new sanitizer or sanitized type
245 were supposed to be sanitized by the function.
259 codes. These tests run every VM function that has sanitized parameters dozens
281 times with many values for one sanitized parameter (or group of related
291 a sanitized type or group of types is produced by a "generator". Each
342 sanitized types
344 was not previously sanitized
351 Step 2: decide what functions you are testing. Each API function with sanitized
359 Step 3: decide what parameters you are testing. Each sanitized parameter or
/xnu-11417.101.15/doc/mach_ipc/
H A Dguard_exceptions.md142 - **Payload meaning**: the kernel sanitized (see `ipc_current_user_policy()`)