Project

General

Profile

Actions

Bug #26984

open

Replace file_check_exists method by package_present in audit mode

Added by Elaad FURREEDAN 3 days ago. Updated 3 days ago.

Status:
Pending release
Priority:
N/A
Target version:
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

Actions

Also available in: Atom PDF