diff --git a/modules-targeted.conf b/modules-targeted.conf
index 649aa35..363ba7c 100644
--- a/modules-targeted.conf
+++ b/modules-targeted.conf
@@ -114,6 +114,13 @@ usermanage = base
 rpm = base
 
 # Layer: admin
+# Module: readahead
+#
+# Readahead, read files into page cache for improved performance
+# 
+readahead = base
+
+# Layer: admin
 # Module: kudzu
 #
 # Hardware detection and configuration tools
@@ -174,7 +181,14 @@ amanda = base
 #
 # Rotate and archive system logs
 # 
-logrotate = off
+logrotate = base
+
+# Layer: admin
+# Module: ddcprobe
+#
+# ddcprobe retrieves monitor and graphics card information
+# 
+ddcprobe = module
 
 # Layer: admin
 # Module: quota
@@ -198,6 +212,13 @@ consoletype = base
 sudo = off
 
 # Layer: admin
+# Module: vbetool
+#
+# run real-mode video BIOS code to alter hardware state
+# 
+vbetool = module
+
+# Layer: admin
 # Module: firstboot
 #
 # Final system configuration run during the first boot
@@ -304,6 +325,13 @@ bind = base
 canna = base
 
 # Layer: services
+# Module: i18n_input
+#
+# IIIMF htt server
+# 
+i18n_input = module
+
+# Layer: services
 # Module: uucp
 #
 # Unix to Unix Copy
@@ -362,6 +390,13 @@ dbus = base
 howl = base
 
 # Layer: services
+# Module: timidity
+#
+# MIDI to WAV converter and player configured as a service
+# 
+timidity = module
+
+# Layer: services
 # Module: postgresql
 #
 # PostgreSQL relational database
@@ -369,6 +404,13 @@ howl = base
 postgresql = base
 
 # Layer: services
+# Module: openct
+#
+# Service for handling smart card readers.
+# 
+openct = module
+
+# Layer: services
 # Module: snmp
 #
 # Simple network management protocol services
@@ -559,6 +601,13 @@ nscd = base
 ppp = base
 
 # Layer: services
+# Module: smartmon
+#
+# Smart disk monitoring daemon policy
+# 
+smartmon = module
+
+# Layer: services
 # Module: ftp
 #
 # File transfer protocol service
@@ -636,6 +685,13 @@ rpc = base
 apache = base
 
 # Layer: services
+# Module: slrnpull
+#
+# Service for downloading news feeds the slrn newsreader.
+# 
+slrnpull = module
+
+# Layer: services
 # Module: rsync
 #
 # Fast incremental file transfer for synchronization
diff --git a/selinux-policy.spec b/selinux-policy.spec
index 9aed5ae..bfcdfe1 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -7,7 +7,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.1.7
-Release: 2
+Release: 3
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -61,6 +61,10 @@ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} 
 make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} enableaudit \
 make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} base.pp \
 install -m0644 base.pp ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/enableaudit.pp \
+for file in $(ls ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1 | grep -v -e base.pp -e enableaudit.pp ) \
+do \
+	rm ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/$file; \
+done; \
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/booleans \
 touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/config \
 touch $RPM_BUILD_ROOT%{_sysconfdir}/selinux/%1/seusers \
@@ -258,6 +262,9 @@ SELinux Reference policy strict base module.
 %endif
 
 %changelog
+* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-3
+- Handle new location of hal scripts
+
 * Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
 - Allow su to read /etc/mtab