NFS access not revoked on kdestroy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux |
Confirmed
|
Medium
|
|||
linux (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
1) Ubuntu 14.04
2) 3.13 kernel or mainline kernel 3.19.
krb5-user [1.12+dfsg-
nfs-common [1:1.2.8-6ubuntu1]
3) What should happen:
Start as unpriviledged (in a kerberos sense) user with access to a kerberos protected NFS share (in this case it contains home directories)
kinit user1
ls ~user1 #Test user1 permissions, this should always succeed (and does)
kdestroy #should destroy user1 permissions
kinit user2
ls ~user2# this should succeed!
ls ~user1# this should fail!
4) What happened instead:
After kinit user2:
ls ~user2# this FAILS
ls ~user1# this still WORKS
This appears to be known upstream:
http://
Bits and pieces of an earlier attempt at a fix:
http://
nfslogin/logout prototype http://
Another bug request: https:/
Workarounds:
Unmount/Mount NFS share
tags: | added: kernel-bug-exists-upstream |
Changed in linux: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:
apport-collect 1424727
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.