Download project files

How do I verify a download?


110 of 41 releases

2.12.0 release from the 2.12 series released 2017-12-24

File Description Downloads
download icon apparmor-2.12.tar.gz (md5, sig) AppArmor 2.12.0 412
last downloaded 24 hours ago
Total downloads: 412

2.12 release from the 2.12 series released 2017-10-26

File Description Downloads
download icon apparmor-2.11.95.tar.gz (md5, sig) AppArmor 2.11.955 (aka 2.12.beta1) 44
last downloaded 3 weeks ago
Total downloads: 44

2.11.1 release from the 2.11 series released 2017-10-19

Release information
Release notes:

Policy Compiler (a.k.a apparmor_parser)

    Fix af_unix downgrade of network rules
    Fix delete after new[]
    Set parser executable path according to USE_SYSTEM make variable

Init

    Preserve unknown profiles when restarting apparmor init/job/unit CVE-2017-6507 lp#1668892

Library

    fix swig test_apparmor.py for zero length ptrace records
    Don't print shell commands that check for test failures
    Fix parallel make dependency issue in testsuite

Utils =

    aa-notify - update to use normal urgency notifications to obtain intended behavior across DEs
    Add network 'smc' keyword in NetworkRule
    Prevent 'wa' conflicts for file rules
    Carry over all autodep-generated rules in handle_children()
    Ignore ptrace log events without denied_mask
    Fix aa-logprof crash ...

File Description Downloads
download icon apparmor-2.11.1.tar.gz (md5, sig) AppArmor 2.11.1 1,144
last downloaded 2 days ago
Total downloads: 1,144

2.11 release from the 2.11 series released 2017-01-09

Release information
File Description Downloads
download icon apparmor-2.11.0.tar.gz (md5, sig) AppArmor 2.11 3,230
last downloaded 4 days ago
Total downloads: 3,230

2.11.beta1 release from the 2.11 series released 2016-03-19

Release information
Release notes:

AppArmor 2.11 beta 1 release (aka 2.10.95)

File Description Downloads
download icon apparmor-2.10.95.tar.gz (md5, sig) AppArmor 2.11.beta.1 1,418
last downloaded 3 days ago
Total downloads: 1,418

2.10.3 release from the 2.10 series released 2017-10-19

Release information
Release notes:

AppArmor 2.10.3 is an incremental bug fix release over AppArmor 2.10.2 that is focused on fixing issues in the userspace code.

This release includes the 2.10 branch changes between r3379 (= 2.10.2) and r3407.
Policy Compiler (a.k.a. apparmor_parser)

    Fix af_unix downgrade of network rules
    Fix delete after new[]

Init

    Preserve unknown profiles when restarting apparmor init/job/unit CVE-2017-6507 lp#1668892

Library

    libapparmor: fix swig test_apparmor.py for zero length ptrace records

Utils

    aa-unconfined - fix netstat invocation regression
    aa-logprof - Ignore change_hat events with error=-1 and "unconfined can not change_hat"
    Add aa-remove-unknown utility to unload unknown profiles lp#1668892
    Remove re.LOCALE flag lp#1661766

Policy

    Abstractions
 ...

File Description Downloads
download icon apparmor-2.10.3.tar.gz (md5, sig) AppArmor 2.10.3 23
last downloaded 7 days ago
Total downloads: 23

2.10.2 release from the 2.10 series released 2017-01-09

Release information
File Description Downloads
download icon apparmor-2.10.2.tar.gz (md5, sig) AppArmor 2.10.2 106
last downloaded 5 weeks ago
Total downloads: 106

2.10.1 release from the 2.10 series released 2016-04-20

Release information
Release notes:

Bug fix release for apparmor 2.10

Changelog:

=== Policy Compiler (a.ka. apaprmor_parser) ===

* Caching
** Fix caching timestamp mtime issues ({{lp|1484178}})
** bump abi to force policy recompiles for bad caches
** Fix uninitialized variable and reference leak

* allow "unspec" (AF_UNSPEC) family in network rules ({{lp|1546455}})
* properly parse named transition targets ({{lp|1540666}})
* allow profile keyword to be used with namespaces ({{lp|1544387}})
* Fix segfault when processing profile directories ({{lp|1534405}})
* Fix regression: Honor the --namespace-string commandline option ({{lp|1526085}})
* Fix remount with bind ({{lp|1272028}})
* Fix a missing comma in when dumping capability names for debugging
* Fix incorrect output of child profile names (-N) which could cause policy reload to remove children profiles that should not have been. ({{lp|1551950}})

=== Library ===

