Merge lp:~mandel/ubuntu-touch-session/stable-overlay-whitelist-apps into lp:ubuntu-touch-session/stable-overlay

Proposed by Manuel de la Peña
Status: Merged
Approved by: Ken VanDine
Approved revision: 276
Merged at revision: 276
Proposed branch: lp:~mandel/ubuntu-touch-session/stable-overlay-whitelist-apps
Merge into: lp:ubuntu-touch-session/stable-overlay
Diff against target: 11 lines (+2/-1)
1 file modified
upstart-session/pulseaudio-trust-stored.conf (+2/-1)
To merge this branch: bzr merge lp:~mandel/ubuntu-touch-session/stable-overlay-whitelist-apps
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+269055@code.launchpad.net

Commit message

The pulse audio trust store should not have whitelisted apps.

Description of the change

The pulse audio trust store should not have whitelisted apps. This was just added for the location service trust store and should not be used when apps request to use the mic.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'upstart-session/pulseaudio-trust-stored.conf'
2--- upstart-session/pulseaudio-trust-stored.conf 2015-08-25 12:33:04 +0000
3+++ upstart-session/pulseaudio-trust-stored.conf 2015-08-25 12:57:24 +0000
4@@ -16,5 +16,6 @@
5 --trusted-mir-socket=/var/run/user/$(id -u)/mir_socket_trusted \
6 --for-service PulseAudio \
7 --with-text-domain PulseAudio \
8- --store-bus session
9+ --store-bus session \
10+ --disable-whitelisting=yes
11 end script

Subscribers

People subscribed via source and target branches