|
Bugzilla – Full Text Bug Listing |
| Summary: | AUDIT-0: PulseAudio permissions | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Rodrigo Moya <rodrigo> |
| Component: | Security | Assignee: | Security Team bot <security-team> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | krahmer, meissner, security-team, tiwai |
| Version: | Alpha 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | CVE-2008-0008: CVSS v2 Base Score: 7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C) | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Rodrigo Moya
2007-12-11 22:12:15 UTC
System daemons should be started during boot-up therefore no setuid is needed. a very brief look at PulseAudio shows that it uses the setuid root only for getting the CAP_SYS_NICE capability and then drops the setuid things. (although badly, without return value checking *sigh*) So it is user-based, but with setuid root for switching to realtime/fifo scheduliong (haven't looked for the code). having it without setuid root 755 now will work fine for testing while we review and report bugs. anything happened here? closing CVE-2008-0008: CVSS v2 Base Score: 7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C) |