Actions
Bug #26984
closedReplace file_check_exists method by package_present in audit mode
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We have several WARN message at compile time :
WARN Deprecated method 'file_check_exists' (2.4.1.8 - Ensure /etc/cron.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (2.4.1.8 - Ensure /etc/cron.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (2.4.2.1 - Ensure /etc/at.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (2.4.2.1 - Ensure /etc/at.deny exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead WARN Deprecated method 'file_check_exists' (7.1.10 - file check exists): Use [file_present](#_file_present) with policy_mode_override set to audit instead
Updated by Elaad FURREEDAN 22 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from Elaad FURREEDAN to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-plugins-private/pull/1029
Updated by Vincent MEMBRÉ 14 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder plugin benchmark-cis-rhel-9 v8.3.2-0.10
Updated by Elaad FURREEDAN 9 days ago
- Related to Bug #27054: Resolve warning compilation messages in CIS ubuntu 20.04 added
Actions