Home
last modified time | relevance | path

Searched refs:ee (Results 1 – 5 of 5) sorted by relevance

/security/tomoyo/
A Ddomain.c629 ee->r.mode = tomoyo_get_mode(r->domain->ns, ee->r.profile, in tomoyo_environ()
710 struct tomoyo_execve *ee = kzalloc(sizeof(*ee), GFP_NOFS); in tomoyo_find_next_domain() local
712 if (!ee) in tomoyo_find_next_domain()
715 if (!ee->tmp) { in tomoyo_find_next_domain()
716 kfree(ee); in tomoyo_find_next_domain()
721 ee->r.ee = ee; in tomoyo_find_next_domain()
722 ee->bprm = bprm; in tomoyo_find_next_domain()
723 ee->r.obj = &ee->obj; in tomoyo_find_next_domain()
782 if (ee->transition) { in tomoyo_find_next_domain()
890 kfree(ee->tmp); in tomoyo_find_next_domain()
[all …]
A Dcondition.c105 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()
[all …]
A Daudit.c260 if (r->ee) { in tomoyo_init_log()
261 struct file *file = r->ee->bprm->file; in tomoyo_init_log()
264 bprm_info = tomoyo_print_bprm(r->ee->bprm, &r->ee->dump); in tomoyo_init_log()
281 struct linux_binprm *bprm = r->ee->bprm; in tomoyo_init_log()
A Dcommon.h430 struct tomoyo_execve *ee; member
A Dfile.c616 r->ee->transition = r->matched_acl && r->matched_acl->cond ? in tomoyo_execute_permission()

Completed in 20 milliseconds