| 1 | <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
|---|
| 2 | "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
|---|
| 3 | <busconfig> |
|---|
| 4 | <!-- Pulseaudio runs as 'pulse' user --> |
|---|
| 5 | <policy user="pulse"> |
|---|
| 6 | <allow own="org.pulseaudio.Server"/> |
|---|
| 7 | |
|---|
| 8 | <!-- Allow pulseaudio to talk to HAL for device detection --> |
|---|
| 9 | <allow send_destination="org.freedesktop.Hal" send_interface="org.freedesktop.Hal.Manager"/> |
|---|
| 10 | <allow send_destination="org.freedesktop.Hal" send_interface="org.freedesktop.Hal.Device"/> |
|---|
| 11 | </policy> |
|---|
| 12 | </busconfig> |
|---|