View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:apparmor

There are download files available for AppArmor.

See all merge proposals.

AppArmor has 83 active branches owned by 19 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:apparmor
Series: master
1 Development 2019-04-17 21:27:03 UTC
4068. Merge branch 'cboltz-complex-profile-...

Author: Christian Boltz
Revision Date: 2019-04-03 20:35:53 UTC

Merge branch 'cboltz-complex-profile-name' into 'master'

Add some tests for complex profile names

See merge request apparmor/apparmor!360

Acked-by: Eric Chiang <ericchiang@google.com>

lp:apparmor/2.12
Series: 2.12
bug 1 Development 2019-02-19 09:38:13 UTC
3731. The AppArmor project has been convert...

Author: Steve Beattie
Revision Date: 2019-02-19 09:38:13 UTC

The AppArmor project has been converted to git and is now hosted on
gitlab.

To get the converted repository, please do
  git clone https://gitlab.com/apparmor/apparmor

lp:apparmor/2.11
Series: 2.11
bug 2 Mature 2017-10-27 00:02:24 UTC
3687. profiles: update wireshark profile fo...

Author: Simon Déziel
Revision Date: 2017-10-27 00:02:24 UTC

profiles: update wireshark profile for modern releases

MErge from trunk commit 3728

Acked-by: Steve Beattie <steve@nxnw.org>

lp:apparmor/2.10
Series: 2.10
bug 2 Mature 2017-10-26 17:27:37 UTC
3410. profiles: allow OpenAL HRTF support i...

Author: intrigeri
Revision Date: 2017-10-26 17:27:37 UTC

profiles: allow OpenAL HRTF support in audio abstraction

merge from trunk commit 3726

The files are "head-related transfer function" data sets, used by
OpenAL for better spatialization of sounds when headphones are detected.

Acked-by: Steve Beattie <steve@nxnw.org>

Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874665

lp:apparmor/2.9
Series: 2.9
bug 2 Mature 2017-10-26 17:31:35 UTC
3070. profiles: allow OpenAL HRTF support i...

Author: intrigeri
Revision Date: 2017-10-26 17:31:35 UTC

profiles: allow OpenAL HRTF support in audio abstraction

Merge from trunk commit 3726

The files are "head-related transfer function" data sets, used by
OpenAL for better spatialization of sounds when headphones are detected.

Acked-by: Steve Beattie <steve@nxnw.org>

Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874665

lp:apparmor/2.8
Series: 2.8
bug 2 Mature 2017-10-19 02:44:47 UTC
2154. Bump release version to 2.8.5

Author: John Johansen
Revision Date: 2017-10-19 02:44:47 UTC

Bump release version to 2.8.5

lp:apparmor/2.7
Series: 2.7
bug 2 Mature 2012-04-25 19:58:58 UTC
1903. Merge from trunk rev 2037: The m4 sh...

Author: Kees Cook
Revision Date: 2012-04-25 19:58:58 UTC

Merge from trunk rev 2037:

The m4 shipped to handle Python was incorrectly clearing
$CPPFLAGS. Additionally, do not repeat compiler flags for automake
targets that already include them, and pass more flags to the Perl build.

Signed-off-by: Kees Cook <kees@ubuntu.com>
Acked-By: Steve Beattie <sbeattie@ubuntu.com>

lp:~apparmor-dev/apparmor/launchpad-translations-branch 1 Development 2024-03-08 06:49:46 UTC
2515. Launchpad automatic translations update.

Author: Launchpad Translations on behalf of apparmor-dev
Revision Date: 2024-03-08 06:49:46 UTC

Launchpad automatic translations update.

lp:~talkless/apparmor/skype_for_linux 1 Development 2017-11-05 15:49:35 UTC
3679. Migrated to GitLab

Author: Vincas Dargis
Revision Date: 2017-11-05 15:49:35 UTC

Migrated to GitLab

lp:~talkless/apparmor/apparmor (Has a merge proposal) 1 Development 2017-10-30 18:56:07 UTC
3731. Update phpsysinfo for multiple denies.

Author: vincas
Revision Date: 2017-10-30 18:55:15 UTC

Update phpsysinfo for multiple denies.

lp:~intrigeri/apparmor/utils-keep-shebang (Has a merge proposal) 1 Development 2017-10-23 14:25:24 UTC
3717. Stop inappropriately mangling script ...

Author: intrigeri
Revision Date: 2017-10-23 14:23:26 UTC

Stop inappropriately mangling script shebangs.

Patch by Adam Conrad <adconrad@ubuntu.com>

