OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spawn_command
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/sandbox/
seunshare.c
140
static int
spawn_command
(const char *cmd, uid_t uid){
function
145
printf("
spawn_command
: %s\n", cmd);
394
if (cmdbuf &&
spawn_command
(cmdbuf, pwd->pw_uid) != 0) {
408
if (cmdbuf &&
spawn_command
(cmdbuf, pwd->pw_uid) != 0) rc++;
532
if (cmdbuf &&
spawn_command
(cmdbuf, pwd->pw_uid) != 0) {
/external/selinux/policycoreutils/
ChangeLog
315
* sandbox: seunshare: introduce helper
spawn_command
[
all
...]
Completed in 71 milliseconds