Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteoberi <netadmin@aicta.ro>2021-01-09 18:58:02 +0300
committerGitHub <noreply@github.com>2021-01-09 18:58:02 +0300
commit403a5b5651c27ed646cdb0d9a2c95e7188af2184 (patch)
tree44b6e3e7f179c5eab16d1b7458e02c97a1c2e683 /include/tests_boot_services
parent06e3d98c913dbdffce19f65546123a4eb7629be6 (diff)
Update tests_boot_services
Modify CONF_FILES variable
Diffstat (limited to 'include/tests_boot_services')
-rw-r--r--include/tests_boot_services2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index cb9f5586..c3a36307 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -489,7 +489,7 @@
Register --test-no BOOT-5140 --os "Linux" --weight L --network NO --root-only YES --category security --description "Check for ELILO boot loader presence"
if [ ${SKIPTEST} -eq 0 ]; then
BOOT_LOADER_SEARCHED=1
- CONF_FILES="${ROOTDIR}etc/elilo.conf ${ROOTDIR}boot/efi/EFI/Slackware/elilo.conf"
+ CONF_FILES="${ROOTDIR}etc/elilo.conf ${ROOTDIR}boot/efi/EFI/${LINUX_VERSION}/elilo.conf"
for FILE in ${CONF_FILES}; do
FileExists ${FILE}
if [ ${FILE_FOUND} -eq 1 ]; then