lp:~ed20900/apparmor/apparmor-quiterss bug 1 Development 2017-09-30 00:26:31 UTC
3711. Apparmor profile for QuiteRSS feed re...

Author: <email address hidden>
Revision Date: 2017-09-29 19:04:35 UTC

Apparmor profile for QuiteRSS feed reader.

lp:~steinhardtp-deactivatedaccount/apparmor/musl (Has a merge proposal) 1 Development 2017-09-27 09:51:57 UTC
3713. parser: explicitly define non-standar...

Author: Patrick Steinhardt
Revision Date: 2017-09-27 09:44:36 UTC

parser: explicitly define non-standard function types

In our parser code, we use the function definitions
`comparison_fn_t` and `__free_fn_t` to cast function pointers to
the correct type. These typedefs are not standardized though and
are specific to the glibc library, which may cause compiler
errors when another libc is being used instead.

To fix the issue we can add explicit typedefs for those
functions. Having duplicated typedefs is not an issue as long as
the actual type alias is the same for all existing typedefs of
the same name. Given that both the comparison function and the
free function have a standardized function signature, this is not
an issue.

This fixes compilation with musl libc.

Signed-off-by: Patrick Steinhardt <ps@pks.im>

lp:~intrigeri/apparmor/flatpak-exports (Has a merge proposal) 1 Development 2017-09-20 13:40:21 UTC
3711. abstractions/freedesktop.org: fixup.

Author: intrigeri
Revision Date: 2017-09-20 13:40:21 UTC

abstractions/freedesktop.org: fixup.

lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain bug 1 Development 2017-09-15 13:24:38 UTC
1627. add debian/patches/nameservice-add-st...

Author: Jamie Strandboge
Revision Date: 2017-09-15 13:24:38 UTC

add debian/patches/nameservice-add-stub-resolv.patch

lp:~apparmor-dev/apparmor/apparmor-trunk-daily-ppa 1 Development 2016-08-24 15:39:55 UTC
27. debian/source/format: use source form...

Author: Tyler Hicks
Revision Date: 2016-08-24 15:39:55 UTC

debian/source/format: use source format 1.0

lp:~xfactor973/apparmor/bug-1564625 1 Development 2016-07-22 19:38:08 UTC
3491. sys.exit(1) when unable to find the a...

Author: Chris Holcombe
Revision Date: 2016-07-22 19:22:36 UTC

sys.exit(1) when unable to find the apparmor profile

lp:~smcv/apparmor/connman-resolv 1 Development 2016-06-21 17:21:58 UTC
3485. abstractions/nameservice: also suppor...

Author: Simon McVittie
Revision Date: 2016-06-21 17:20:30 UTC

abstractions/nameservice: also support ConnMan-managed resolv.conf

Follow the same logic we already did for NetworkManager,
resolvconf and systemd-resolved. The wonderful thing about
standards is that there are so many to choose from.

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>

lp:~tyhicks/apparmor/stacking 1 Development 2016-03-10 07:31:51 UTC
3389. Fix wrong usage of write_prof_data in...

Author: Christian Boltz
Revision Date: 2016-03-01 20:24:10 UTC

Fix wrong usage of write_prof_data in serialize_profile_from_old_profile()

write_prof_data[hat] is correct (it only contains one profile, see bug 1528139),
write_prof_data[profile][hat] is not and returns an empty (sub)hasher.

This affects RE_PROFILE_START and RE_PROFILE_BARE_FILE_ENTRY.

Acked-by: Kshitij Gupta <kgupta8592@gmail.com> for trunk, 2.9 and 2.10

lp:~ubuntu-core-dev/apparmor/master bug 1 Development 2016-02-18 20:52:21 UTC
1514. debian/patches/parser-allow-unspec-in...

Author: Jamie Strandboge
Revision Date: 2016-02-18 20:52:21 UTC

