Commit ad59cf9
authored
Change dependency from Requires to Wants for audit-rules.service (#397)
Replaced `Requires=audit-rules.service` with `Wants=audit-rules.service`
in auditd.service to align with behavior from audit v4.0 and earlier.
This modification ensures that if `audit-rules.service` fails to load
rules into the kernel, `auditd` will not be forced to exit. This change
preserves backward compatibility and prevents potential disruptions
caused by issues in rule loading.1 parent ba1d8be commit ad59cf9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments