Changeset 145

Show
Ignore:
Timestamp:
12/27/07 16:10:25 (1 year ago)
Author:
slawrence
Message:

Minor kickstart fixes/comment addtions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL5.1/kickstart/clip.ks

    r143 r145  
    436436        #                    for 5 years  (e.g., tape backup). 
    437437 
    438                 # FIXME: Logs are supposed to be kept for 5 years.  That isn't really realistic to have 
    439                 # logrotate rotate for 5 years. A backup system should be implemented. This probably  
    440                 # shouldn't be in the ks. 
    441                 :<<-COMMENTBLOCK 
    442                 for logconf in `ls -1 /etc/logrotate.conf` 
    443                 do 
    444                         perl -npe 's/rotate\s+4/rotate 12/' -i $logconf 
    445                         perl -npe 's/\#compress/compress/' -i $logconf 
    446                 done  
    447                 COMMENTBLOCK 
    448  
    449438                ## (GEN002860: CAT II) (Previously – G674) The SA and/or IAO will ensure old 
    450439                ## audit logs are closed and new audit logs are started daily. 
     
    899888                ## displayed on all devices and sessions at the initial logon. 
    900889                cat <<-EOF > /etc/issue 
    901                         THIS IS A DEPARTMENT OF DEFENSE COMPUTER SYSTEM.  THIS COMPUTER SYSTEM, 
    902                         INCLUDING ALL RELATED EQUIPMENT, NETWORKS, AND NETWORK DEVICES 
    903                         (SPECIFICALLY INCLUDING INTERNET ACCESS), ARE PROVIDED ONLY FOR AUTHORIZED 
    904                         US GOVERNMENT USE.  DOD COMPUTER SYSTEMS MAY BE MONITORED FOR ALL LAWFUL 
    905                         PURPOSES, INCLUDING TO ENSURE THEIR USE IS AUTHORIZED, FOR MANAGEMENT OF 
    906                         THE SYSTEM, TO FACILITATE PROTECTION AGAINST UNAUTHORIZED ACCESS, AND TO 
    907                         VERIFY SECURITY PROCEDURES, SURVIVABILITY, AND OPERATIONAL SECURITY. 
    908                         MONITORING INCLUDES ACTIVE ATTACKS BY AUTHORIZED DOD ENTITIES TO TEST OR 
    909                         VERIFY THE SECURITY OF THIS SYSTEM.  DURING MONITORING, INFORMATION MAY BE 
    910                         EXAMINED, RECORDED, COPIED, AND USED FOR AUTHORIZED PURPOSES. 
    911                         ALL INFORMATION, INCLUDING PERSONAL INFORMATION, PLACED ON OR SENT OVER THIS 
    912                         SYSTEM, MAY BE MONITORED. 
    913  
    914                         USE OF THIS DOD COMPUTER SYSTEM, AUTHORIZED OR UNAUTHORIZED, CONSTITUTES 
    915                         CONSENT TO MONITORING OF THIS SYSTEM.  UNAUTHORIZED USE MAY SUBJECT YOU 
    916                         TO CRIMINAL PROSECUTION.  EVIDENCE OF UNAUTHORIZED USE COLLECTED DURING 
    917                         MONITORING MAY BE USED FOR ADMINISTRATIVE, CRIMINAL, OR OTHER ADVERSE ACTION. 
    918                         USE OF THIS SYSTEM CONSTITUTES CONSENT TO MONITORING FOR THESE PURPOSES. 
     890                        You are accessing a U.S. Government (USG) information system (IS) that is 
     891                        provided for USG-authorized use only. 
     892 
     893                        By using this IS, you consent to the following conditions: 
     894 
     895                        -The USG routinely monitors communications occurring on this IS, and any  
     896                        device attached to this IS, for purposes including, but not limited to,  
     897                        penetration testing, COMSEC monitoring, network defense, quality control,  
     898                        and employee misconduct, law enforcement, and counterintelligence  
     899                        investigations. 
     900                        -At any time, the USG may inspect and/or seize data stored on this IS and  
     901                        any device attached to this IS. 
     902                        -Communications occurring on or data stored on this IS, or any device  
     903                        attached to this IS, are not private. They are subject to routine  
     904                        monitoring and search. 
     905                        -Any communications occurring on or data stored on this IS, or any device  
     906                        attached to this IS, may be disclosed or used for any USG-authorized purpose. 
     907                        -Security protections may be utilized on this IS to protect certain interests  
     908                        that are important to the USG. For example, passwords, access cards,  
     909                        encryption or biometric access controls provide security for the benefit of  
     910                        the USG. These protections are not provided for your benefit or privacy and  
     911                        may be modified or elimiated at the USG's discretion. 
     912 
    919913                EOF 
    920914                sed -i "/^#Banner/ c\Banner /etc/issue" /etc/ssh/sshd_config 
     
    10441038 
    10451039                ## (GEN003600: CAT II) The SA will ensure network parameters are securely set. 
    1046                 sed -i "/net\.ipv4\.conf\.all\.rp_filter/ c\net.ipv4.conf.all.rp_filter = 1" /etc/sysctl.conf 
     1040                sed -i "/net\.ipv4\.conf\.default\.rp_filter/ c\net.ipv4.conf.default.rp_filter = 1" /etc/sysctl.conf 
    10471041                sed -i "/net\.ipv4\.conf\.default\.accept_source_route/ c\net.ipv4.conf.default.accept_source_route = 0" /etc/sysctl.conf 
    10481042                cat <<-EOF >> /etc/sysctl.conf 
     
    10891083                ## restrictive. This is to include any directories defined in the includedir 
    10901084                ## parameter. 
    1091                 chmod -R 755 /etc/xinetd.d 
     1085                chmod 755 /etc/xinetd.d 
    10921086                chmod 440 /etc/xinetd.conf 
    10931087 
     
    19491943 
    19501944# 7.B.2.h 
    1951 # KickStart Actions: None - GEN000980 already implemented above 
    1952 #                           GEN002720 already implemented above 
    1953 #                           GEN002740 already implemented above 
    1954 #                           GEN002780 already implemented above 
    1955 #                           GEN003660 already implemented above 
     1945# KickStart Actions: None  
     1946         
     1947        # GEN000980 already implemented above 
     1948        # GEN002720 already implemented above 
     1949        # GEN002740 already implemented above 
     1950        # GEN002780 already implemented above 
     1951        # GEN003660 already implemented above 
    19561952 
    19571953# 7.B.2.i(1) 
    1958 # KickStart Actions: None - GEN006620 already implemented above 
     1954# KickStart Actions: None 
     1955 
     1956        # GEN006620 already implemented above 
    19591957 
    19601958# 7.B.2.i(2) 
     
    19681966 
    19691967# 7.B.2.i(4) 
    1970 # KickStart Actions: None - GEN000980 anyready implemented above 
     1968# KickStart Actions: None 
     1969 
     1970        # GEN000980 already implemented above 
    19711971 
    19721972# 7.B.2.i(5) 
     
    21012101 
    21022102########################################################################## 
    2103 # UCDMO SSC 
     2103# CNSS-SSC 
    21042104########################################################################## 
    21052105 
     
    21322132        # Kickstart Actions: 
    21332133 
     2134                # GEN002420 already implemented above 
     2135 
     2136        # AC-3(2) 
     2137        # Kickstart Actions: 
     2138 
     2139        # AC-3(3) 
     2140        # Kickstart Actions: 
     2141 
     2142        # AC-3(4) 
     2143        # Kickstart Actions: 
     2144 
     2145                # GEN001260 already implemented above 
     2146                # GEN002980 already implemented above 
     2147                # GEN003200 already implemented above 
     2148                # GEN003240 already implemented above 
     2149                # GEN003260 already implemented above 
     2150                # GEN003960 already implemented above 
     2151                # GEN003980 already implemented above 
     2152                # GEN004000 already implemented above 
     2153                # GEN006520 already implemented above 
     2154 
    21342155# AC-4: Information Flow Enforcement 
    21352156# Kickstart Actions: 
     
    21502171# Kickstart Actions: 
    21512172 
     2173        # AC-6(1) 
     2174        # Kickstart Actions: 
     2175 
    21522176# AC-7: Unsuccessful Login Attempts 
    21532177# Kickstart Actions: 
     
    21562180        # Kickstart Actions: 
    21572181 
     2182                # GEN000460 already implemented above 
     2183                # GEN000480 already implemented above 
     2184 
     2185        # AC-7(2) 
     2186        # Kickstart Actions: 
     2187 
    21582188# AC-8: System Use Notification 
    21592189# Kickstart Actions: 
    21602190 
     2191        # GEN000400 already implemented above 
     2192 
    21612193# AC-9: Previous Logon Notification 
    21622194# Kickstart Actions: 
    21632195 
     2196        # AC-9(1) 
     2197        # Kickstart Actions: 
     2198 
    21642199# AC-10: Concurrent Session Control 
    21652200# Kickstart Actions: 
     
    21682203# Kickstart Actions: 
    21692204 
     2205        # AC-11(1) 
     2206        # Kickstart Actions: 
     2207 
     2208                # GEN000500 already implemented above 
     2209 
    21702210# AC-12: Session Termination 
    21712211# Kickstart Actions: 
     
    21732213        # AC-12(1) 
    21742214        # Kickstart Actions: 
     2215                 
     2216                # GEN000500 already implemented above 
     2217 
     2218        # AC-12(2) 
     2219        # Kickstart Actions: 
    21752220 
    21762221# AC-13: Supervision and Review—Access Control 
     
    21892234# Kickstart Actions: 
    21902235 
     2236        # AC-15(1) 
     2237        # Kickstart Actions: 
     2238 
    21912239# AC-16: Automated Labeling 
    21922240# Kickstart Actions: None 
    21932241 
     2242        # AC-16(1) 
     2243        # Kickstart Actions: 
     2244 
     2245        # AC-16(2) 
     2246        # Kickstart Actions: 
     2247 
    21942248# AC-17: Remote Access 
    21952249# Kickstart Actions: 
     
    22002254        # AC-17(2) 
    22012255        # Kickstart Actions: 
     2256                 
     2257                # GEN005500 already implemented above 
    22022258 
    22032259        # AC-17(3) 
     
    22072263        # Kickstart Actions: 
    22082264 
     2265        # AC-17(5) 
     2266        # Kickstart Actions: 
     2267                 
     2268                # GEN005500 already implemented above 
     2269                # GEN006620 already implemented above 
     2270 
     2271        # AC-17(6) 
     2272        # Kickstart Actions: 
     2273 
     2274        # AC-17(7) 
     2275        # Kickstart Actions: 
     2276         
     2277                # GEN001020 already implemented above 
     2278                # GEN001120 already implemented above 
     2279 
    22092280# AC-18: Wireless Access Restrictions 
    22102281# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    22162287        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    22172288 
     2289        # AC-18(3) 
     2290        # Kickstart Actions: 
     2291 
     2292        # AC-18(4) 
     2293        # Kickstart Actions: 
     2294 
    22182295# AC-19: Access Control for Portable and Mobile Devices 
    22192296# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2297 
     2298        # AC-19(1) 
     2299        # Kickstart Actions: 
    22202300 
    22212301# AC-20: Use of External Information Systems 
     
    22282308# Kickstart Actions: 
    22292309 
     2310        # AC-21(1) 
     2311        # Kickstart Actions: 
     2312 
     2313        # AC-21(2) 
     2314        # Kickstart Actions: 
     2315 
     2316        # AC-21(3) 
     2317        # Kickstart Actions: 
     2318 
    22302319# AC-22: Distinct Level of Access 
    22312320# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    22562345# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    22572346 
     2347        # AU-1(1) 
     2348        # Kickstart Actions: 
     2349 
    22582350# AU-2: Auditable Events 
    22592351# Kickstart Actions: 
    22602352 
     2353 
    22612354        # AU-2(1) 
    22622355        # Kickstart Actions: 
     2356                 
     2357                # GEN002660 already implemented above 
     2358                # GEN002680 already implemented above 
     2359                # GEN002700 already implemented above 
    22632360 
    22642361        # AU-2(2) 
     
    22672364        # AU-2(3) 
    22682365        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2366 
     2367        # AU-2(4) 
     2368        # Kickstart Actions: 
     2369                 
     2370                # GEN002720 already implemented above 
     2371                # GEN002740 already implemented above 
     2372                # GEN002760 already implemented above 
     2373                # GEN002780 already implemented above 
     2374                # GEN002800 already implemented above 
     2375                # GEN002820 already implemented above 
     2376                # GEN002840 already implemented above 
     2377                 
     2378        # AU-2(5) 
     2379        # Kickstart Actions: 
     2380 
     2381        # AU-2(6) 
     2382        # Kickstart Actions: 
     2383 
     2384        # AU-2(7) 
     2385        # Kickstart Actions: 
     2386 
     2387        # AU-2(8) 
     2388        # Kickstart Actions: 
     2389 
     2390        # AU-2(9) 
     2391        # Kickstart Actions: 
    22692392 
    22702393# AU-3: Content of Audit Records 
    22712394# Kickstart Actions: 
    22722395 
    2273         # AU-2(1) 
    2274         # Kickstart Actions: 
    2275  
    2276         # AU-2(2) 
     2396        # AU-3(1) 
     2397        # Kickstart Actions: 
     2398 
     2399        # AU-3(2) 
     2400        # Kickstart Actions: 
     2401 
     2402        # AU-3(3) 
     2403        # Kickstart Actions: 
     2404 
     2405        # AU-3(4) 
     2406        # Kickstart Actions: 
     2407 
     2408        # AU-3(5) 
    22772409        # Kickstart Actions: 
    22782410 
     
    22892421        # Kickstart Actions: 
    22902422 
     2423        # AU-5(3) 
     2424        # Kickstart Actions: 
     2425 
    22912426# AU-6: Audit Monitoring, Analysis, and Reporting 
    22922427# Kickstart Actions: 
     
    22982433        # Kickstart Actions: 
    22992434 
     2435        # AU-6(3) 
     2436        # Kickstart Actions: 
     2437 
     2438        # AU-6(4) 
     2439        # Kickstart Actions: 
     2440 
     2441        # AU-6(5) 
     2442        # Kickstart Actions: 
     2443 
    23002444# AU-7: Audit Reduction and Report Generation 
    23012445# Kickstart Actions: 
     
    23042448        # Kickstart Actions: 
    23052449 
     2450        # AU-7(2) 
     2451        # Kickstart Actions: 
     2452 
    23062453# AU-8: Time Stamps 
    23072454# Kickstart Actions: 
     
    23102457        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23112458 
     2459        # AU-8(2) 
     2460        # Kickstart Actions: 
     2461 
    23122462# AU-9: Protection of Audit Information 
    23132463# Kickstart Actions: 
     2464         
     2465        # GEN002680 already implemented above 
     2466        # GEN002700 already implemented above 
    23142467 
    23152468        # AU-9(1) 
    23162469        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23172470 
     2471        # AU-9(2) 
     2472        # Kickstart Actions: 
     2473 
    23182474# AU-10: Non-repudiation 
    23192475# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23202476 
     2477        # AU-10(1) 
     2478        # Kickstart Actions: 
     2479 
     2480        # AU-10(2) 
     2481        # Kickstart Actions: 
     2482 
     2483        # AU-10(3) 
     2484        # Kickstart Actions: 
     2485 
     2486        # AU-10(4) 
     2487        # Kickstart Actions: 
     2488 
    23212489# AU-11: Audit Record Retention 
    23222490# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2491 
     2492        # AU-11(1) 
     2493        # Kickstart Actions: 
     2494 
     2495        # AU-11(2) 
     2496        # Kickstart Actions: 
     2497 
     2498        # AU-11(3) 
     2499        # Kickstart Actions: 
     2500 
     2501        # AU-11(4) 
     2502        # Kickstart Actions: 
    23232503 
    23242504# AU-12: Session Audit 
    23252505# Kickstart Actions:  
    23262506 
     2507        # AU-12(1) 
     2508        # Kickstart Actions: 
     2509 
     2510        # AU-12(2) 
     2511        # Kickstart Actions: 
     2512 
     2513 
    23272514################################### 
    23282515# Certification, Accreditation, and Security Assessments 
     
    23552542        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23562543 
     2544        # CA-7(2) 
     2545        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2546 
    23572547 
    23582548################################### 
     
    23772567        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23782568 
     2569        # CM-3(2) 
     2570        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2571 
     2572        # CM-3(3) 
     2573        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2574 
    23792575# CM-4: Monitoring Configuration Changes 
    23802576# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    23862582        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23872583 
     2584        # CM-5(2) 
     2585        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2586 
     2587        # CM-5(3) 
     2588        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2589 
     2590        # CM-5(4) 
     2591        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2592 
    23882593# CM-6: Configuration Settings 
    23892594# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    23922597        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23932598 
     2599        # CM-6(2) 
     2600        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2601 
    23942602# CM-7: Least Functionality 
    23952603# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23962604 
    23972605        # CM-7(1) 
     2606        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2607 
     2608        # CM-7(2) 
    23982609        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    23992610 
     
    24142625# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    24152626 
     2627        # CP-1(1) 
     2628        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2629 
    24162630# CP-2: Contingency Plan 
    24172631# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    24232637        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    24242638 
     2639        # CP-2(3) 
     2640        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2641 
     2642        # CP-2(4) 
     2643        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2644 
     2645        # CP-2(5) 
     2646        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2647 
     2648        # CP-2(6) 
     2649        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2650 
     2651        # CP-2(7) 
     2652        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2653 
    24252654# CP-3: Contingency Training 
    24262655# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    24442673        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    24452674 
     2675        # CP-4(4) 
     2676        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2677 
    24462678# CP-5: Contingency Plan Update 
    24472679# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    24592691        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    24602692 
     2693        # CP-6(4) 
     2694        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2695 
     2696        # CP-6(5) 
     2697        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2698 
     2699        # CP-6(6) 
     2700        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2701 
    24612702# CP-7: Alternate Processing Site 
    24622703# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    24742715        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    24752716 
     2717        # CP-7(5) 
     2718        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2719 
     2720        # CP-7(6) 
     2721        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2722 
    24762723# CP-8: Telecommunications Services 
    24772724# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    25082755 
    25092756        # CP-10(1) 
     2757        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2758 
     2759        # CP-10(2) 
     2760        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2761 
     2762        # CP-10(3) 
    25102763        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    25112764 
     
    25202773# Kickstart Actions: 
    25212774 
     2775        # GEN000540 already implemented above 
     2776        # GEN000560 already implemented above 
     2777        # GEN000580 already implemented above 
     2778        # GEN000600 already implemented above 
     2779        # GEN000700 already implemented above 
     2780        # GEN000800 already implemented above 
     2781        # GEN001380 already implemented above 
     2782        # GEN001400 already implemented above 
     2783        # GEN001420 already implemented above 
     2784 
    25222785        # IA-2(1) 
    25232786        # Kickstart Actions: 
     
    25272790 
    25282791        # IA-2(3) 
     2792        # Kickstart Actions: 
     2793 
     2794        # IA-2(4) 
     2795        # Kickstart Actions: 
     2796 
     2797        # IA-2(5) 
     2798        # Kickstart Actions: 
     2799 
     2800        # IA-2(6) 
     2801        # Kickstart Actions: 
     2802 
     2803        # IA-2(7) 
     2804        # Kickstart Actions: 
     2805 
     2806        # IA-2(8) 
    25292807        # Kickstart Actions: 
    25302808 
     
    25322810# Kickstart Actions: 
    25332811 
     2812        # IA-3(1) 
     2813        # Kickstart Actions: 
     2814 
     2815        # IA-3(2) 
     2816        # Kickstart Actions: 
     2817 
    25342818# IA-4: Identifier Management 
    25352819# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2820 
     2821        # IA-4(1) 
     2822        # Kickstart Actions: 
     2823 
     2824        # IA-4(2) 
     2825        # Kickstart Actions: 
     2826 
     2827        # IA-4(3) 
     2828        # Kickstart Actions: 
     2829 
     2830        # IA-4(4) 
     2831        # Kickstart Actions: 
    25362832 
    25372833# IA-5: Authenticator Management 
    25382834# Kickstart Actions: 
    25392835 
     2836        # IA-5(1) 
     2837        # Kickstart Actions: 
     2838 
     2839        # IA-5(2) 
     2840        # Kickstart Actions: 
     2841 
     2842        # IA-5(3) 
     2843        # Kickstart Actions: 
     2844 
     2845        # IA-5(4) 
     2846        # Kickstart Actions: 
     2847 
     2848        # IA-5(5) 
     2849        # Kickstart Actions: 
     2850 
    25402851# IA-6: Authenticator Feedback 
    25412852# Kickstart Actions: 
     
    25512862# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    25522863 
     2864        # IR-1(1) 
     2865        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2866 
    25532867# IR-2: Incident Response Training 
    25542868# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    25642878 
    25652879        # IR-3(1) 
     2880        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     2881 
     2882        # IR-3(2) 
    25662883        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    25672884 
     
    27853102# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    27863103 
    2787 # PE-20: Physical Security 
    2788 # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    2789  
    2790 # PE-21: Environmental Control Training 
    2791 # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    27923104 
    27933105################################### 
     
    29193231 
    29203232################################### 
    2921 # System and COmmunications Protection 
     3233# System and Communications Protection 
    29223234 
    29233235# SC-1: System and Communications Protection Policy and Procedures 
    29243236# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3237 
     3238        # SC-1(1) 
     3239        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29253240 
    29263241# SC-2: Application Partitioning 
     
    29573272        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29583273 
     3274                # GEN003600 already implemented above 
     3275                # GEN005600 already implemented above 
     3276 
     3277        # SC-5(3) 
     3278        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3279 
    29593280# SC-6: Resource Priority 
    29603281# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    29783299        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29793300 
     3301                # GEN006620 already implemented above 
     3302 
    29803303        # SC-7(6) 
    29813304        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29823305 
     3306        # SC-7(7) 
     3307        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3308 
     3309        # SC-7(8) 
     3310        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3311 
    29833312# SC-8: Transmission Integrity 
    29843313# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29853314 
     3315        # SC-8(1) 
     3316        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3317 
     3318        # SC-8(2) 
     3319        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3320 
    29863321# SC-9: Transmission Confidentiality 
    29873322# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29883323 
     3324        # GEN005500 already implemented above 
     3325 
    29893326        # SC-9(1) 
     3327        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3328 
     3329        # SC-9(2) 
     3330        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3331 
     3332        # SC-9(3) 
     3333        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3334 
     3335        # SC-9(4) 
     3336        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3337 
     3338        # SC-9(5) 
    29903339        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    29913340 
     
    29993348# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30003349 
     3350        # SC-12(1) 
     3351        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3352 
     3353        # SC-12(2) 
     3354        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3355 
     3356        # SC-12(3) 
     3357        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3358 
     3359        # SC-12(4) 
     3360        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3361 
    30013362# SC-13: Use of Cryptography 
    30023363# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    30113372        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30123373 
     3374        # SC-15(2) 
     3375        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3376 
     3377        # SC-15(3) 
     3378        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3379 
    30133380# SC-16: Transmission of Security Parameters 
    30143381# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30153382 
     3383        # SC-16(1) 
     3384        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3385 
     3386        # SC-16(2) 
     3387        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3388 
    30163389# SC-17: Public Key Infrastructure Certificates 
    30173390# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    30193392# SC-18: Mobile Code 
    30203393# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3394 
     3395        # SC-18(1) 
     3396        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3397 
     3398        # SC-18(2) 
     3399        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30213400 
    30223401# SC-19: Voice Over Internet Protocol 
     
    30573436        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30583437 
     3438        # SI-2(3) 
     3439        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3440 
    30593441# SI-3: Malicious Code Protection 
    30603442# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    30663448        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30673449 
     3450        # SI-3(3) 
     3451        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3452 
     3453        # SI-3(4) 
     3454        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3455 
     3456        # SI-3(5) 
     3457        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3458 
     3459        # SI-3(6) 
     3460        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3461 
    30683462# SI-4: Information System Monitoring Tools and Techniques 
    30693463# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    30843478        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    30853479 
     3480        # SI-4(6) 
     3481        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3482 
    30863483# SI-5: Security Alerts and Advisories 
    30873484# Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     
    31183515 
    31193516        # SI-8(2) 
     3517        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3518 
     3519        # SI-8(3) 
     3520        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3521 
     3522        # SI-8(4) 
     3523        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3524 
     3525        # SI-8(5) 
     3526        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
     3527 
     3528        # SI-8(6) 
    31203529        # Kickstart Actions: None - PROCEDURAL REQUIREMENT 
    31213530 
     
    31353544 
    31363545 
    3137 ############################################################################### 
    3138 ############################################################################### 
    3139 # POST INSTALLATION INSTALLS AND CONFIGURATIONS 
    3140 # FIXME: Is this needed? 
    3141 #echo "" 
    3142 #echo "Installing RHEL Updates... Please be patient" 
    3143 #echo "" 
    3144 # 
    3145 # 
    3146 # Change Background and Wallpaper 
    3147 #   rm -f /usr/share/backgrounds/images/default.png 
    3148 #   cp -fa /root/DoDIIS/DoDIISsci.png /usr/share/backgrounds/images/default.png 
    3149 #   rm -f /usr/share/gdm/themes/RHEL/background.png 
    3150 #   cp -fa /root/DoDIIS/background.png /usr/share/gdm/themes/RHEL/background.png 
    3151 # 
    3152 # 
    3153 # 
    3154 # 
    3155 # 
    3156 ############################################################################# 
    3157 ############################################################################# 
    3158  
    3159  
    31603546 
    31613547eject 
    3162 #EOF# 
    3163 ############################## 
     3548 
     3549 
    31643550#END OF KICKSTART FILE POST SETTINGS