aa-genprof will crash when select scan on Ubuntu 14.04 server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppArmor |
Fix Released
|
Undecided
|
Unassigned | ||
apparmor (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Trusty |
Fix Released
|
Undecided
|
Marc Deslauriers |
Bug Description
[impact]
This bug makes it difficult for trusty users to use the apparmor policy
utilities.
[steps to reproduce]
See below
[regression potential]
This issue is being addressed by updating the python utilities to the
version in apparmor 2.9.2 as tracked in bug 1449769. This represents are
large change which would normally be risky; however, these changes are
isolated to the python utils (so no changes to the policy parser/loader
or enforcement), there are a large number of bugs that exist in the
trusty version that make using the tools difficult, so it would be
difficult to regress further, and the updated version includes many new
unit tests to try to prevent from regressions from occurring.
[additional info]
The python utils testsuite is run as part of the test-apparmor.py test
script in lp:qa-regression-testing. The test-apparmor.py also has
additional basic usage tests to ensure that basic functionality is
maintained. These tests are run as part of the process fro each kernel
update.
[original description]
Operating system : Ubuntu 14.04 LTS x86_64 server
Command used :
sudo aa-genprof suricata
I will be asked to scan or finish, I selected "scan". Then it crashes.
Related branches
Changed in apparmor: | |
status: | New → Fix Committed |
Changed in apparmor (Ubuntu): | |
status: | Fix Committed → Triaged |
importance: | Undecided → Medium |
status: | Triaged → Fix Released |
Changed in apparmor (Ubuntu Trusty): | |
status: | New → Confirmed |
assignee: | nobody → Marc Deslauriers (mdeslaur) |
Changed in apparmor: | |
milestone: | none → 2.9.0 |
Changed in apparmor (Ubuntu Trusty): | |
status: | Fix Released → Confirmed |
description: | updated |
Can you please attach the backtrace? That would be more helpful than "it crashes" ;-)
BTW: does aa-logprof also crash? If yes, with the same or with a different backtrace?