Lines Matching refs:ee
105 static bool tomoyo_scan_bprm(struct tomoyo_execve *ee, in tomoyo_scan_bprm() argument
109 struct linux_binprm *bprm = ee->bprm; in tomoyo_scan_bprm()
110 struct tomoyo_page_dump *dump = &ee->dump; in tomoyo_scan_bprm()
111 char *arg_ptr = ee->tmp; in tomoyo_scan_bprm()
788 if (r->ee) in tomoyo_condition()
789 bprm = r->ee->bprm; in tomoyo_condition()
813 struct tomoyo_execve *ee; in tomoyo_condition() local
825 ee = r->ee; in tomoyo_condition()
826 file = ee ? ee->bprm->file : NULL; in tomoyo_condition()
1119 if (r->ee && (argc || envc)) in tomoyo_condition()
1120 return tomoyo_scan_bprm(r->ee, argc, argv, envc, envp); in tomoyo_condition()