- Remove user based home directory separation
This commit is contained in:
parent
6e70d63f52
commit
9186dc57d9
@ -129,3 +129,4 @@ serefpolicy-3.0.8.tgz
|
|||||||
serefpolicy-3.1.0.tgz
|
serefpolicy-3.1.0.tgz
|
||||||
serefpolicy-3.1.1.tgz
|
serefpolicy-3.1.1.tgz
|
||||||
serefpolicy-3.1.2.tgz
|
serefpolicy-3.1.2.tgz
|
||||||
|
serefpolicy-3.2.1.tgz
|
||||||
|
@ -1458,13 +1458,6 @@ amtu = module
|
|||||||
#
|
#
|
||||||
zabbix = module
|
zabbix = module
|
||||||
|
|
||||||
# Layer: system
|
|
||||||
# Module: fusermount
|
|
||||||
#
|
|
||||||
# File System in Userspace (FUSE) utilities
|
|
||||||
#
|
|
||||||
fusermount = base
|
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: apcupsd
|
# Module: apcupsd
|
||||||
#
|
#
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -16,12 +16,12 @@
|
|||||||
%define CHECKPOLICYVER 2.0.3-1
|
%define CHECKPOLICYVER 2.0.3-1
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.1.2
|
Version: 3.2.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
patch: policy-20071114.patch
|
patch: policy-20071130.patch
|
||||||
Source1: modules-targeted.conf
|
Source1: modules-targeted.conf
|
||||||
Source2: booleans-targeted.conf
|
Source2: booleans-targeted.conf
|
||||||
Source3: Makefile.devel
|
Source3: Makefile.devel
|
||||||
@ -41,7 +41,7 @@ Url: http://serefpolicy.sourceforge.net
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
|
BuildRequires: python gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
|
||||||
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 1.6.17-1
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 2.0.14-3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SELinux Base package
|
SELinux Base package
|
||||||
@ -379,6 +379,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> 3.2.1-1
|
||||||
|
- Remove user based home directory separation
|
||||||
|
|
||||||
* Wed Nov 28 2007 Dan Walsh <dwalsh@redhat.com> 3.1.2-2
|
* Wed Nov 28 2007 Dan Walsh <dwalsh@redhat.com> 3.1.2-2
|
||||||
- Remove user specific crond_t
|
- Remove user specific crond_t
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user