~morphis/snappy-hwe-snaps/+git/pulseaudio:feature/disallow-module-loading

Last commit made on 2017-01-13
Get this branch:
git clone -b feature/disallow-module-loading https://git.launchpad.net/~morphis/snappy-hwe-snaps/+git/pulseaudio
Only Simon Fels can upload to this branch. If you are Simon Fels please log in for upload directions.

Branch merges

Branch information

Name:
feature/disallow-module-loading
Repository:
lp:~morphis/snappy-hwe-snaps/+git/pulseaudio

Recent commits

300690f... by Simon Fels

Disallow module loading as recommended by upstream

Upstream recommends disabling module loading when running pulseaudio
in system mode to prevent users from loading malicious code into the
daemon.

8bf1198... by Simon Fels

Correct indentation of export statement

5752c06... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch bug/enable-proposed

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/pulseaudio/+merge/314227

c755d8e... by Simon Fels

tests: upgrade classic system from proposed

a29ac2f... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Version 8.0-3

c3e5e6e... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch feature/fix-runtime-issues

Merge-Proposal: https://code.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/pulseaudio/+merge/313340

0792791... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Use stable channelm not candidate, for image building

ef3646b... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Use stable channel for image creation

The Core image from th candidate channel hes problems in resolving the
dependencies for the pulseaudio snap. This forces the image to be
created out of the 'stable' channel which should not have this
problem

99ba403... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Fix failing CI infrastructure due to broken packages

The CI is failing because libudev-dev is having the unmet dependencies.
This commit makes sure that the upgrade is performed before the snap
is build.

9268445... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

pulseaudio: fix the plug/slot connectin problem

The plugs and slots for pulseaudio snap cannot be connected w/o the
assertion which is a case when installing a locally build snap. This
change makes sure that the snap from the store is installed before
so that the connection is made.