Changeset 148
- 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
| r145 |
r148 |
|
| 1579 | 1579 | ## (GEN002320: CAT II) (Previously â G501) The SA will ensure the audio devices |
|---|
| 1580 | 1580 | ## 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 |
|---|
| 1582 | 1583 | |
|---|
| 1583 | 1584 | ## (GEN002340: CAT II) (Previously â G502) The SA will ensure the owner of |
|---|
| 1584 | 1585 | ## audio devices is root. |
|---|
| 1585 | | chown root /dev/audio |
|---|
| | 1586 | # see GEN002320 |
|---|
| 1586 | 1587 | |
|---|
| 1587 | 1588 | ## (GEN002360: CAT II) (Previously â G504) The SA will ensure the group owner |
|---|
| 1588 | 1589 | ## of audio devices is root, sys, or bin. |
|---|
| 1589 | | chgrp root /dev/audio |
|---|
| | 1590 | # see GEN002320 |
|---|
| 1590 | 1591 | |
|---|
| 1591 | 1592 | ## (GEN004880: CAT II) (Previously â G140) The SA will ensure the ftpusers |
|---|
Download in other formats:
* Generating other formats may take time.