apparmor_parser -qd shows incorrect network family
Bug #1513155 reported by
Seth Arnold
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AppArmor |
Fix Released
|
Undecided
|
Unassigned | ||
apparmor (Ubuntu) |
New
|
Medium
|
Unassigned | ||
Trusty |
New
|
Medium
|
Unassigned | ||
Vivid |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
apparmor_parser -qd is reporting incorrect network family:
$ echo "profile t { network inet6, } " | apparmor_parser -Qd
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
----- Debugging built structures -----
Name: t
Profile Mode: Enforce
Network: rose
$ echo "profile t { network inet, } " | apparmor_parser -Qd
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
----- Debugging built structures -----
Name: t
Profile Mode: Enforce
Network: ax25
apparmor 2.8.95~
14.04 LTS, running 3.13.0-66-generic
Changed in apparmor (Ubuntu Vivid): | |
status: | New → Won't Fix |
Changed in apparmor (Ubuntu): | |
importance: | Undecided → Medium |
Changed in apparmor (Ubuntu Trusty): | |
importance: | Undecided → Medium |
Changed in apparmor (Ubuntu Vivid): | |
importance: | Undecided → Medium |
Changed in apparmor: | |
status: | New → Fix Released |
tags: | added: aa-parser |
To post a comment you must log in.
This was fixed upstream in commit -r 2888