This commit is contained in:
Kartik K. Agaram 2021-12-25 07:34:51 -08:00
parent e2846d9a55
commit 3964dd5f57
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ Things to secure:
## Bottom up
* `includes`: all `#include`s throughout the codebase. I assume that C the
language itself can't have any side effects that impact other programs on
the computer.
language itself can't invoke any syscalls without at least triggering
warnings from the compiler.
```
cd src
grep '#include' * */* > ../sandboxing/includes