Skip to content

Commit c4653fe

Browse files
authored
Merge pull request #14547 from alanmcanonical/UBTU-24-901230
Implement UBTU-24-100050, UBTU-24-200270, UBTU-24-400220
2 parents bf62c2d + d44547f commit c4653fe

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

product_properties/10-audit-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ default:
1111
- /sbin/audispd
1212
{{% endif %}}
1313
- /sbin/augenrules
14-
{{% if 'rhel' in product or product == 'sle16' or product == "ubuntu2204" %}}
14+
{{% if 'rhel' in product or product == 'sle16' or 'ubuntu' in product %}}
1515
- /sbin/audisp-syslog
1616
{{% endif %}}
17-
{{% if product == "ubuntu2204" %}}
17+
{{% if 'ubuntu' in product %}}
1818
- /sbin/audisp-remote
1919
- /sbin/audispd-zos-remote
2020
{{% endif %}}

tests/data/product_stability/ubuntu2404.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ audit_binaries:
1111
- /sbin/autrace
1212
- /sbin/auditd
1313
- /sbin/augenrules
14+
- /sbin/audisp-syslog
15+
- /sbin/audisp-remote
16+
- /sbin/audispd-zos-remote
1417
audit_watches_style: legacy
1518
auid: 1000
1619
basic_properties_derived: true

0 commit comments

Comments
 (0)