bdraco / addon_securityadvisor

Old Security Advisor for cPanel 11.40 (upstream repo) -- Use CPANELINC/addon_securityadvisor
Other
16 stars 56 forks source link

Added libkeyutils check #67

Closed HoustonDad closed 11 years ago

HoustonDad commented 11 years ago

I added a check for libkeyutils, verifying against /bin/rpm -qf to ensure all libraries are owned by a package. As there could be multiple objects, each object is checked against the rpm binary.

bdraco commented 11 years ago

Thank you for the commit.

I have done an inline code review.

Please resubmit.

bdraco commented 11 years ago

Please run perltidy with the .perltidyrc included with this project.

bdraco commented 11 years ago

Please limit your pull requests to one area at a time. I hate to send them back when parts are good to merge and the unrelated changes still need some adjustments.