- Add Logwatch policy
This commit is contained in:
parent
798572ff3d
commit
a08ba87128
@ -942,3 +942,10 @@ prelink = base
|
|||||||
# locate executable
|
# locate executable
|
||||||
#
|
#
|
||||||
locate = base
|
locate = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: logwatch
|
||||||
|
#
|
||||||
|
# logwatch executable
|
||||||
|
#
|
||||||
|
logwatch = base
|
||||||
|
@ -923,6 +923,7 @@ miscfiles = base
|
|||||||
#
|
#
|
||||||
ipsec = off
|
ipsec = off
|
||||||
|
|
||||||
|
|
||||||
# Layer: apps
|
# Layer: apps
|
||||||
# Module: java
|
# Module: java
|
||||||
#
|
#
|
||||||
@ -930,3 +931,9 @@ ipsec = off
|
|||||||
#
|
#
|
||||||
java = base
|
java = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: logwatch
|
||||||
|
#
|
||||||
|
# logwatch executable
|
||||||
|
#
|
||||||
|
logwatch = base
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.1.6
|
Version: 2.1.6
|
||||||
Release: 18
|
Release: 19
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -98,9 +98,9 @@ install -m0644 ${RPM_SOURCE_DIR}/setrans-%1.conf ${RPM_BUILD_ROOT}%{_sysconfdir}
|
|||||||
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
|
||||||
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
|
||||||
%dir %{_sysconfdir}/selinux/%1/contexts/files \
|
%dir %{_sysconfdir}/selinux/%1/contexts/files \
|
||||||
%ghost %config %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
||||||
%ghost %config %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
||||||
%ghost %config %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
||||||
%config %{_sysconfdir}/selinux/%1/contexts/files/media
|
%config %{_sysconfdir}/selinux/%1/contexts/files/media
|
||||||
|
|
||||||
%define saveFileContext() \
|
%define saveFileContext() \
|
||||||
@ -258,6 +258,9 @@ SELinux Reference policy strict base module.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 30 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-19
|
||||||
|
- Add Logwatch policy
|
||||||
|
|
||||||
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
|
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
|
||||||
- Fix /dev/ub[a-z] file context
|
- Fix /dev/ub[a-z] file context
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user