From af7cdf6cfb70a8b235caa2d343495d3c6df004b4 Mon Sep 17 00:00:00 2001 From: JD Date: Wed, 28 Feb 2024 16:28:36 +0000 Subject: [PATCH] change some references --- .../unix/local/sudobypass/manifests/install.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/vulnerabilities/unix/local/sudobypass/manifests/install.pp b/modules/vulnerabilities/unix/local/sudobypass/manifests/install.pp index bdfef5f92..2a4144c0d 100644 --- a/modules/vulnerabilities/unix/local/sudobypass/manifests/install.pp +++ b/modules/vulnerabilities/unix/local/sudobypass/manifests/install.pp @@ -19,11 +19,11 @@ class sudobypass::install { } # Leak a file containing a string/flag to /root/ - ::secgen_functions::leak_files { 'sudoedit-file-leak': + ::secgen_functions::leak_files { 'sudobypass-file-leak': storage_directory => '/root', leaked_filenames => $leaked_filenames, strings_to_leak => $strings_to_leak, - leaked_from => "sudoedit", + leaked_from => "sudobypass", mode => '0600' } }