Changeset 169
- Timestamp:
- 02/13/08 14:01:07
(10 months ago)
- Author:
- bwhalen
- Message:
Update ks to remove bluetooth files and change password for grub
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r155 |
r169 |
|
| 9 | 9 | # [Tresys] |
|---|
| 10 | 10 | # - 2008-01-xx: Added/updated STIG scripts. Finalized kickstart |
|---|
| | 11 | # procedures. [Tresys] |
|---|
| | 12 | # - 2008-02-13: Changed grub password to be standard. Deny |
|---|
| | 13 | # all icmp requests. |
|---|
| 11 | 14 | # procedures. [Tresys] |
|---|
| 12 | 15 | # |
|---|
| … | … | |
| 119 | 122 | # Set a password to prevent any non-stadard boot options. |
|---|
| 120 | 123 | # The password should be changed after installation. |
|---|
| 121 | | bootloader --location mbr --password Dodiis_Redhat4321 |
|---|
| | 124 | bootloader --location mbr --password 123)(*qweASD |
|---|
| 122 | 125 | |
|---|
| 123 | 126 | # Set the root password. |
|---|
| … | … | |
| 158 | 161 | |
|---|
| 159 | 162 | ##################################### |
|---|
| 160 | | # Remove Packages per Red Hat's PL3 # |
|---|
| 161 | | # Kickstart file # |
|---|
| | 163 | # Remove Packages for PL4 compliance# |
|---|
| 162 | 164 | ##################################### |
|---|
| 163 | 165 | -xdelta |
|---|
| … | … | |
| 199 | 201 | -gaim |
|---|
| 200 | 202 | -gnome-pilot |
|---|
| | 203 | -bluez-utils |
|---|
| | 204 | -bluez-utils-cups |
|---|
| | 205 | -bluez-hcidump |
|---|
| | 206 | -bluez-gnome |
|---|
| 201 | 207 | #@ office |
|---|
| 202 | 208 | #@ admin-tools |
|---|
| … | … | |
| 857 | 863 | net.ipv4.tcp_max_syn_backlog = 1280 |
|---|
| 858 | 864 | net.ipv4.icmp_echo_ignore_broadcasts = 1 |
|---|
| | 865 | net.ipv4.icmp_echo_ignore_all = 1 |
|---|
| 859 | 866 | EOF |
|---|
| 860 | 867 | |
|---|
Download in other formats:
* Generating other formats may take time.