** Changed in: apparmor
Status: Fix Committed => Fix Released
** Changed in: apparmor/2.10
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Ti
** Changed in: apparmor
Assignee: (unassigned) => Christian Boltz (cboltz)
** Also affects: apparmor/2.10
Importance: Undecided
Status: New
** Changed in: apparmor/2.10
Status: New => Fix Committed
** Changed in: apparmor/2.10
Assignee: (unassigned) => Christian Boltz
This bug was fixed in the package apparmor - 2.10.95-0ubuntu2.2
---
apparmor (2.10.95-0ubuntu2.2) xenial; urgency=medium
* r3498-r3499-ignore-net-events-that-look-like-file-events.patch: Prevent an
aa-logprof crash by ignoring file events that contains send *and* receive
in
This bugreport is getting quite long ;-) and starts to get confusing.
I just opened https://bugs.launchpad.net/apparmor/+bug/1613061 as
reminder that logparser.py needs to switch based on the event details
instead of the operation= keyword.
The crashes reported in this bug are (hot)fixed in all s
I've thoroughly tested apparmor 2.10.95-0ubuntu2.2 in xenial-proposed.
I've verified that this bug is fixed (via the Test Case in the
description) and I've also went through the AppArmor Test Plan
(excluding the Ubuntu Touch specific tests):
https://wiki.ubuntu.com/Process/Merges/TestPlans/AppAr
** No longer affects: linuxmint
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notifications about this bug go to:
https://bugs.
Patch commited to bzr trunk r3498, 2.10 branch r3341 and 2.9 branch
r3016.
Updating the Ubuntu update package is ENOTMYJOB ;-)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logpro
You're the best! Thanks ;-)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notifications about this bug go to:
https://bugs.laun
Nice finding.
The code is:
if e['request_mask'] in ('send', 'receive'):
self.debug_logger.debug('UNHANDLED (request_mask is send or
receive): %s' % e)
return None
so with requested_mask="send receive" I'm not surprised that you still
see a crash ;-)
Hello Martin.
Although I'm not getting exact "reweive"-crashes with aa-logprof anymore
it still crashed on other similar events:
~# aa-logprof
Reading log entries from /var/log/syslog.
Updating AppArmor profiles in /etc/apparmor.d.
Traceback (most recent call last):
File "/usr/lib/python3/dist
** Attachment added: "apparmor-bugreport-dxclyajj.txt"
https://bugs.launchpad.net/apparmor/+bug/1577051/+attachment/4709351/+files/apparmor-bugreport-dxclyajj.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
Hello Me, or anyone else affected,
Accepted apparmor into xenial-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/apparmor/2.10.95-0ubuntu2.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
** Description changed:
+ [Impact]
+
+ AppArmor policy developers cannot use aa-logprof without it exiting with
+ a traceback on certain denial messages.
+
+ [Test Case]
+
+ $ echo 'Apr 30 21:53:05 nova kernel: [24668.960760] audit: \
+ type=1400 audit(1462045985.636:2154): apparmor="DENIED" \
** Changed in: apparmor (Ubuntu Xenial)
Status: Confirmed => In Progress
** Changed in: apparmor (Ubuntu)
Importance: Undecided => Medium
** Changed in: apparmor (Ubuntu Xenial)
Importance: Undecided => Medium
** Changed in: apparmor (Ubuntu Xenial)
Assignee: (unassigned) => Ty
This bug was fixed in the package apparmor - 2.10.95-4ubuntu2
---
apparmor (2.10.95-4ubuntu2) yakkety; urgency=medium
* Drop the following change now that click-apparmor has been updated:
- Continue installing aa-exec into /usr/sbin/ for now since
click-apparmor's aa-exec-
** Branch linked: lp:~apparmor-dev/apparmor/apparmor-ubuntu-citrain
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notifications
** Also affects: linuxmint
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notificati
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/15770
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: apparmor (Ubuntu Xenial)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Tit
Hotfix commited to bzr trunk r3460, 2.10 branch r and 2.9 branch
r3011.
This hotfix avoids the crash by ignoring these events. The long-term fix
will be to handle these events as what they are - network events, but
that will need some bigger changes.
--
You received this bug notification bec
** Branch linked: lp:apparmor
** Branch linked: lp:apparmor/2.10
** Branch linked: lp:apparmor/2.9
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "
** Also affects: apparmor (Ubuntu Xenial)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To ma
See also bug 1582374 for the "send" version of this bug.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notifications about this
But . . . But . . . I've worked years on this collection. Most of my debug
logs are mint-in-box! Some are from Slackware 3.1!
On May 6, 2016 5:06 PM, "Christian Boltz" <1577...@bugs.launchpad.net>
wrote:
> ** Changed in: apparmor
>Status: New => Confirmed
>
> --
> You received this bug not
This is caused by denied_mask="receive" in the log line and can possibly
affect all profiles. (To explain the "reweive" - "c" (create) file log
events get mapped to "w" (write) ;-)
The problem is that operation="file_perm" indicates a file event, but
the log event obviously is a network event.
I'
** Changed in: apparmor
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage notifications about this
Same results when attempting to profile php-fpm5.6
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename: xenial
php 5.6 and attendant modules installed from ppa:ondrej/php
** Attachment added: "apparmor-bugre
Same results when attempting to profile nginx.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename: xenial
** Attachment added: "debug file generated by aa-logprof"
https://bugs.launchpad.net/apparmor/+bu
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: apparmor (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
a
** Also affects: apparmor (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577051
Title:
aa-logprof fails with unknown mode "reweive"
To manage no
30 matches
Mail list logo