turn off stuff not in original targeted
This commit is contained in:
parent
37c85212a1
commit
70fe5a3e6e
|
@ -111,7 +111,7 @@ rpm = base
|
||||||
#
|
#
|
||||||
# Manage temporary directory sizes and file ages
|
# Manage temporary directory sizes and file ages
|
||||||
#
|
#
|
||||||
tmpreaper = base
|
tmpreaper = off
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: kudzu
|
# Module: kudzu
|
||||||
|
@ -182,7 +182,7 @@ dmesg = off
|
||||||
#
|
#
|
||||||
# Rotate and archive system logs
|
# Rotate and archive system logs
|
||||||
#
|
#
|
||||||
logrotate = base
|
logrotate = off
|
||||||
|
|
||||||
# Layer: admin
|
# Layer: admin
|
||||||
# Module: vpn
|
# Module: vpn
|
||||||
|
@ -625,7 +625,7 @@ cron = base
|
||||||
#
|
#
|
||||||
# Policy for TCP daemon.
|
# Policy for TCP daemon.
|
||||||
#
|
#
|
||||||
tcpd = base
|
tcpd = off
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: xdm
|
# Module: xdm
|
||||||
|
@ -815,7 +815,7 @@ clock = base
|
||||||
#
|
#
|
||||||
# Policy for logical volume management programs.
|
# Policy for logical volume management programs.
|
||||||
#
|
#
|
||||||
lvm = base
|
lvm = off
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: modutils
|
# Module: modutils
|
||||||
|
@ -850,7 +850,7 @@ hostname = base
|
||||||
#
|
#
|
||||||
# RAID array management tools
|
# RAID array management tools
|
||||||
#
|
#
|
||||||
raid = base
|
raid = off
|
||||||
|
|
||||||
# Layer: system
|
# Layer: system
|
||||||
# Module: libraries
|
# Module: libraries
|
||||||
|
|
Loading…
Reference in New Issue