Searched refs:copy (Results 1 – 4 of 4) sorted by relevance
177 bool "Refuse to copy allocations that span multiple pages"182 hardened usercopy will reject attempts to copy it. There are,
367 int security_sb_copy_data(char *orig, char *copy) in security_sb_copy_data() argument369 return call_int_hook(sb_copy_data, 0, orig, copy); in security_sb_copy_data()
4409 char *copy; in smack_key_getsecurity() local4416 copy = kstrdup(skp->smk_known, GFP_KERNEL); in smack_key_getsecurity()4417 if (copy == NULL) in smack_key_getsecurity()4419 length = strlen(copy) + 1; in smack_key_getsecurity()4421 *_buffer = copy; in smack_key_getsecurity()
2729 static int selinux_sb_copy_data(char *orig, char *copy) in selinux_sb_copy_data() argument2737 sec_curr = copy; in selinux_sb_copy_data()