Changeset 200

Show
Ignore:
Timestamp:
06/24/08 15:53:16 (2 months ago)
Author:
slawrence
Message:

Update kickstart to pass GEN2760 SRR test.
Update stig scripts to match recent kickstart changes.

Files:

Legend:

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

    r199 r200  
    702702        # unauthorized file access attempts 
    703703EOF 
    704 echo -n "-a exit,always -F success=0 -S open -S mknod -S pipe -S mkdir -S creat -S truncate -S ftruncate" >> /etc/audit/audit.rules 
     704echo "-a exit,always -S open -F success=0" >> /etc/audit/audit.rules 
     705echo -n "-a exit,always -F success=0 -S mknod -S pipe -S mkdir -S creat -S truncate -S ftruncate" >> /etc/audit/audit.rules 
    705706if [ "$(uname -i)" != "x86_64" ] 
    706707then 
  • trunk/RHEL5.2/scripts/stig-fix/cat2/gen000400.sh

    r146 r200  
    2828encryption or biometric access controls provide security for the benefit of  
    2929the USG. These protections are not provided for your benefit or privacy and  
    30 may be modified or elimiated at the USG's discretion. 
     30may be modified or eliminated at the USG's discretion. 
    3131 
    3232EOF 
  • trunk/RHEL5.2/scripts/stig-fix/cat2/gen000500.sh

    r113 r200  
    99echo 'Patching GEN000500: Set inactive shell timeout' 
    1010echo '===================================================' 
    11 echo "TMOUT=900" >> /etc/profile 
     11echo "readonly TMOUT=900" >> /etc/profile 
  • trunk/RHEL5.2/scripts/stig-fix/cat2/gen002560.sh

    r197 r200  
    66echo ' Patching GEN002560: Set default umask.' 
    77echo '===================================================' 
    8 echo "umask 077" >> /etc/bashrc 
    9 echo "umask 077" >> /etc/csh.cshrc 
     8sed -i "/umask/ c\umask 077" /etc/bashrc 
     9sed -i "/umask/ c\umask 077" /etc/csh.cshrc 
  • trunk/RHEL5.2/scripts/stig-fix/cat2/gen002760.sh

    r197 r200  
    99    # unauthorized file access attempts 
    1010EOF 
    11 echo -n "-a exit,always -F success=0 -S open -S mknod -S pipe -S mkdir -S creat -S truncate -S ftruncate" >> /etc/audit/audit.rules 
     11echo "-a exit,always -S open -F success=0" >> /etc/audit/audit.rules 
     12echo -n "-a exit,always -F success=0 -S mknod -S pipe -S mkdir -S creat -S truncate -S ftruncate" >> /etc/audit/audit.rules 
    1213if [ "$(uname -i)" != "x86_64" ] 
    1314then