diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-09 08:12:02 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-09 08:12:02 -0400 |
commit | e4f615faf36e0163a5b550df9916a1e6198770b9 (patch) | |
tree | 13c54155e33b228a5a3661a0aea859bfd2de4616 /include/system.h | |
parent | 3357f87a5efe478be2433787c29de640dc21b33d (diff) | |
download | stasis-e4f615faf36e0163a5b550df9916a1e6198770b9.tar.gz |
Address shortcomings and bugs flushed out by unit tests
Diffstat (limited to 'include/system.h')
-rw-r--r-- | include/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h index 7428355..94d5a36 100644 --- a/include/system.h +++ b/include/system.h @@ -14,6 +14,8 @@ #include <sys/wait.h> #include <sys/stat.h> +#define OMC_SHELL_SAFE_RESTRICT ";&|()" + struct Process { // Write stdout stream to file char f_stdout[PATH_MAX]; |