Change logs for apparmor source package in Maverick

  • apparmor (2.5.1-0ubuntu0.10.10.4) maverick-proposed; urgency=low
    
      * debian/patches/0012-lp698194.patch: explicitly deny access to autostart
        directories, chromium, some popular email clients and kwallet
        - LP: #698194
     -- Jamie Strandboge <email address hidden>   Sun, 16 Jan 2011 09:57:11 -0600
  • apparmor (2.5.1-0ubuntu0.10.10.3) maverick-security; urgency=low
    
      * Fix for apparmor_parser not generating correct policy when mixing exec
        transitions with and without unconfined fallback transitions.
        - debian/patches/0011-lp693082.patch: adjust dfa match flag table size
          and fix index calculation for pux and cux.
        - LP: #693082
     -- Jamie Strandboge <email address hidden>   Wed, 05 Jan 2011 12:23:53 -0600
  • apparmor (2.5.1-0ubuntu0.10.10.2) maverick-proposed; urgency=low
    
      * New upstream release (LP: #660077)
        - The following patches were refreshed:
          + 0001-fix-release.patch
          + 0003-local-includes.patch
          + 0004-ubuntu-abstractions-updates.patch
          + 0008-lp648900.patch: renamed as 0005-lp648900.patch
        - The following patches were dropped (included upstream):
          + 0005-lp601583.patch
          + 0006-network-interface-enumeration.patch
          + 0007-gnome-updates.patch
      * debian/patches/0006-testsuite-fixes.patch: testsuite fixes from head
        of 2.5 branch. These are needed for QRT and SRU testing (LP: #652211)
      * debian/patches/0007-honor-cflags.patch: have the parser makefile honor
        CFLAGS environment variable. Brings back missing symbols for the retracer
      * debian/patches/0008-lp652674.patch: fix warnings for messages without
        denied or requested masks (LP: #652674)
      * debian/apparmor.init: fix path to aa-status (LP: #654841)
      * debian/apport/source_apparmor.py: apport hook should use
        root_command_hook() for running apparmor_status (LP: #655529)
      * debian/apport/source_apparmor.py: use ProcKernelCmdline and don't clobber
        cmdline details (LP: #657091)
      * debian/{rules,control}: move apache2 abstractions into the base package
        so we can put apache2 profiles into the -profiles package without
        aa-logprof bailing out. Patch by Marc Deslauriers.
        (LP: #539441)
      * debian/patches/0009-sensible-browser-pix.patch: use Pix with
        sensible-browser
      * debian/patches/0010-ubuntu-buildd.patch: skip parser caching test if
        the AppArmor securityfs introspection directory is not mounted, as
        is the case on Ubuntu buildds.
     -- Jamie Strandboge <email address hidden>   Tue, 02 Nov 2010 12:04:06 -0500
  • apparmor (2.5.1-0ubuntu0.10.10.1) maverick-proposed; urgency=low
    
      * New upstream release (LP: #660077)
        - The following patches were refreshed:
          + 0001-fix-release.patch
          + 0003-local-includes.patch
          + 0008-lp648900.patch: renamed as 0005-lp648900.patch
        - The following patches were dropped (included upstream):
          + 0005-lp601583.patch
          + 0006-network-interface-enumeration.patch
          + 0007-gnome-updates.patch
      * debian/patches/0006-testsuite-fixes.patch: testsuite fixes from head
        of 2.5 branch. These are needed for QRT and SRU testing (LP: #652211)
      * debian/patches/0007-honor-cflags.patch: have the parser makefile honor
        CFLAGS environment variable. Brings back missing symbols for the retracer
      * debian/patches/0008-lp652674.patch: fix warnings for messages without
        denied or requested masks (LP: #652674)
      * debian/apparmor.init: fix path to aa-status (LP: #654841)
      * debian/apport/source_apparmor.py: apport hook should use
        root_command_hook() for running apparmor_status (LP: #655529)
      * debian/apport/source_apparmor.py: use ProcKernelCmdline and don't clobber
        cmdline details (LP: #657091)
      * debian/{rules,control}: move apache2 abstractions into the base package
        so we can put apache2 profiles into the -profiles package without
        aa-logprof bailing out. Patch by Marc Deslauriers.
        (LP: #539441)
     -- Jamie Strandboge <email address hidden>   Tue, 19 Oct 2010 15:36:21 -0500
  • apparmor (2.5.1~rc1-0ubuntu2) maverick; urgency=low
    
      * abstractions/ubuntu-email: adjustment for ever-changing thunderbird path
        (LP: #648900)
     -- Jamie Strandboge <email address hidden>   Mon, 27 Sep 2010 09:00:06 -0500
  • apparmor (2.5.1~rc1-0ubuntu1) maverick; urgency=low
    
      [ Jamie Strandboge ]
      * New upstream RC release (revision 1413). In addition to getting the tools
        to work with the maverick kernel, this update fixes:
        - LP: #619521
        - LP: #633369
        - LP: #626451
        - LP: #581525
        - LP: #623467 (link and unlink still need to be addressed)
      * Dropped the following patches, included upstream:
        - 0002-lp615177.patch
        - 0004-ubuntu-pux.patch
        - 0006-kde4-config-pux.patch
        - 0007-lp605835.patch
        - 0012-lp625041.patch
        - 0013-lp623586.patch
      * Update the following patches:
        - rename 0010-fix-release.patch as 0001-fix-release.patch since this will
          likely always need to be here
        - rename 0005-add-chromium-browser.patch as
          0002-add-chromium-browser.patch
        - rename 0001-local-includes.patch as 0003-local-includes.patch and update
          to use r1493 (from trunk) of local/README file. This can be dropped in
          2.6.
        - collect the ubuntu abstractions updates pulled from trunk into
          0004-ubuntu-abstractions-updates.patch. This can be dropped in 2.6.
        - rename 0008-lp601583.patch as 0005-lp601583.patch. This can be dropped
          in 2.5.1 final.
      * fix up some lintian warnings:
        - debian/control:
          + don't use 'Section' in apparmor-notify, since it is the same as the
            source
          + updates Standards-Version to 3.9.1
          + add ${misc:Depends} to libapparmor-dev and apparmor-notify
        - add debian/source/format
        - debian/libapache2-mod-apparmor.postrm: use #DEBHELPER#
        - debian/libapache2-mod-apparmor.preinst: use #DEBHELPER#
        - add debian/watch
      * debian/notify/notify.conf: set show_notifications="yes" by default
      * debian/patches/0006-network-interface-enumeration.patch: allow network
        interface enumeration. This can be dropped in 2.5.1 final.
      * debian/patches/0007-gnome-updates.patch: update for font/icon/mime
        locations in current gnome. This can be dropped in 2.5.1 final.
    
      [ Kees Cook ]
      * debian/apparmor.init: rename "stop" to "teardown", drop caches on
        "stop" and warn about the dangers of "teardown".
     -- Jamie Strandboge <email address hidden>   Fri, 10 Sep 2010 11:07:19 -0500
  • apparmor (2.5.1~pre1393-0ubuntu6) maverick; urgency=low
    
      * debian/profiles/chromium-browser: updated to have the proper path to
        local/
      * debian/patches/0011-lp514356+573344+593413.patch: browser abstraction
        updates for /net, kmozillahelper and gnome-appearance-properties
        (LP: #593413, LP: #514356, LP: #573344)
      * debian/patches/0012-lp625041.patch: add sensible-browser (LP: #625041)
      * debian/patches/0013-lp623586.patch: allow access to ghostscript fonts when
        not using defoma (LP: #623586)
     -- Jamie Strandboge <email address hidden>   Fri, 03 Sep 2010 07:39:31 -0500
  • apparmor (2.5.1~pre1393-0ubuntu5) maverick; urgency=low
    
      * debian/patches/0007-lp605835.patch: allow ca-certificates in ssl_certs
        abstraction (LP: #605835)
      * debian/patches/0008-lp601583.patch: adjust X abstraction for newer gdm
        (LP: #601583)
      * debian/patches/0009-lp565753.patch: add ubuntu-feed-readers abstraction
        and have ubuntu-browsers.d/multimedia use it (LP: #565753)
      * debian/apparmor.config: don't try to read in the existing value from
        /etc/apparmor.d/tunables/home.d/ubuntu, but instead always use what is
        in debconf. (LP: #561694)
      * add aa-update-browser for giving a programmatic way to update browser
        profiles to use browser abstractions
        - add debian/aa-update-browser
        - add debian/aa-update-browser.8
        - debian/rules: install aa-update-browser*
      * debian/patches/0003-ubuntu-browsers-d.patch: updated to generalize java
        child profile names
      * debian/patches/0010-fix-release.patch: update common/Make.rules to use
        Canonical Ltd in generated documentation
     -- Jamie Strandboge <email address hidden>   Wed, 11 Aug 2010 09:24:23 -0500
  • apparmor (2.5.1~pre1393-0ubuntu4) maverick; urgency=low
    
      * debian/patches/0001-local-includes.patch: updated to adjust local/README
        to have upstream clarifications
      * debian/patches/0003-ubuntu-browsers-d.patch: add ubuntu-browsers.d/*
        abstractions
      * debian/patches/0004-ubuntu-pux.patch: use 'PUx' instead of 'Ux' in
        abstractions/ubuntu-*
      * add chromium-browser profile. All this can be removed once
        chromium-browser ships its own profile:
        - debian/patches/0005-add-chromium-browser.patch: add preliminary
          profiles/apparmor.d/usr.bin.chromium-browser
        - debian/profiles/chromium-browser: added for use with ubuntu-browsers.d
        - debian/rules: ship debian/profiles/chromium-browser in apparmor-profiles
      * don't make /etc/apparmor.d/local/* from apparmor-profiles conffiles
        - debian/control: Build-Depends on debhelper 7.4.20ubuntu5
        - debian/rules: use dh_apparmor instead of shipping the files as conffiles
        - debian/apparmor-profiles.postinst: move DEBHELPER before initscript
          reload
        - debian/apparmor-profiles.postrm: added to remove chromium-browser config
          file
      * debian/patches/0006-kde4-config-pux.patch: remove kde4-config from kde
        abstraction and add it to kde ubuntu-browsers abstraction
     -- Jamie Strandboge <email address hidden>   Tue, 10 Aug 2010 14:31:32 -0500
  • apparmor (2.5.1~pre1393-0ubuntu3) maverick; urgency=low
    
      * debian/patches/0002-lp615177.patch: 'owner' match in commit 1406 too
        strict for /tmp/ and /var/tmp/ (LP: #615177)
     -- Jamie Strandboge <email address hidden>   Mon, 09 Aug 2010 10:17:05 -0500
  • apparmor (2.5.1~pre1393-0ubuntu2) maverick; urgency=low
    
      * debian/rules: move local/usr.lib.apache2.mpm-prefork.apache2 to
        libapache2-mod-apparmor
     -- Jamie Strandboge <email address hidden>   Fri, 06 Aug 2010 13:38:59 -0500
  • apparmor (2.5.1~pre1393-0ubuntu1) maverick; urgency=low
    
      * Update to upstream bzr revision 1393 from lp:apparmor/2.5.
        * add dbus-session abstraction (LP: #566207)
        * require owner in user-tmp abstraction (LP: #578922)
        * don't use uninitialized $opt_s (LP: #582075)
        * allow thunderbird 3 in abstractions/ubuntu-email (LP: #590462)
        * allow gmplayer in abstractions/ubuntu-media-players (LP: #591421)
      * debian/control: updated branches.
      * debian/patches/0001-local-includes.patch: backported patch from trunk to
        allow local administrators to customize their profiles without modifying
        a shipped profile
      * debian/rules:
        - don't pass RELEASE to libapparmor's 'make install' as it breaks the
          build and isn't used by the Makfile anyway
        - install apparmor.d/local/README in apparmor, not apparmor-profiles
        - don't install apparmor.d/local/usr.sbin.ntpd
      * Drop the following patches already included upstream:
        - 0001-lp538561.patch
        - 0002-aalogprof-warnings.patch
        - 0003-fix-memleaks.patch
        - 0004-lp549557.patch
        - 0005-lp538661.patch
        - 0006-lp611248.patch
     -- Jamie Strandboge <email address hidden>   Thu, 05 Aug 2010 16:10:46 -0500
  • apparmor (2.5-0ubuntu4) maverick; urgency=low
    
      * debian/patches/0006-lp611248.patch: allow access to gdk-pixbuf loaders
        LP: #611248
     -- Jamie Strandboge <email address hidden>   Tue, 03 Aug 2010 09:32:10 -0500
  • apparmor (2.5-0ubuntu3) lucid; urgency=low
    
      [ Jamie Strandboge ]
      * debian/patches/lp-549557.patch: have apparmor_notify deal with log file
        rotation. (LP: #549557)
      * debian/notify/notify.conf: set show_notifications="yes"
      * debian/patches/0005-lp538661.patch: adjust php5 abstraction for cgi config
        file path and extensions (LP: #538661)
    
      [ Kees Cook ]
      * debian/apparmor.functions: do not load in parallel, this is causing
        weird side-effects.
     -- Jamie Strandboge <email address hidden>   Tue, 30 Mar 2010 11:31:49 -0500