~phablet-team/content-hub/15.04

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Ken VanDine
  • Date: 2015-06-03 17:45:37 UTC
  • mfrom: (208.1.1 15.04-lp1456628)
  • Revision ID: ci-train-bot@canonical.com-20150603174537-3wq910qtwos6l9z9
* SECURITY UPDATE: file disclosure via unchecked AppArmor profile
    (LP: #1456628)
  - Don't allow exporting of files that aren't allowed by the source apparmor profile
  - CVE-2015-1327 Fixes: #1456628
Approved by: Michael Sheldon

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
pkg_check_modules(DBUS REQUIRED dbus-1)
69
69
pkg_check_modules(UBUNTU_DOWNLOAD_MANAGER REQUIRED ubuntu-download-manager-client)
70
70
pkg_check_modules(NOTIFY REQUIRED libnotify)
 
71
pkg_check_modules(APPARMOR REQUIRED libapparmor)
71
72
 
72
73
add_definitions(-DDEBUG_ENABLED)
73
74