Skip to content

Commit

Permalink
add support for ld.so relinking (backup file ld.so.save)
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Sep 3, 2017
1 parent 45ce528 commit a905a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysclean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ sub add_expected_base
'/etc/ssh/ssh_host_ed25519_key.pub' => 1,
'/etc/myname' => 1,
'/etc/random.seed' => 1,
'/usr/libexec/ld.so.save' => 1,
};

# additionnal expected files, using pattern
Expand Down

0 comments on commit a905a43

Please sign in to comment.