aa-logprof wrongly transforms PUx to UPx
Bug #982619 reported by
Julian Taylor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apparmor (Ubuntu) |
Fix Released
|
High
|
Steve Beattie | ||
Precise |
Fix Released
|
High
|
Steve Beattie |
Bug Description
apparmor accepts the PUx qualifier
but when aa-logprof updates a profile that uses that it transforms it to UPx which apparmor does not accept.
It then complains:
AppArmor parser error for /etc/apparmor.
e.g.
#include <tunables/global>
/home/jtaylor/
#include <abstractions/base>
#include <abstractions/bash>
/usr/bin/gedit rPUx,
}
put something else than gedit in /home/jtaylor/
apparmor version: 2.7.102-0ubuntu3 in 12.04
description: | updated |
Changed in apparmor (Ubuntu): | |
importance: | Undecided → Critical |
importance: | Critical → High |
status: | New → Triaged |
assignee: | nobody → Steve Beattie (sbeattie) |
tags: | added: rls-p-tracking |
Changed in apparmor (Ubuntu Precise): | |
milestone: | none → precise-updates |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
Thanks, I've reproduced the issue and am trying to track down where things are going wrong.