- Add man pages
This commit is contained in:
parent
315b4a40cf
commit
1335ee87a4
@ -780,7 +780,7 @@ logging = base
|
|||||||
#
|
#
|
||||||
# Policy for changing the system host name.
|
# Policy for changing the system host name.
|
||||||
#
|
#
|
||||||
hostname = base
|
hostname = off
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: getty
|
# Module: getty
|
||||||
|
@ -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: 10
|
Release: 11
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -28,6 +28,12 @@ BuildRequires: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCO
|
|||||||
PreReq: policycoreutils >= %{POLICYCOREUTILSVER}
|
PreReq: policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
Obsoletes: policy
|
Obsoletes: policy
|
||||||
|
|
||||||
|
%description
|
||||||
|
SELinux Base package
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%package targeted
|
%package targeted
|
||||||
Summary: SELinux targeted base policy
|
Summary: SELinux targeted base policy
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -35,6 +41,7 @@ Provides: selinux-policy-base
|
|||||||
Obsoletes: selinux-policy-targeted-sources
|
Obsoletes: selinux-policy-targeted-sources
|
||||||
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
Prereq: coreutils
|
Prereq: coreutils
|
||||||
|
Requires: selinux-policy
|
||||||
|
|
||||||
%description targeted
|
%description targeted
|
||||||
SELinux Reference policy targeted base module.
|
SELinux Reference policy targeted base module.
|
||||||
@ -132,6 +139,9 @@ SELinux Reference Policy - modular.
|
|||||||
# Build targeted policy
|
# Build targeted policy
|
||||||
make conf
|
make conf
|
||||||
%{__rm} -fR $RPM_BUILD_ROOT
|
%{__rm} -fR $RPM_BUILD_ROOT
|
||||||
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
|
install -m 644 man/man8/*.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
||||||
|
|
||||||
%installCmds targeted targeted-mcs %{direct_initrc}
|
%installCmds targeted targeted-mcs %{direct_initrc}
|
||||||
|
|
||||||
# Build mls policy
|
# Build mls policy
|
||||||
@ -201,6 +211,7 @@ Provides: selinux-policy-base
|
|||||||
Obsoletes: selinux-policy-mls-sources
|
Obsoletes: selinux-policy-mls-sources
|
||||||
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
Prereq: coreutils
|
Prereq: coreutils
|
||||||
|
Requires: selinux-policy
|
||||||
|
|
||||||
%description mls
|
%description mls
|
||||||
SELinux Reference policy mls base module.
|
SELinux Reference policy mls base module.
|
||||||
@ -226,6 +237,7 @@ Provides: selinux-policy-base
|
|||||||
Obsoletes: selinux-policy-strict-sources
|
Obsoletes: selinux-policy-strict-sources
|
||||||
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
Prereq: coreutils
|
Prereq: coreutils
|
||||||
|
Requires: selinux-policy
|
||||||
|
|
||||||
%description strict
|
%description strict
|
||||||
SELinux Reference policy strict base module.
|
SELinux Reference policy strict base module.
|
||||||
@ -245,33 +257,35 @@ SELinux Reference policy strict base module.
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-10
|
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-11
|
||||||
|
- Add man pages
|
||||||
|
|
||||||
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-10
|
||||||
- Add enableaudit.pp
|
- Add enableaudit.pp
|
||||||
|
|
||||||
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-9
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-9
|
||||||
- Fix mls policy
|
- Fix mls policy
|
||||||
|
|
||||||
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-8
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-8
|
||||||
- Update mls file from old version
|
- Update mls file from old version
|
||||||
|
|
||||||
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-5
|
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-5
|
||||||
- Add sids back in
|
- Add sids back in
|
||||||
- Rebuild with update checkpolicy
|
- Rebuild with update checkpolicy
|
||||||
|
|
||||||
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-4
|
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-4
|
||||||
- Fixes to allow automount to use portmap
|
- Fixes to allow automount to use portmap
|
||||||
- Fixes to start kernel in s0-s15:c0.c255
|
- Fixes to start kernel in s0-s15:c0.c255
|
||||||
|
|
||||||
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-3
|
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-3
|
||||||
- Add java unconfined/execmem policy
|
- Add java unconfined/execmem policy
|
||||||
|
|
||||||
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-2
|
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-2
|
||||||
- Add file context for /var/cvs
|
- Add file context for /var/cvs
|
||||||
- Dontaudit webalizer search of homedir
|
- Dontaudit webalizer search of homedir
|
||||||
|
|
||||||
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-1
|
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-1
|
||||||
- Update from upstream
|
- Update from upstream
|
||||||
|
|
||||||
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
|
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
|
||||||
|
Loading…
Reference in New Issue
Block a user