- Adjust permission on selinux policy file
This commit is contained in:
parent
61abc7b01e
commit
7b5bbccaae
@ -1,12 +1,12 @@
|
|||||||
%define sca_version 0.4.5
|
%define sca_version 0.4.5
|
||||||
%define sca_release 5
|
%define sca_release 6
|
||||||
%define selinux_variants mls strict targeted
|
%define selinux_variants mls strict targeted
|
||||||
%define selinux_policyver %(rpm -q selinux-policy | sed -e 's,^selinux-policy-\\([^/]*\\)$,\\1,')
|
%define selinux_policyver %(rpm -q selinux-policy | sed -e 's,^selinux-policy-\\([^/]*\\)$,\\1,')
|
||||||
|
|
||||||
Summary: User space tools for 2.6 kernel auditing
|
Summary: User space tools for 2.6 kernel auditing
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 1.6.5
|
Version: 1.6.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
@ -270,7 +270,7 @@ fi
|
|||||||
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
|
%config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
|
||||||
%config(noreplace) %attr(640,root,root) /etc/audisp/zos-remote.conf
|
%config(noreplace) %attr(640,root,root) /etc/audisp/zos-remote.conf
|
||||||
%attr(750,root,root) /sbin/audispd-zos-remote
|
%attr(750,root,root) /sbin/audispd-zos-remote
|
||||||
%attr(755,root,root) %{_datadir}/selinux/*/audispd-zos-remote.pp
|
%attr(644,root,root) %{_datadir}/selinux/*/audispd-zos-remote.pp
|
||||||
|
|
||||||
%files -n system-config-audit -f system-config-audit.lang
|
%files -n system-config-audit -f system-config-audit.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -288,6 +288,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
|
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 11 2008 Steve Grubb <sgrubb@redhat.com> 1.6.5-2
|
||||||
|
- Adjust permission on selinux policy file
|
||||||
|
|
||||||
* Mon Jan 07 2008 Steve Grubb <sgrubb@redhat.com> 1.6.5-1
|
* Mon Jan 07 2008 Steve Grubb <sgrubb@redhat.com> 1.6.5-1
|
||||||
- Fix config parser to allow either 0640 or 0600 for audit logs (#427062)
|
- Fix config parser to allow either 0640 or 0600 for audit logs (#427062)
|
||||||
- Check for audit log being writable by owner in auditd
|
- Check for audit log being writable by owner in auditd
|
||||||
|
Loading…
Reference in New Issue
Block a user