Home
last modified time | relevance | path

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

/Linux-v5.4/security/tomoyo/
Dtomoyo.c20 if (s->old_domain_info && !current->in_execve) { in tomoyo_domain()
42 if (s->old_domain_info && !current->in_execve) { in tomoyo_cred_prepare()
317 if (current->in_execve) in tomoyo_file_open()
/Linux-v5.4/fs/
Dexec.c1759 current->in_execve = 1; in __do_execve_file()
1828 current->in_execve = 0; in __do_execve_file()
1848 current->in_execve = 0; in __do_execve_file()
/Linux-v5.4/include/linux/
Dsched.h762 unsigned in_execve:1; member
/Linux-v5.4/security/apparmor/
Dlsm.c406 if (current->in_execve) { in apparmor_file_open()