[Ovirt-devel] [PATCH node-image] Add auditd to the list of active services on the node.

Darryl L. Pierce dpierce at redhat.com
Mon Jun 1 16:53:33 UTC 2009


Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 common-install.ks |    2 +-
 common-pkgs.ks    |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/common-install.ks b/common-install.ks
index 975becd..a20a5b4 100644
--- a/common-install.ks
+++ b/common-install.ks
@@ -5,7 +5,7 @@ auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
 part / --size 550 --fstype ext2
-services --enabled=ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid
+services --enabled=auditd,ntpd,ntpdate,collectd,iptables,network,rsyslog,libvirt-qpid
 # This requires a new fixed version of livecd-creator to honor the --append settings.
 bootloader --timeout=30 --append="console=tty0 console=ttyS0,115200n8"
 
diff --git a/common-pkgs.ks b/common-pkgs.ks
index 3c6acd8..0731dc7 100644
--- a/common-pkgs.ks
+++ b/common-pkgs.ks
@@ -1,3 +1,4 @@
+audit
 bc
 kernel
 hwdata
-- 
1.6.0.6




More information about the ovirt-devel mailing list