Home
last modified time | relevance | path

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

/linux-3.4.99/security/tomoyo/
Ddomain.c456 if (len >= TOMOYO_EXEC_TMPSIZE - 10 || !tomoyo_domain_def(domainname)) in tomoyo_assign_namespace()
526 if (strlen(domainname) >= TOMOYO_EXEC_TMPSIZE - 10 || in tomoyo_assign_domain()
608 arg_ptr = kzalloc(TOMOYO_EXEC_TMPSIZE, GFP_NOFS); in tomoyo_environ()
627 if (c && arg_len < TOMOYO_EXEC_TMPSIZE - 10) { in tomoyo_environ()
689 ee->tmp = kzalloc(TOMOYO_EXEC_TMPSIZE, GFP_NOFS); in tomoyo_find_next_domain()
759 TOMOYO_EXEC_TMPSIZE - 1); in tomoyo_find_next_domain()
764 strncpy(ee->tmp, domainname, TOMOYO_EXEC_TMPSIZE - 1); in tomoyo_find_next_domain()
766 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE - 1, "%s %s", in tomoyo_find_next_domain()
779 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE - 1, "<%s>", in tomoyo_find_next_domain()
790 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE - 1, "%s %s", in tomoyo_find_next_domain()
[all …]
Dsecurityfs_if.c44 if (!count || count >= TOMOYO_EXEC_TMPSIZE - 10) in tomoyo_write_self()
Dcommon.h53 #define TOMOYO_EXEC_TMPSIZE 4096 macro
Dcondition.c133 if (c && arg_len < TOMOYO_EXEC_TMPSIZE - 10) { in tomoyo_scan_bprm()