Skip to content

Commit

Permalink
805124 - Do a security review of all world-readable config file
Browse files Browse the repository at this point in the history
- fixed permission on selinux policy files
  • Loading branch information
mbacovsky committed Mar 22, 2012
1 parent c145cfc commit e79f329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selinux/katello-selinux/katello-selinux.spec
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi
%files
%defattr(-,root,root,0755)
%doc %{modulename}.fc %{modulename}.if %{modulename}.te
%{_datadir}/selinux/*/%{modulename}.pp.bz2
%attr(0600,root,root) %{_datadir}/selinux/*/%{modulename}.pp.bz2
%{_datadir}/selinux/devel/include/%{moduletype}/%{modulename}.if
%{_mandir}/man1/katello-selinux-enable.1*
%attr(0755,root,root) %{_sbindir}/%{name}-enable
Expand Down

0 comments on commit e79f329

Please sign in to comment.