Hide Forgot
Description of problem: Regards to RH security guide, there is problem with script in cron.daily: /etc/cron.daily/makewhatis.cron It should have permissions 0700. http://people.redhat.com/sgrubb/files/stig-2011/stig-2011-checklist.html#item-SV-978r7_rule Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
In man.spec, there is install -m755 %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/makewhatis.cron where -m755 has to be change into -m700. However, man package is not on the approved component list.
As this is only one line fix in spec file, proposing for fast.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0645.html