Changeset 147
- Timestamp:
- 12/31/07 11:06:54
(1 year ago)
- Author:
- slawrence
- Message:
Fixed audio permission stigs
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r115 |
r147 |
|
| 7 | 7 | echo ' devices.' |
|---|
| 8 | 8 | echo '===================================================' |
|---|
| 9 | | chmod 644 /dev/audio |
|---|
| | 9 | # prevent pam from changing the owner when logging in |
|---|
| | 10 | sed -i -r "/sound|snd|mixer/ d" /etc/security/console.perms.d/50-default.perms |
|---|
| | 11 | # have udev set the permissions/owner/group |
|---|
| | 12 | echo "SUBSYSTEM==\"sound|snd\", OWNER=\"root\", GROUP=\"root\", MODE=\"0644\"" > /etc/udev/rules.d/10-audio-perms.rules |
|---|
| r110 |
r147 |
|
| 6 | 6 | echo 'Patching GEN002340: Set owner of audio device' |
|---|
| 7 | 7 | echo '===================================================' |
|---|
| 8 | | chown root /dev/audio |
|---|
| | 8 | # see GEN002320 |
|---|
| r110 |
r147 |
|
| 6 | 6 | echo 'Patching GEN002360: Set group of audio device' |
|---|
| 7 | 7 | echo '===================================================' |
|---|
| 8 | | chgrp root /dev/audio |
|---|
| | 8 | # see GEN002320 |
|---|
Download in other formats:
* Generating other formats may take time.