From 66ca8d000348404609082b73ba706683a05e4663 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sep 05 2006 20:19:56 +0000 Subject: - Fixup for test6 --- diff --git a/modules-targeted.conf b/modules-targeted.conf index b9461e9..f252977 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -609,6 +609,13 @@ rdisc = base xserver = base # Layer: services +# Module: rhgb +# +# X windows login display manager +# +rhgb = base + +# Layer: services # Module: nscd # # Name service cache daemon diff --git a/selinux-policy.spec b/selinux-policy.spec index d65ed0e..62e4646 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -83,8 +83,8 @@ awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "-i %%s.pp ", $1 }' %{ %define installCmds() \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 base.pp \ +make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 validatefc \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 modules \ -make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 check-labels \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%3 install \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%3 install-appconfig \ #%{__cp} *.pp %{buildroot}/%{_usr}/share/selinux/%1/ \