leaked_file privilege changes (cherry picked from commit 3f4ddad)

This commit is contained in:
thomashaw
2017-04-02 13:00:29 +01:00
parent a1dbc66009
commit f068d698d0
2 changed files with 2 additions and 1 deletions

View File

@@ -51,5 +51,6 @@ class unrealirc_3281_backdoor::configure {
strings_to_leak => $strings_to_leak,
owner => $user,
leaked_from => "unrealirc_3281_backdoor",
mode => '0600'
}
}

View File

@@ -31,7 +31,7 @@ class distcc_exec::config{
leaked_filenames => $leaked_filenames,
strings_to_leak => $strings_to_leak,
owner => 'distccd',
mode => '0750',
mode => '0600',
leaked_from => 'distcc_exec',
}
}