* Fix logparser.py crash on change_hat events ({{lp|1523297}})
* fix log parsing memory leaks

=== Utils ===

* aa-status
** make aa-status work without python3-apparmor ({{lp|1480492}})
* aa-easyprof
** Use apparmor.fail for AppArmorException handling in aa-easyprof
* aa-logprof, aa-genprof, aa-mergeprof
** Fix wrong usage of write_prof_data in serialize_profile_from_old_profile() ({{lp|1528139}})
** Fix aa-mergeprof crash with files containing multiple profiles
** Add simple_tests/profile/profile_ns_bad8.sd to utils test exception list
** Remove pname to bin_name mapping in autodep()
** logparser.py: do sanity check for all file events ({{lp|1540562}})
** handle versioned ruby interpreters
** print test filenames in 'make check' and 'make coverage'
** Better error message on unknown profile lines
** AARE: escape reserved exclamation mark symbol
** More useful logparser failure reports
** Fix handling of link events in aa-logprof
** Write unix rules when saving a profile ({{lp|1522938}}, {{954104}})
** Adjust test-aa.py for python2
** Adjust type(x) == str checks in the rule classes for py2 ({{lp|1513880}})
** Let the apparmor.fail error handler print to stderr ({{lp|1521400}})
** ignore log event if request_mask == '' ({{lp|1525119}})
** Fix logparser.py crash on change_hat events ({{lp|1523297}})
** Several fixes for variable handling
** Change abstract methods in BaseRule to use NotImplementedError
** Map c (create) log events to w instead of a
** Also add python 3.5 to logprof.conf
** Add debug info to profile_storage()
** Fix parsing/storing bare file rules
** update PYMODULES in tools/Makefile
** Add python to the "no Px rule" list in logprof.conf
** let logparser.py ignore file_inherit events without request_mask ({{lp|1466812}})
** Let 'make check' work without logprof.conf ({{lp|1393979}})
** Fix handling of interpreters with parameters ({{lp|1505775}})
** merge script handling into get_interpreter_and_abstraction()
** Add tests for create_new_profile()
** Change utils/test/Makefile to use the in-tree libapparmor
** Parse all parser simple_tests with the utils code
** Get rid of global variable 'logger'
** make 'ldd' variable non-global
** Fix missing profile init in create_new_profile()
** Store filename for includes and hats
** Add AARE tests for [chars] and [^chars] style globbing to test-aare.py.
** load_include(): use include_dir_filelist()
** remove unused code from load_include()
** load_include(): avoid loading directory includes multiple times
** Reset aa and original_aa in read_profiles()
** move tests for convert_regexp() to (new) test-aare.py
** Accept more log formats in logparser.py
** Test libapparmor test_multi tests against logparser.py
** utils/aa-logprof.pod: fix typo in manpage ({{lp|1485855}})
** Add network mpls and ib to rule/network.py and the apparmor.d manpage
** map socket_create events to 'net' events
** Check for duplicate profiles
** Fix name_to_prof_filename() error behaviour
** Change RE_PROFILE_START to accept variables
** Split logparser.py add_event_to_tree() into multiple functions
** drop shebang from apparmor/rule/*.py

=== Policy ===

* Change /bin/ paths in profiles to also match on /usr/bin/

Updates to the following profiles:
* sbin.dhclient: allow executing nm-dhcp-helper and access to some files in /var/lib/dhcp6/ and /var/lib/NetworkManager/
* sbin.syslog-ng: add several permissions (abstractions/openssl, reading the journal etc.) which are needed by the latest syslog-ng ({{boo|948584}}, {{boo|948753}})
* usr.bin.skype: allow reading @{PROC}/@{pid}/net/dev ({{boo|939568}})
* usr.lib.dovecot.auth: allow writing to /var/run/dovecot/user-stats (needed by dovecot >= 2.2.22)
* usr.lib.dovecot.lmtp: add openssl and ssl_keys abstractions
* usr.lib.dovecot.imap: allow reading /run/dovecot/mounts
* usr.lib.dovecot.dovecot-lda:
** allow to write tempfiles ({{boo|954959}})
** allow to execute sendmail ({{boo|954958}})
* usr.sbin.avahi-daemon: allow write access to /run/systemd/notify (needed on systems with systemd)

* usr.sbin.dnsmasq:
** allow /bin/sh and /bin/dash in addition to /bin/bash ({{boo|940749}}, non-public)
** allow /dev/tty rw which is needed by the --dhcp-script's shell ({{boo|940749}}, non-public)
** add attach_disconnected flag ({{lp|1569316}})

* usr.sbin.nscd: allow reading /proc/self/cmdline, needed for paranoia mode ({{boo|971790}})
* usr.sbin.ntpd:
** add attach_disconnected flag (needed for using nscd)
** allow reading the directory listing of $PATH ({{boo|945592}})
* usr.sbin.smbd: allow capability sys_admin which is needed because smbd stores ACLs in the security.NTACL namespace ({{boo|964971}}, [http://samba-technical.samba.narkive.com/eHtOW8DE/nt-acls-using-the-security-namespace-for-ntacl-considered-improper Discussion on the Samba mailinglist])
* usr.sbin.winbindd:
** update for Samba 4.2 ({{boo|921098}}, {{boo|923201}})
** allow k for /etc/samba/smbd.tmp/msg/* ({{boo|921098#c15}})

Updates to the following abstractions:
* base: allow reading /usr/share/locale-bundle/ (contains translations in openSUSE)
* nameservice: allow reading /run/systemd/resolve/resolv.conf ({{LP|1529074}})
* python: update for python3
* samba: update for Samba 4.2 ({{boo|921098}})
* ssl_certs, ssl_keys: allow reading acmetool-generated certificates in /var/lib/acme/
* X: allow unix connections to @/tmp/.ICE-unix/[0-9]*, needed by (at least) firefox and thunderbird
* allow dconf abstraction to read /etc/dconf/**

=== Documentation ===

* Correct meaning of EPERM in aa_change_profile man page
* document open fds may be revalidated after aa_change_profile()
* document exec deny rules don't allow tranisition quanifier ix, Px, Ux etc. - only 'deny /foo x,' is allowed.
* Add realtime signals to SIGNALS list in apparmor.d manpage
* Add realtime signal example to the apparmor.d manpage
* Add missing variables @{pids} and @{apparmorfs} to the apparmor.d manpage
* fix typo "sinlge" in apparmor_parser manpage ({{lp|1485530}})
* Remove incorrect statement in aa_change_profile man page

=== Init Scripts ===

commit 78c5ed675ef0bcda0be971c9d72d5645efacab1d
* Fix aa_log_end_msg() in rc.apparmor.suse ({{boo|862170}))

=== Regression and Unit Tests ===

* fix ptrace tests for arm64 and s390 ({{lp|1470985}}, {{lp|1531325}})
* Add parser tests for various rules outside of a profile body
* make caching tests not fail w/python <= 3.2
* Don't skip parser unit test cleanup when the test was skipped
* Run caching tests even when apparmorfs is not mounted
* Verify cache file mtime in caching tests
* make sysctl(2) regression test a bit more resiliant
* fix memory leaks in libapparmor's aalogmisc unit tests.
* Add a new test that was posted on IRC to the test_multi set

File Description Downloads
download icon apparmor-2.10.1.tar.gz (md5, sig) AppArmor 2.10.1 3,469
last downloaded 2 days ago
Total downloads: 3,469

2.10 release from the 2.10 series released 2015-07-14

Release information
Changelog:

AppArmor 2.10 includes revisions 3205 through 2832 from the 2.10 branch; please see http://bazaar.launchpad.net/~apparmor-dev/apparmor/master/changes/3205?start_revid=2832 for details.

File Description Downloads
download icon apparmor-2.10.tar.gz (md5, sig) AppArmor 2.10 7,433
last downloaded 12 days ago
Total downloads: 7,433

2.9.5 release from the 2.9 series released 2017-10-19

Release information
Release notes:

AppArmor 2.9.5 is an incremental bug fix release over AppArmor 2.9.4 that is focused on fixing issues in the userspace code.

It includes the changes in the 2.9 branch between r3045 (AppArmor 2.9.4) and r3068.

Policy Compiler (a.k.a apparmor_parser)

    Fix af_unix downgrade of network rules
    parser Fix delete after new[]

Init

    Preserve unknown profiles when restarting apparmor init/job/unit. CVE-2017-6507 lp#1668892

Utils

    aa-logprof - Ignore change_hat events with error=-1 and "unconfined can not change_hat"
    aa-unconfined - fix netstat invocation regression
    Add aa-remove-unknown utility to unload unknown profiles lp#1668892
    Remove re.LOCALE flag lp#1661766

Policy

    abstractions
        base - update for glibc use of /proc/*/auxv and /proc/*/status
 ...

File Description Downloads
download icon apparmor-2.9.5.tar.gz (md5, sig) AppArmor 2.9.5 20
last downloaded 7 days ago
Total downloads: 20

110 of 41 releases