From Fedora Project Wiki

< User:Misc

Revision as of 14:27, 2 March 2013 by Misc (talk | contribs)

List of check for security hardening of a package

  • check if a daemon do not have a selinux policy or not
  • inspect rpmlint error about insecure file usage, insecure API
    • check of initgroups/setuid/setgroup order
    • check for chdir before chroot
    • check for compile flags properly added
  • check if daemon is run as root with ps fax
  • check if daemon drop caps, with pscap


  • check if started by default if network facing