aboutsummaryrefslogtreecommitdiffstats
path: root/src/fids
Commit message (Collapse)AuthorAge
* 2022 copyright updateLibravatar netblue302022-01-07
|
* Fix TOCTOU/CodeQL CWE-367 warnings (easy ones)Libravatar Kelvin M. Klann2021-10-30
| | | | | | | | | | | | | | | | | | This should fix all such warnings on the following files: * src/fids/main.c * src/firejail/seccomp.c Misc: Besides the above reason, these are some of the more straightforward TOCTOU warning fixes and they are done without any additional refactor commits, so that's the reason for "easy ones". List of TOCTOU warnings: https://github.com/netblue30/firejail/security/code-scanning?query=id%3Acpp%2Ftoctou-race-condition See https://cwe.mitre.org/data/definitions/367.html Relates to #4503.
* add missing final newlines at end of filesLibravatar a13460542021-09-22
|
* remove compile warningsLibravatar netblue302021-07-28
|
* intrusion detection systemLibravatar netblue302021-07-28