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

/linux-4.1.27/fs/
H A Dexec.c1522 current->in_execve = 1; do_execveat_common()
1590 current->in_execve = 0; do_execveat_common()
1608 current->in_execve = 0; do_execveat_common()
/linux-4.1.27/security/tomoyo/
H A Dtomoyo.c332 if (current->in_execve) tomoyo_file_open()
/linux-4.1.27/security/apparmor/
H A Dlsm.c390 if (current->in_execve) { apparmor_file_open()
/linux-4.1.27/include/linux/
H A Dsched.h1378 unsigned in_execve:1; /* Tell the LSMs that the process is doing an member in struct:task_struct

Completed in 151 milliseconds