Home
last modified time | relevance | path

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

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