|
|
|
|
|
by imtringued
692 days ago
|
|
None of this matters. For example, you could build an operating system with security signatures that are generated by the intrusion detection system and only executables with valid signatures can be executed. This would get rid of a lot of pointless online security scans since a secure system mostly consists of already vetted executables. Interpreters must let the operating system verify signatures of the source files. Note how the intrusion detection system here only needs to do offline scans that are unaffected by security updates. |
|