fix slash between directories
add fixing contexts of Android directory for apps that store stuff here fix data/data contexts to be recursive Change-Id: I1122559c83845c3af0a351a4034cd7ad6da83fa5
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ int TWFunc::Exec_Cmd(const string& cmd) {
|
||||
switch(pid = fork())
|
||||
{
|
||||
case -1:
|
||||
LOGERR("Exec_Cmd(): vfork failed!\n");
|
||||
LOGERR("Exec_Cmd(): vfork failed: %d!\n", errno);
|
||||
return -1;
|
||||
case 0: // child
|
||||
execl("/sbin/sh", "sh", "-c", cmd.c_str(), NULL);
|
||||
|
||||
Reference in New Issue
Block a user