Home
last modified time | relevance | path

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

/external/selinux/sandbox/
Dseunshare.c140 static int spawn_command(const char *cmd, uid_t uid){ in spawn_command() function
394 if (cmdbuf && spawn_command(cmdbuf, pwd->pw_uid) != 0) { in cleanup_tmpdir()
408 if (cmdbuf && spawn_command(cmdbuf, pwd->pw_uid) != 0) rc++; in cleanup_tmpdir()
532 if (cmdbuf && spawn_command(cmdbuf, pwd->pw_uid) != 0) { in create_tmpdir()