Changeset 148

Show
Ignore:
Timestamp:
12/31/07 11:07:37 (1 year ago)
Author:
slawrence
Message:

Fixed audio permission stigs

Files:

Legend:

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

    r145 r148  
    15791579                ## (GEN002320: CAT II) (Previously – G501) The SA will ensure the audio devices 
    15801580                ## have permissions of 644, or more restrictive. 
    1581                 chmod 644 /dev/audio 
     1581                sed -i -r "/sound|snd|mixer/ d" /etc/security/console.perms.d/50-default.perms 
     1582                echo "SUBSYSTEM==\"sound|snd\", OWNER=\"root\", GROUP=\"root\", MODE=\"0644\"" > /etc/udev/rules.d/10-audio-perms.rules 
    15821583 
    15831584                ## (GEN002340: CAT II) (Previously – G502) The SA will ensure the owner of 
    15841585                ## audio devices is root. 
    1585                 chown root /dev/audio 
     1586                # see GEN002320 
    15861587 
    15871588                ## (GEN002360: CAT II) (Previously – G504) The SA will ensure the group owner 
    15881589                ## of audio devices is root, sys, or bin. 
    1589                 chgrp root /dev/audio 
     1590                # see GEN002320 
    15901591 
    15911592                ## (GEN004880: CAT II) (Previously – G140) The SA will ensure the ftpusers