Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcondition.c58 static bool tomoyo_envp(const char *env_name, const char *env_value, in tomoyo_envp() function
59 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp()
103 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm()
165 if (!tomoyo_envp(arg_ptr, cp + 1, in tomoyo_scan_bprm()
308 struct tomoyo_envp *envp) in tomoyo_parse_envp()
486 struct tomoyo_envp *envp = NULL; in tomoyo_get_condition()
650 + e.envc * sizeof(struct tomoyo_envp); in tomoyo_get_condition()
660 envp = (struct tomoyo_envp *) (argv + e.argc); in tomoyo_get_condition()
755 const struct tomoyo_envp *envp; in tomoyo_condition()
776 envp = (const struct tomoyo_envp *) (argv + argc); in tomoyo_condition()
Dgc.c287 const struct tomoyo_envp *envp in tomoyo_del_condition()
288 = (const struct tomoyo_envp *) (argv + argc); in tomoyo_del_condition()
Dcommon.h611 struct tomoyo_envp { struct
Dcommon.c1225 const struct tomoyo_envp *envp = in tomoyo_print_condition()