NO_EXECVE doesn't work because limit.sh needs to execute the main command, and does so through the execve syscall. Eventually we should be able to replace limit.sh with firejail functionality entirely (T179021), but in the meantime we can run firejail inside limit.sh. We also need to stop firejail from running the command in a bash shell via --shell=none, since that shell would also use the execve syscall. Bug: T182489 Change-Id: I3fc8ad2f9e5eb5bf13b49d0bccd6094668a5ec55 |
||
|---|---|---|
| .. | ||
| CommandFactoryTest.php | ||
| CommandTest.php | ||
| FirejailCommandTest.php | ||
| ShellTest.php | ||