Comment 13 for bug 400484

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 400484] Re: unable to show the contents of my kernel keyring

So we're not using pam_keyinit.so.

Instead, we're using pam_ecryptfs.so to load the keys, and then mount
an ecryptfs home or private directory.

Perhaps we're doing something there.

When I run:
 # strace su - kirkland 2>/tmp/strace

I don't see any keyctl() calls at all.

:-Dustin