MetaCTF/src_csp: replaced Good Job! printf() calls with printflag();

This commit is contained in:
ts
2018-10-31 16:01:42 +00:00
parent 5209404839
commit ae8bdf0104
45 changed files with 1278 additions and 45 deletions

View File

@@ -75,7 +75,7 @@ define secgen_functions::install_setgid_binary (
strings_to_leak => [$flag],
owner => 'root',
group => $group,
mode => '0400',
mode => '0440',
leaked_from => "$source_module_name/$challenge_name",
require => [Group[$group], File["$challenge_directory/$challenge_name"]],
# notify => Exec["remove_$compile_directory"],