Searched refs:tomoyo_envp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | condition.c | 50 * tomoyo_envp - Check envp[] in "struct linux_binbrm". 55 * @envp: Pointer to "struct tomoyo_envp". 60 static bool tomoyo_envp(const char *env_name, const char *env_value, in tomoyo_envp() function 61 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() 101 * @envp: Poiner to "struct tomoyo_envp". 107 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() 172 if (!tomoyo_envp(arg_ptr, cp + 1, in tomoyo_scan_bprm() 314 * @envp: Pointer to "struct tomoyo_envp". 319 struct tomoyo_envp *envp) in tomoyo_parse_envp() 502 struct tomoyo_envp *env in tomoyo_get_condition() [all...] |
H A D | gc.c | 295 const struct tomoyo_envp *envp in tomoyo_del_condition() 296 = (const struct tomoyo_envp *) (argv + argc); in tomoyo_del_condition()
|
H A D | common.h | 614 struct tomoyo_envp { struct 636 * "struct tomoyo_envp" for TOMOYO_ENVP_ENTRY is attached to the tail 659 u16 envc; /* Number of "struct tomoyo_envp". */ 667 * struct tomoyo_envp envp[envc];
|
H A D | common.c | 1256 const struct tomoyo_envp *envp = in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | condition.c | 50 * tomoyo_envp - Check envp[] in "struct linux_binbrm". 55 * @envp: Pointer to "struct tomoyo_envp". 60 static bool tomoyo_envp(const char *env_name, const char *env_value, in tomoyo_envp() function 61 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() 101 * @envp: Pointer to "struct tomoyo_envp". 107 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() 172 if (!tomoyo_envp(arg_ptr, cp + 1, in tomoyo_scan_bprm() 314 * @envp: Pointer to "struct tomoyo_envp". 319 struct tomoyo_envp *envp) in tomoyo_parse_envp() 502 struct tomoyo_envp *env in tomoyo_get_condition() [all...] |
H A D | gc.c | 295 const struct tomoyo_envp *envp in tomoyo_del_condition() 296 = (const struct tomoyo_envp *) (argv + argc); in tomoyo_del_condition()
|
H A D | common.h | 614 struct tomoyo_envp { struct 636 * "struct tomoyo_envp" for TOMOYO_ENVP_ENTRY is attached to the tail 659 u16 envc; /* Number of "struct tomoyo_envp". */ 667 * struct tomoyo_envp envp[envc];
|
H A D | common.c | 1248 const struct tomoyo_envp *envp = in tomoyo_print_condition()
|
Completed in 17 milliseconds