unable to show the contents of my kernel keyring
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ecryptfs-utils (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
keyutils (Ubuntu) |
Invalid
|
High
|
Unassigned | ||
linux (Ubuntu) |
Won't Fix
|
High
|
Andy Whitcroft |
Bug Description
Running the command:
$ keyctl show
I should see something like the following:
kirkland@t61p:~$ keyctl show
Session Keyring
-3 --alswrv 1000 -1 keyring: _uid_ses.1000
698440950 --alswrv 1000 -1 \_ keyring: _uid.1000
575594151 --alswrv 1000 0 \_ user: 67354f2e3a6c1216
940463712 --alswrv 1000 0 \_ user: 1cb12fd405033223
And this is true, if I run the Jaunty 2.6.28 kernel on Karmic.
However, this is completely broken with the 2.6.31 Karmic kernel.
kirkland@x200:~$ keyctl show
Session Keyring
-3 --alswrv 1000 1000 keyring: _ses
Major regression. Hoses ecryptfs, which relies on keyutils.
:-Dustin
ProblemType: Bug
Architecture: amd64
Date: Thu Jul 16 21:32:48 2009
DistroRelease: Ubuntu 9.10
MachineType: LENOVO 7454CTO
Package: linux-image-
ProcCmdLine: root=UUID=
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
RelatedPackageV
SourcePackage: linux
Uname: Linux 2.6.31-3-generic x86_64
dmi.bios.date: 04/22/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 6DET44WW (2.08 )
dmi.board.name: 7454CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.
dmi.modalias: dmi:bvnLENOVO:
dmi.product.name: 7454CTO
dmi.product.
dmi.sys.vendor: LENOVO
Related branches
CVE References
Changed in linux (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: regression-potential |
Changed in ecryptfs-utils (Ubuntu): | |
importance: | Undecided → High |
Changed in keyutils (Ubuntu): | |
importance: | Undecided → High |
Changed in linux (Ubuntu): | |
assignee: | nobody → Andy Whitcroft (apw) |
status: | Confirmed → In Progress |
tags: |
added: regression-release removed: regression-potential |
tags: | added: karmic |
Changed in linux (Ubuntu): | |
status: | Incomplete → Won't Fix |
Changed in keyutils (Ubuntu): | |
status: | New → Invalid |
Changed in ecryptfs-utils (Ubuntu): | |
assignee: | Dustin Kirkland (kirkland) → nobody |
status: | Fix Released → Invalid |
status: | Invalid → Fix Released |
Found a work around for now.
While 'keyctl show' does not work, 'keyctl list @u' does. Use that for now.
:-Dustin