summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/audit/audit_3.0.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* audit: Inherit python3targetconfigKhem Raj2022-12-201-1/+1
| | | | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c7fcebd05d18c118eccbf6bc6c75ea91d0b89063) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* audit: upgrade 3.0.8 -> 3.0.9Wang Mingyu2022-12-201-0/+116
Changelog: =========== In auditd, release the async flush lock on stop Don't allow auditd to log directly into /var/log when log_group is non-zero Cleanup krb5 memory leaks on error paths Update auditd.cron to use auditctl --signal In auparse, if too many fields, realloc array bigger (Paul Wolneykien) In auparse, special case kernel module name interpretation If overflow_action is ignore, don't treat as an error Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 01eb5561da2823a8bb80e790bfbb6cdf320ce09e) Signed-off-by: Armin Kuster <akuster808@gmail.com>