Source code for so-allow??? #5745
-
This is an awkward question because there can be no community response. I was hoping to understand the workings of the firewall better by examining the firewall commands embedded in so-allow. I am assuming that the so-allow binary file might be compiled python code or a compiled bash script and that as such an appropriate source file might be readily available. Please overlook my sloppy etiquette with this question if such a source file is not easily available. I understand that the "glue" holding together all the Security Onion software packages is not a trivial undertaking. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Pretty much all of the so-* commands live here: Most of it that I've looked over is bash or python. |
Beta Was this translation helpful? Give feedback.
Pretty much all of the so-* commands live here:
https://github.com/Security-Onion-Solutions/securityonion/tree/master/salt%2Fcommon%2Ftools%2Fsbin
Most of it that I've looked over is bash or python.