Changeset 109302 in vbox for trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
- Timestamp:
- May 16, 2025 2:35:53 PM (30 hours ago)
- svn:sync-xref-src-repo-rev:
- 168907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r106061 r109302 2302 2302 RTAssertMsg2Weak("Cannot execute this binary format!\n"); 2303 2303 } 2304 else if (errno == EACCES) 2305 { 2306 /* This can happen if file isn't marked as being executable or SELinux is enabled for prohibits using execve.*/ 2307 RTAssertMsg2Weak("Permission denied executing this binary -- check execute permissions and/or SELinux policies!\n"); 2308 } 2304 2309 else 2305 2310 RTAssertMsg2Weak("execve returns %d errno=%d (%s)\n", rc, errno, pszNativeExec);
Note:
See TracChangeset
for help on using the changeset viewer.