debian/patches/parser-allow-unspec-in-network-rules.patch: Allow
apparmor_parser to support rules that use 'unspec' as the network protocol
family. (LP: #1546455)

lp:~cmiller/apparmor/chromiumbrowser-fcitx-abstraction bug(Has a merge proposal) 1 Development 2016-01-15 14:49:27 UTC
3338. Finish separating accessibility rules.

Author: Chad Miller
Revision Date: 2016-01-15 14:49:27 UTC

Finish separating accessibility rules.

lp:~attente/apparmor/dconf-rules-4 1 Development 2015-06-25 19:59:08 UTC
3066. Simplify dconf data serialization.

Author: William Hua
Revision Date: 2015-06-25 19:59:08 UTC

Simplify dconf data serialization.

lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain-trusty bug 1 Development 2015-06-17 19:57:47 UTC
1521. Update changelog release for pushing ...

Author: Steve Beattie
Revision Date: 2015-06-17 19:57:47 UTC

Update changelog release for pushing to trusty-proposed.

lp:~cameronnemo/apparmor/gnome-abstraction (Has a merge proposal) 1 Development 2015-06-06 22:48:59 UTC
3111. abstractions/gnome: allow reading gsc...

Author: Cameron Norman
Revision Date: 2015-06-06 22:48:19 UTC

abstractions/gnome: allow reading gschemas, gtk3 per-user config

lp:~attente/apparmor/dconf-rules-3 1 Development 2015-05-27 15:49:03 UTC
3054. Correct permissions.

Author: William Hua
Revision Date: 2015-05-27 15:49:03 UTC

Correct permissions.

lp:~attente/apparmor/dconf-rules-2 1 Development 2015-05-19 20:31:28 UTC
3038. Minor fixes.

Author: William Hua
Revision Date: 2015-05-19 20:31:28 UTC

Minor fixes.

lp:~attente/apparmor/dconf-rules 1 Development 2015-05-12 13:06:40 UTC
3044. parser: fix warnings

Author: William Hua
Revision Date: 2015-05-12 13:06:40 UTC

parser: fix warnings

lp:~sbeattie/apparmor/apparmor-2.9-utils_update 1 Development 2015-04-14 02:16:23 UTC
2904. utils: simplify serialize_parse_profi...

Author: Christian Boltz
Revision Date: 2015-04-14 02:07:47 UTC

utils: simplify serialize_parse_profile_start()
Merge from trunk revision 3001

Change serialize_parse_profile_start() to use parse_profile_start()
instead of using duplicated code.

The behaviour is mostly kept, with the exception that the function is
more strict now and raises exceptions instead of ignoring errors.

In practise, this won't change anything because the profiles are parsed
with parse_profile() (which calls parse_profile_start()) - and that
already errors out.

The tests are updated to match the more strict behaviour.

The next step would be to drop serialize_parse_profile_start()
completely, but this isn't urgent and can/should be done when we have
test coverage for serialize_profile_from_old_profile() one day ;-)

Acked-by: Steve Beattie <steve@nxnw.org>

lp:~serge-hallyn/apparmor/apparmor-ubuntu-citrain (Has a merge proposal) 1 Development 2015-03-27 00:33:10 UTC
1550. Add /lib/apparmor/profile-load; moved...

Author: Serge Hallyn
Revision Date: 2015-03-27 00:29:55 UTC

