Home
last modified time | relevance | path

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

/security/
DKconfig177 bool "Refuse to copy allocations that span multiple pages"
182 hardened usercopy will reject attempts to copy it. There are,
Dsecurity.c367 int security_sb_copy_data(char *orig, char *copy) in security_sb_copy_data() argument
369 return call_int_hook(sb_copy_data, 0, orig, copy); in security_sb_copy_data()
/security/smack/
Dsmack_lsm.c4409 char *copy; in smack_key_getsecurity() local
4416 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()
/security/selinux/
Dhooks.c2729 static int selinux_sb_copy_data(char *orig, char *copy) in selinux_sb_copy_data() argument
2737 sec_curr = copy; in selinux_sb_copy_data()