wifi not working on Saucy Salamander
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
AC100_enablement |
Fix Released
|
Undecided
|
Unassigned | ||
AppArmor |
Fix Released
|
Medium
|
Tyler Hicks | ||
apparmor (Ubuntu) |
Fix Released
|
Medium
|
Tyler Hicks | ||
Saucy |
Fix Released
|
Medium
|
Tyler Hicks | ||
Trusty |
Fix Released
|
Medium
|
Tyler Hicks | ||
network-manager (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Saucy |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
Fix Released
|
Medium
|
Unassigned |
Bug Description
[Impact]
On older kernels that are missing certain AppArmor patches related to AppArmor D-Bus mediation, the presence of dbus rules in the binary AppArmor policy will result in policy load failures and, as a result, applications may run unconfined. On newer kernels that are missing the same patches mentioned above, the policy load will succeed but the dbus rules will be quietly ignored.
[Automated Test Case]
* test_lp1231778 has been added to QRT's test-apparmor.py script
* Run the test under the latest Saucy, Raring, and Lucid kernels to excercise all possible test load scenarios
[Manual Test Case]
* Install and reboot into older, unpatched mainline kernel (such as 3.1.10-
* Bad test results on the mainline 3.1.10 kernel:
$ echo "/t { dbus, }" | sudo apparmor_parser -r
Cache read/write disabled: /sys/kernel/
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
apparmor_parser: Unable to replace "/t". Profile doesn't conform to protocol
* Good test results on the mainline 3.1.10 kernel with a patched apparmor_parser:
$ echo "/t { dbus, }" | sudo apparmor_parser -r
Cache read/write disabled: /sys/kernel/
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
Warning from stdin (stdin line 2): profile /t dbus rules not enforced
* Install and reboot into newer, unpatched mainline kernel (such as 3.12.0-
* Bad test results on the mainline 3.12.0 kernel:
$ echo "/t { dbus, }" | sudo apparmor_parser -r
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
* Good test results on the mainline 3.12.0 kernel with a patched apparmor_parser:
$ echo "/t { dbus, }" | sudo apparmor_parser -r
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
Warning from stdin (stdin line 2): profile /t dbus rules not enforced
* Reboot into Ubuntu 3.11.0-12-generic kernel
* Good test results on the Ubuntu 3.11.0-12-generic kernel with or without a patched apparmor_parser:
$ echo "/t { dbus, }" | sudo apparmor_parser -r
Warning from stdin (line 1): apparmor_parser: cannot use or update cache, disable, or force-complain via stdin
* Verify that dbus mediation occurs under the Ubuntu 3.11.0-12-generic kernel:
$ echo "profile nodbus { file, }" | sudo apparmor_parser -rq
$ dbus-send --print-reply --system --dest=
method return sender=
array [
string "org.freedeskto
...
$ aa-exec -p nodbus -- dbus-send --print-reply --system --dest=
Failed to open connection to "system" message bus: An AppArmor policy prevents this sender from sending this message to this recipient, 0 matched rules; type="method_call", sender="(null)" (inactive) interface=
[Regression Potential]
* The regression potential is minor because the fix is small and easy to test
[Original Bug Report]
Note that apparmor_parser warns that the dbus rule(s) will not be enforced and then loads the binary policy without any dbus rules.
Lubuntu 13.10 installed from daily image have wifi not working, even with BT disabled.
confirmed by stuw on IRC at Sun Sep 22
15:40 < stuw> iz1glg, I saw similar problem, but I don't know the reason and solution.
Changed in network-manager (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in apparmor: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Tyler Hicks (tyhicks) |
description: | updated |
description: | updated |
description: | updated |
Changed in network-manager (Ubuntu Saucy): | |
status: | New → Invalid |
Changed in apparmor (Ubuntu Saucy): | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Tyler Hicks (tyhicks) |
Changed in apparmor (Ubuntu Trusty): | |
status: | Triaged → In Progress |
Changed in apparmor (Ubuntu Saucy): | |
status: | Triaged → In Progress |
Changed in apparmor: | |
status: | In Progress → Fix Committed |
Changed in apparmor: | |
status: | Fix Committed → Fix Released |
Changed in apparmor: | |
milestone: | none → 2.9.0 |
can you attache the output of dmesg please?