Add /lib/apparmor/profile-load; moved from
/lib/init/apparmor-profile-load from the upstart package. A wrapper at
the original path is now provided by init-system-helpers. (LP: #1432683)

lp:~tyhicks/apparmor/libapparmor-api-v2 1 Development 2015-03-06 22:07:35 UTC
2933. parser: Remove atomic ops The parser...

Author: Tyler Hicks
Revision Date: 2015-03-06 18:56:48 UTC

parser: Remove atomic ops

The parser no longer has a need for the atomic operations since all
callers have been moved to libapparmor.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>

lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain.abstract (Has a merge proposal) 1 Development 2014-09-08 23:12:56 UTC
1573. debian/control: update Breaks for app...

Author: Jamie Strandboge
Revision Date: 2014-09-08 23:12:56 UTC

debian/control: update Breaks for apparmor-easyprof-ubuntu, libvirt-bin,
and lightdm. Add Breaks on rsyslog.

lp:~tyhicks/apparmor/for-jj 1 Development 2014-08-28 16:54:00 UTC
2619. parser: Don't write the stream's addr...

Author: Tyler Hicks
Revision Date: 2014-08-27 21:38:24 UTC

parser: Don't write the stream's address to the rule buffer

The writeu16() function was returning the address of the passed in
std::ostringstream and then the callers of that function were
incorrectly writing that address to the rule buffer.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>

lp:~tyhicks/apparmor/abstract-socket-tests 1 Development 2014-08-21 22:10:42 UTC
2586. WIP: abstract rules

Author: Tyler Hicks
Revision Date: 2014-08-14 14:37:48 UTC

WIP: abstract rules

lp:~tyhicks/apparmor/abstract-sockets-wip 1 Development 2014-08-15 20:55:09 UTC
1510. * 01-get-text.patch, 02-network1.patc...

Author: Tyler Hicks
Revision Date: 2014-08-15 20:53:15 UTC

* 01-get-text.patch, 02-network1.patch, 03-type_name.patch,
  04-af_mapping.patch, 05-af_type_mappings.patch, 06-network3.patch,
  07-move-node.patch, 08-split-accept-perm.patch, 09-refactor1.patch,
  10-refactor1.patch, 11-refactor1.patch, 12-split-accept-from-rule.patch:
  Import the latest AF_UNIX parser patches from the AppArmor list. Note that
  these patches are a work in progress and are not in their final form.

lp:~tyhicks/apparmor/abstract-sockets bug 1 Development 2014-08-07 00:58:54 UTC
1509. * parser-include-usr-share-apparmor.p...

Author: Tyler Hicks
Revision Date: 2014-08-07 00:57:21 UTC

* parser-include-usr-share-apparmor.patch, debian/apparmor.install: Adjust
  the default parser.conf file, to add /usr/share/apparmor as an additional
  search path when resolving include directives in profiles, and install the
  file in /etc/apparmor. Ubuntu places hardware specific access rules in
  /usr/share/apparmor/hardware. This change allows these files to be
  included without using an absolute path (e.g.,
  '#include <hardware/graphics.d>').

lp:~xnox/apparmor/xnox-citrain (Has a merge proposal) 1 Development 2014-05-23 09:11:59 UTC
1502. * debian/control: mark apparmor M-A:f...

Author: Dimitri John Ledkov
Revision Date: 2014-05-23 09:11:59 UTC

* debian/control: mark apparmor M-A:foreign, typically it's only needed
  for it's hosts tools, which some M-A:same packages exec.
* debian/control: drop using deprecated python*:Versions variables.

lp:~jdstrand/apparmor/apparmor-notify-python 1 Development 2014-04-07 22:09:49 UTC
2103. utils/aa-notify: add preliminary dbus...

Author: Jamie Strandboge
Revision Date: 2014-04-07 22:07:50 UTC

utils/aa-notify: add preliminary dbus support

lp:~cameronnemo/apparmor/fdo-updates 1 Development 2014-04-06 19:28:56 UTC
1496. Updated abstractions/freedesktop.org ...

Author: Cameron Norman
Revision Date: 2014-04-06 19:26:06 UTC

Updated abstractions/freedesktop.org for nested application dirs, /usr/local

lp:~apparmor-dev/apparmor/ipc-fixes-and-improvements (Has a merge proposal) 1 Development 2014-04-03 21:15:31 UTC
1517. Fix patch tag typo in python-utils-fi...

Author: Tyler Hicks
Revision Date: 2014-04-03 21:15:31 UTC

Fix patch tag typo in python-utils-file-support.patch

lp:~apparmor-dev/apparmor/aa-fixes (Has a merge proposal) 1 Development 2014-03-27 23:49:02 UTC
1507. debian/changelog: Fix spelling and re...

Author: Tyler Hicks
Revision Date: 2014-03-27 19:13:53 UTC

debian/changelog: Fix spelling and readability errors

lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain.lp1288241 (Has a merge proposal) 1 Development 2014-03-26 16:17:23 UTC
1499. * autostart aa-notify via /etc/xdg/au...

Author: Jamie Strandboge
Revision Date: 2014-03-26 16:15:34 UTC

* autostart aa-notify via /etc/xdg/autostart instead of /etc/X11/Xsession.d
  (LP: #1288241)
  - remove debian/notify/90apparmor-notify
  - add debian/notify/apparmor-notify.desktop
  - debian/apparmor-notify.install: adjust for the above
  - add debian/apparmor-notify.maintscript to remove 90apparmor-notify
* debian/notify/notify.conf: use_group should be set to "sudo" instead of
  "admin" (LP: #1009666)

lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain.lp1295816 bug(Has a merge proposal) 1 Development 2014-03-26 15:26:21 UTC
1499. use -name instead of -regex based on ...

Author: Jamie Strandboge
Revision Date: 2014-03-26 15:26:21 UTC

use -name instead of -regex based on feedback by Christian Boltz

lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain.2.8.95-trusty (Has a merge proposal) 1 Development 2014-03-20 15:29:57 UTC
1499. update changelog for trusty

Author: Jamie Strandboge
Revision Date: 2014-03-20 15:28:12 UTC

update changelog for trusty

lp:~apparmor-dev/apparmor/aa-2.8.95 (Has a merge proposal) 1 Development 2014-03-20 03:36:23 UTC
1498. Modified patches to remove numbers, t...

Author: Seth Arnold
Revision Date: 2014-03-20 03:36:23 UTC

Modified patches to remove numbers, they complicated quilt handling too
much.

  - add-chromium-browser.patch
  - add-debian-integration-to-lighttpd.patch
  - ubuntu-manpage-updates.patch
  - libapparmor-layout-deb.patch
  - libapparmor-mention-dbus-method-in-getcon-man.patch
  - etc-writable.patch
  - aa-utils_are_bilingual.patch
  - convert-to-rules.patch
  - list-fns.patch
  - parse-mode.patch
  - add-decimal-interp.patch
  - policy_mediates.patch
  - fix-failpath.patch
  - feature_file.patch
  - fix-network.patch
  - aare-to-class.patch
  - add-mediation-unix.patch
  - parser_version.patch
  - caching.patch
  - label-class.patch
  - fix-lexer-debug.patch
  - use-diff-encode.patch
  - fix-serialize.patch
  - fix-ppc-endian-ftbfs.patch
  - opt_arg.patch
  - tests-cond-dbus.patch

lp:~kees/apparmor/debian bug 1 Development 2014-01-03 22:58:44 UTC
1500. releasing package apparmor version 2....

Author: Kees Cook
Revision Date: 2014-01-03 22:58:44 UTC

releasing package apparmor version 2.8.0-5

lp:~xnox/apparmor/bison-3.0 (Has a merge proposal) 1 Development 2014-01-01 03:46:52 UTC
2294. Fix FTBFS with Bison 3.0+

Author: Dimitri John Ledkov
Revision Date: 2014-01-01 03:46:35 UTC

Fix FTBFS with Bison 3.0+

lp:~jdstrand/apparmor/apparmor-sdk 1 Development 2013-07-08 00:25:14 UTC
2158. update manifest JSON structure to use...

Author: jdstrand
Revision Date: 2013-07-08 00:25:14 UTC

update manifest JSON structure to use m['security']['profiles']['profile_name']
instead of m['security']['profile_name']

lp:~sbeattie/apparmor/apparmor-quantal-update 1 Development 2012-10-09 20:34:17 UTC
1472. debian/patches/0022-aa-decode-stdin.p...

Author: Steve Beattie
Revision Date: 2012-10-09 20:34:17 UTC

debian/patches/0022-aa-decode-stdin.patch: fix aa-decode to process
stdin correctly and decode encoded profiles names

lp:~nvalcarcel/apparmor/aa-complain-pythonize 1 Development 2012-06-11 22:54:38 UTC
2051. add test_is_skippable_file and test_r...

Author: nvalcarcel
Revision Date: 2012-06-11 22:54:38 UTC

add test_is_skippable_file and test_read_file

lp:~sbeattie/apparmor/trunk 1 Development 2012-05-31 18:44:33 UTC This branch has not been pushed to yet.
lp:~sbeattie/apparmor/apparmor-precise-proposed 1 Development 2012-04-30 17:44:22 UTC
1460. debian/patches/apparmor-lp982619.patc...

Author: Steve Beattie
Revision Date: 2012-04-30 17:42:36 UTC

debian/patches/apparmor-lp982619.patch: fix aa-logprof to not rewrite
PUx permissions into (syntactically invalid) UPx perms (LP: #982619)

lp:~sbeattie/apparmor/apparmor-precise 1 Development 2012-04-12 06:25:21 UTC
1462. * debian/patches/0017-apparmor-lp9791...

Author: Steve Beattie
Revision Date: 2012-04-12 06:25:21 UTC

* debian/patches/0017-apparmor-lp979135.patch: incorporate testsuite
  change (upstream revno 2032) that the patch originally should have
  taken into account, since it was fixing the onexec failure due to the
  missing implicit access to /proc/*/attr/exec.

lp:apparmor/2.6 bug 2 Mature 2011-08-26 23:05:24 UTC
1706. Merge from trunk revision 1805: At...

Author: Steve Beattie
Revision Date: 2011-08-26 23:03:03 UTC

Merge from trunk revision 1805:

  Attached is a patch to make the initscript not fail if /tmp is full
  by converting the comm(1) usage on temporary files to an embedded
  awk script. On both Ubuntu and OpenSUSE, a version of awk (mawk in
  Ubuntu, gawk in OpenSUSE) is either a direct or indirect dependency
  on the minimal or base package set, and the original reporter also
  mentioned that an awk-based solution would be palatable in a way
  that converting to bash, or using perl or python here would not be.

  In the embedded awk script, I've tried to avoid gawk or mawk
  specific behaviors or extensions; e.g. this is the reason for the
  call to sort on the output of the awk script, rather than using
  gawk's asort(). But please let me know if you see anything that
  shouldn't be portable across awk implementations.

  An additional issue that is fixed in both scripts is handling
  child profiles (e.g. hats) during reload. If child profiles are
  filtered out (via grep -v '//') of the list to consider, then
  on reloading a profile where a child profile has been removed or
  renamed, that child profile will continue to stick around. However,
  if the profile containing child profiles is removed entirely,
  if the initscript attempts to unload the child profiles after the
  parent is removed, this will fail because they were unloaded when
  the parent was unloaded. Thus I removed any filtering of child
  profiles out, but do a post-awk reverse sort which guarantees that
  any child profiles will be removed before their parent is. I also
  added the LC_COLLATE=C (based on the Ubuntu version) to the sort
  call to ensure a consistent sort order.

  To restate, the problem with the existing code is that it creates
  temporary files in $TMPDIR (by default /tmp) and if that partition
  is full, problems with the reload action ensue. Alternate solutions
  include switching the initscript to use bash and its <$() extension
  or setting TMPDIR to /dev/shm/. The former is unpalatable to some
  (particularly for an initscript), and for the latter, /dev/shm is
  only guaranteed to exist on GNU libc based systems (glibc apparently
  expects /dev/shm to exist for its POSIX shared memory implementation;
  see shm_overview(7)). So to me, awk (sans GNU extensions) looks
  to be the least bad option here.

Nominated-By: Steve Beattie <sbeattie@ubuntu.com>
Acked-By: John Johansen <john.johansen@canonical.com>

lp:apparmor/2.5 bug 2 Mature 2011-06-06 17:39:54 UTC
1497. Rename tags to conform with git tag r...

Author: John Johansen
Revision Date: 2011-06-06 17:39:54 UTC

Rename tags to conform with git tag requirements

Rename tags
  apparmor_2.5.2~rc1 to apparmor_2.5.2-rc1
  apparmor_2.6.0~rc1 to apparmor_2.6.0-rc1

this is necessary for export to the git mirror

Signed-off-by: John Johansen <john.johansen@canonical.com>

lp:~sbeattie/apparmor/apparmor-ubuntu-lp788616 bug 1 Development 2011-05-31 19:48:35 UTC
1428. debian/lib/apparmor/functions: adjust...

Author: Steve Beattie
Revision Date: 2011-05-31 19:46:04 UTC

debian/lib/apparmor/functions: adjust configured_profile_names()
to filter based on the proper hatname/child profile separator.
(LP: #788616)

lp:~kees/apparmor/debian-unstable bug 1 Development 2011-04-19 01:20:24 UTC
1426. Release 2.6.1-0ubuntu3 * debian/patc...

Author: Jamie Strandboge
Revision Date: 2011-04-18 16:21:25 UTC

Release 2.6.1-0ubuntu3

* debian/patches/0003-add-debian-integration-to-lighttpd.patch: updates for
  lighttpd example profile to work in Debian/Ubuntu (LP: #582814)
* debian/patches/0004-lp754889.patch: add several image viewers to
  ubuntu-browsers.d/multimedia abstraction (LP: #754889)
* debian/patches/0005-lp761217.patch: abstractions/private-files updates for
  zsh and several other shells (LP: #761217)
* debian/patches/0001-add-chromium-browser.patch: fixes for multiarch and
  crash reporter (LP: #764786)

lp:~sbeattie/apparmor/jenkins-test-branch 1 Development 2011-04-13 21:11:26 UTC
1716. once more with feeling

Author: Steve Beattie
Revision Date: 2011-04-13 21:11:26 UTC

once more with feeling

lp:~sbeattie/apparmor/apparmor-ubuntu-2.6.1-merge (Has a merge proposal) 1 Development 2011-03-24 09:54:45 UTC
1423. * New upstream release. - Fixes bre...

Author: Steve Beattie
Revision Date: 2011-03-24 08:50:57 UTC

* New upstream release.
  - Fixes breakage of mod_apparmor apache2 module (LP: #737074)
  - Fixes profile matching when an attachement doesn't contain a
    regex (LP: #731155)
  - Fixes parser acceptance of missing network protocols (LP: #732837)
  - Patches taken upstream and dropped:
    + debian/patches/0002-lp727478.patch
    + debian/patches/0003-test-lp727478.patch
    + debian/patches/0004-lp736870.patch
* debian/apparmor.install, debian/apparmor.dirs: add new multiarch
  tunable file and directory
* debian/python-libapparmor.install: loosen directory specification
  for resiliancy against different python versions

lp:~sbeattie/apparmor/apparmor-ubuntu-2.6.0-merge bug(Has a merge proposal) 1 Development 2011-02-24 10:14:05 UTC
1418. - Patches taken upstream and dropped:...

Author: Steve Beattie
Revision Date: 2011-02-24 09:44:53 UTC

- Patches taken upstream and dropped:
    + 0001-ubuntu-buildd.patch
    + 0003-add-libvirt-support-to-dnsmasq.patch
    + 0004-lp698194.patch
    + 0005-aa-disable.patch
- debian/rules: remove library path settings for mod_apparmor and
    pam_apprmor builds; upstream handles this properly now.
- debian/apparmor-utils.install: handle upstream SubDomain.pm =>
    AppArmor.pm renaming
* debian/rules, debian/control, debian/python-libapparmor: build
  a python-libapparmor package.

lp:~ubuntu-core-dev/apparmor/profiles-devel 0 Experimental 2011-02-16 20:47:41 UTC
57. removed all profiles and added README...

Author: Jamie Strandboge
Revision Date: 2011-02-16 20:47:41 UTC

removed all profiles and added README to point to new bzr tree:
lp:apparmor-profiles

lp:~ubuntu-core-dev/apparmor/ubuntu-karmic 2 Mature 2011-01-05 19:12:00 UTC
1063. Bring karmic tree up to date with wha...

Author: Jamie Strandboge
Revision Date: 2011-01-05 19:12:00 UTC

Bring karmic tree up to date with what is in karmic-updates and the latest
karmic-security

* Fix for apparmor_parser not generating correct policy when mixing exec
  transitions with and without unconfined fallback transitions.
  - parser/immunix.h, parser/libapparmor_re/regexp.y: adjust dfa match flag
    table size and fix index calculation for pux and cux.
  - parser/tst/Makefile, parser/tst/gen-xtrans.pl,
    parser/tst/simple_tests/generated_x/readme: add comprehensive test cases
  - LP: #693082
* debian/control: Build-Depends on libpam0g-dev

lp:~ubuntu-core-dev/apparmor/lucid 1 Development 2011-01-05 19:02:59 UTC
1367. Bring up to date with what was shippe...

Author: Jamie Strandboge
Revision Date: 2011-01-05 19:02:59 UTC

Bring up to date with what was shipped in lucid-proposed and add most recent
lucid-security update

* Fix for apparmor_parser not generating correct policy when mixing exec
  transitions with and without unconfined fallback transitions.
  - debian/patches/0013-lp693082.patch: adjust dfa match flag table size
    and fix index calculation for pux and cux.
  - LP: #693082
* debian/patches/0011-lucid-compat-dbus.patch: move /var/lib/dbus/machine-id
* debian/patches/0012-lucid-compat-kde.patch: add kde4-config to kde
    + 0004-ubuntu-abstractions-updates.patch
* 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.

lp:~ubuntu-core-dev/apparmor/maverick bug 1 Development 2011-01-05 18:57:22 UTC
1392. * Fix for apparmor_parser not generat...

Author: Jamie Strandboge
Revision Date: 2011-01-05 18:57:22 UTC

* 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

lp:~sbeattie/apparmor/apparmor-build-testbranch 1 Development 2010-10-15 19:35:38 UTC
1515. Test fix for makefiles.

Author: Steve Beattie
Revision Date: 2010-10-15 19:35:38 UTC

Test fix for makefiles.

lp:~ubuntu-core-dev/apparmor/ubuntu bug 1 Development 2010-09-23 13:46:12 UTC
1082. mark merge point

Author: Kees Cook
Revision Date: 2009-11-11 20:05:25 UTC

mark merge point

lp:~dhillon-v10/apparmor/profile_automation 0 Experimental 2010-01-24 01:54:09 UTC This branch has not been pushed to yet.
lp:~ubuntu-core-dev/apparmor/ubuntu.svn-upstream 1 Development 2009-11-11 20:25:00 UTC
1082. mark merge point

Author: Kees Cook
Revision Date: 2009-11-11 20:05:25 UTC

mark merge point

lp:~apparmor-dev/apparmor/Ubuntu-8.04 2 Mature 2009-10-17 16:28:30 UTC
1006. fix error in selinux patch

Author: jrjohansen
Revision Date: 2008-07-23 08:12:28 UTC

fix error in selinux patch

lp:~apparmor-dev/apparmor/SLES10_SP2 2 Mature 2009-10-17 16:28:17 UTC
948. Fix for bnc#464103 where the command...

Author: jrjohansen
Revision Date: 2009-01-07 14:11:56 UTC

Fix for bnc#464103

where the command name reported can be confused because the application
was started as a link.

lp:~apparmor-dev/apparmor/OS_10.2 2 Mature 2009-10-17 16:28:04 UTC
14. Create a branch for 10.2 for maintena...

Author: DominicReynolds_
Revision Date: 2007-09-17 19:32:54 UTC

Create a branch for 10.2 for maintenance.

lp:~apparmor-dev/apparmor/opensuse 2 Mature 2009-10-17 16:27:51 UTC
5. Maintenance update for the apparmor-u...

Author: DominicReynolds_
Revision Date: 2007-09-18 16:38:04 UTC

Maintenance update for the apparmor-utils package. All source pulled
from trunk except lcn updates.

lp:~apparmor-dev/apparmor/experimental 0 Experimental 2009-10-17 16:27:39 UTC
782. Removed temporary dir under experimen...

Author: dominic_r
Revision Date: 2007-10-18 02:46:58 UTC

Removed temporary dir under experimental.

lp:apparmor/2.3 2 Mature 2009-10-17 16:27:14 UTC
1121. remove for-mainline dir from kernel p...

Author: jrjohansen
Revision Date: 2008-05-27 12:04:33 UTC

remove for-mainline dir from kernel patches

lp:apparmor/2.1 2 Mature 2009-10-17 16:27:01 UTC
962. merge -r 1158 - fix fatal errors so t...

Author: jrjohansen
Revision Date: 2008-03-28 07:19:57 UTC

merge -r 1158 - fix fatal errors so that they have an exit with an exit code
of 127

lp:~apparmor-dev/apparmor/10_3 2 Mature 2009-10-17 16:26:48 UTC
8. update patch header

Author: jrjohansen
Revision Date: 2007-09-11 00:37:16 UTC

update patch header

lp:~sbeattie/apparmor/apparmor-apport 1 Development 2009-08-07 11:02:20 UTC
1008. Add changelog entry.

Author: Steve Beattie
Revision Date: 2009-08-07 11:01:50 UTC

Add changelog entry.

lp:~ubuntu-core-dev/apparmor/ubuntu-jaunty 1 Development 2009-06-05 19:23:53 UTC
956. abstractions/smbpass: Add *.ldb used ...

Author: Jamie Strandboge
Revision Date: 2009-04-08 13:56:24 UTC

abstractions/smbpass: Add *.ldb used in Samba 3.2 and above (LP: #357581)

lp:~ubuntu-core-dev/apparmor/ubuntu-hardy 2 Mature 2009-05-05 23:09:20 UTC
912. apparmor (2.1+1075-0ubuntu9.2) hardy-...

Author: Jamie Strandboge
Revision Date: 2009-05-05 23:09:20 UTC

apparmor (2.1+1075-0ubuntu9.2) hardy-proposed; urgency=low

SubDomain.pm: Ignore "force-complain/" to prevent aa-genprof from failing.
(LP: #331534)

-John Dong <jdong@ubuntu.com>Tue, 28 Apr 2009 15:26:48 -0400

lp:~ubuntu-core-dev/apparmor/ubuntu-intrepid 2 Mature 2009-05-05 23:00:39 UTC
932. apparmor (2.3+1289-0ubuntu4.2) intrep...

Author: Jamie Strandboge
Revision Date: 2009-05-05 23:00:39 UTC

apparmor (2.3+1289-0ubuntu4.2) intrepid-proposed; urgency=low

utils/SubDomain.pm: re-add dropped patch to not process disable/ as
include files, and also don't process force-complain/ (LP: #331534)

lp:~ttx/apparmor/fix-357581 bug 1 Development 2009-04-08 11:49:56 UTC
956. abstractions/smbpass: Add *.ldb used ...

Author: Thierry Carrez
Revision Date: 2009-04-08 11:46:10 UTC

abstractions/smbpass: Add *.ldb used in Samba 3.2 and above (LP: #357581)

lp:~sbeattie/apparmor/ubuntu.dev bug 1 Development 2009-03-20 15:51:15 UTC
954. Update changelog.

Author: Steve Beattie
Revision Date: 2009-03-19 22:43:55 UTC

Update changelog.

lp:~ubuntu-core-dev/apparmor/ubuntu-gutsy 2 Mature 2008-05-07 22:08:38 UTC
886. merge; update cups client more, add K...

Author: Kees Cook
Revision Date: 2007-10-12 20:00:32 UTC

merge; update cups client more, add KDE paths; release;

lp:~dendrobates/apparmor/apparmor-dendrobates 1 Development 2008-02-14 20:41:08 UTC
892. merged with trunk

Author: rclark
Revision Date: 2008-02-14 20:39:08 UTC

merged with trunk

183 of 83 results
You can't create new branches for AppArmor.