Okay, after adding pam_keyinit.so just before pam_ecryptfs.so in the PAM configuration, I now can see the two keyctl calls in the strace.
... keyctl(0, 0xfffffffd, 0, 0x7f084e6c5280, 0x7fff8c4ba1b0) = 683056049 keyctl(0, 0xfffffffb, 0, 0x7fff8c4ba1b0, 0x169fd20) = 97213900 ...
"keyctl show" still doesn't provide any useful information, while "keyctl list @u" does.
Does the pam_ecryptfs.so code need to do anything different, now that we're using pam_keyinit.so?
:-Dustin
Okay, after adding pam_keyinit.so just before pam_ecryptfs.so in the
PAM configuration, I now can see the two keyctl calls in the strace.
...
keyctl(0, 0xfffffffd, 0, 0x7f084e6c5280, 0x7fff8c4ba1b0) = 683056049
keyctl(0, 0xfffffffb, 0, 0x7fff8c4ba1b0, 0x169fd20) = 97213900
...
"keyctl show" still doesn't provide any useful information, while
"keyctl list @u" does.
Does the pam_ecryptfs.so code need to do anything different, now that
we're using pam_keyinit.so?
:-Dustin