Changeset 199
- Timestamp:
- 06/24/08 10:55:21 (2 months ago)
- Files:
-
- trunk/RHEL5.2/kickstart/clip.ks (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RHEL5.2/kickstart/clip.ks
r198 r199 344 344 encryption or biometric access controls provide security for the benefit of 345 345 the USG. These protections are not provided for your benefit or privacy and 346 may be modified or elimi ated at the USG's discretion.346 may be modified or eliminated at the USG's discretion. 347 347 348 348 EOF … … 393 393 ## mechanism is used and is set to lock the screen after 15 minutes of 394 394 ## inactivity. 395 echo " TMOUT=900" >> /etc/profile395 echo "readonly TMOUT=900" >> /etc/profile 396 396 397 397 ## (GEN000540: CAT II) (Previously â G004) The SA will ensure passwords are … … 632 632 ## (GEN002560: CAT II) (Previously â G089) The SA will ensure the system and 633 633 ## user umask is 077. 634 echo "umask 077" >> /etc/bashrc 635 echo "umask 077" >> /etc/csh.cshrc 634 sed -i "/umask/ c\umask 077" /etc/bashrc 635 sed -i "/umask/ c\umask 077" /etc/csh.cshrc 636 636 637 637 638 ## (GEN002640: CAT II) (Previously â G092) The SA will ensure logon capability … … 797 798 ## file has permissions of 600, or more restrictive. 798 799 chmod 600 /etc/cron.allow 800 # see bottom of file 799 801 800 802 ## (GEN003040: CAT II) The SA will ensure the owner of crontabs is root or the … … 3672 3674 # Kickstart Actions: None - PROCEDURAL REQUIREMENT 3673 3675 3676 # see GEN002980 3677 # something above is changing cron.allow to 644 3678 # putting this here deals with that until I can figure out what is doing it 3679 chmod 600 /etc/cron.allow 3680 3674 3681 eject 3675 3682
