- Initial version

This commit is contained in:
Daniel J Walsh 2005-11-14 23:28:26 +00:00
parent 1580c873c7
commit cc9c9ee183

View File

@ -11,7 +11,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.0.0 Version: 2.0.0
Release: 0.6 Release: 1
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -111,7 +111,7 @@ make conf
%installCmds %{polname1} %{type1} %installCmds %{polname1} %{type1}
# Commented out because only targeted ref policy currently builds # Commented out because only targeted ref policy currently builds
%installCmds %{polname2} %{type2} #%#installCmds %{polname2} %{type2}
%clean %clean
%{__rm} -fR $RPM_BUILD_ROOT %{__rm} -fR $RPM_BUILD_ROOT
@ -146,6 +146,7 @@ SELINUX=enforcing
# SELINUXTYPE= can take one of these two values: # SELINUXTYPE= can take one of these two values:
# targeted - Only targeted network daemons are protected. # targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection. # strict - Full SELinux protection.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted SELINUXTYPE=targeted
# SETLOCALDEFS= Check local definition changes # SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0 SETLOCALDEFS=0