Searched refs:TOMOYO_EXEC_TMPSIZE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | domain.c | 474 if (len >= TOMOYO_EXEC_TMPSIZE - 10 || !tomoyo_domain_def(domainname)) in tomoyo_assign_namespace() 547 if (strlen(domainname) >= TOMOYO_EXEC_TMPSIZE - 10 || in tomoyo_assign_domain() 621 char *arg_ptr; /* Size is TOMOYO_EXEC_TMPSIZE bytes */ in tomoyo_environ() 635 arg_ptr = kzalloc(TOMOYO_EXEC_TMPSIZE, GFP_NOFS); in tomoyo_environ() 654 if (c && arg_len < TOMOYO_EXEC_TMPSIZE - 10) { in tomoyo_environ() 716 ee->tmp = kzalloc(TOMOYO_EXEC_TMPSIZE, GFP_NOFS); in tomoyo_find_next_domain() 790 TOMOYO_EXEC_TMPSIZE - 1); in tomoyo_find_next_domain() 795 strncpy(ee->tmp, domainname, TOMOYO_EXEC_TMPSIZE - 1); in tomoyo_find_next_domain() 797 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE - 1, "%s %s", in tomoyo_find_next_domain() 810 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE in tomoyo_find_next_domain() [all...] |
H A D | securityfs_if.c | 47 if (!count || count >= TOMOYO_EXEC_TMPSIZE - 10) in tomoyo_write_self()
|
H A D | common.h | 57 #define TOMOYO_EXEC_TMPSIZE 4096 macro 629 char *tmp; /* Size is TOMOYO_EXEC_TMPSIZE bytes */
|
H A D | condition.c | 140 if (c && arg_len < TOMOYO_EXEC_TMPSIZE - 10) { in tomoyo_scan_bprm()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | domain.c | 474 if (len >= TOMOYO_EXEC_TMPSIZE - 10 || !tomoyo_domain_def(domainname)) in tomoyo_assign_namespace() 545 if (strlen(domainname) >= TOMOYO_EXEC_TMPSIZE - 10 || in tomoyo_assign_domain() 619 char *arg_ptr; /* Size is TOMOYO_EXEC_TMPSIZE bytes */ in tomoyo_environ() 633 arg_ptr = kzalloc(TOMOYO_EXEC_TMPSIZE, GFP_NOFS); in tomoyo_environ() 652 if (c && arg_len < TOMOYO_EXEC_TMPSIZE - 10) { in tomoyo_environ() 714 ee->tmp = kzalloc(TOMOYO_EXEC_TMPSIZE, GFP_NOFS); in tomoyo_find_next_domain() 787 strscpy(ee->tmp, old_domain->domainname->name, TOMOYO_EXEC_TMPSIZE); in tomoyo_find_next_domain() 792 strscpy(ee->tmp, domainname, TOMOYO_EXEC_TMPSIZE); in tomoyo_find_next_domain() 794 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE - 1, "%s %s", in tomoyo_find_next_domain() 807 snprintf(ee->tmp, TOMOYO_EXEC_TMPSIZE in tomoyo_find_next_domain() [all...] |
H A D | securityfs_if.c | 47 if (!count || count >= TOMOYO_EXEC_TMPSIZE - 10) in tomoyo_write_self()
|
H A D | condition.c | 140 if (c && arg_len < TOMOYO_EXEC_TMPSIZE - 10) { in tomoyo_scan_bprm()
|
H A D | common.h | 57 #define TOMOYO_EXEC_TMPSIZE 4096 macro 629 char *tmp; /* Size is TOMOYO_EXEC_TMPSIZE bytes */
|
Completed in 15 milliseconds