]> git.michaelhowe.org Git - packages/o/openafs.git/commit
linux-keyring-pag-update-20060817
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 17 Aug 2006 14:55:43 +0000 (14:55 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 17 Aug 2006 14:55:43 +0000 (14:55 +0000)
commitb6da19fe253f456b7d9372d6620057bbd8ad2c8b
tree6c1aa1028a1df4fd4a56153f7474957a0c694912
parent16dc98ab4654f448909d59f65b2a8e3a55bc93b8
linux-keyring-pag-update-20060817

FIXES 37887

if you manage to patch the syscall table, then the setpag() in the
patched setgroups syscall and creates a new session keyring. it does
contain the right pag id but this isnt the intended behavior.

so setpag() becomes __setpag() which just does the group insertion.
(and perhaps it should be called something else?). the stat count for
the setpag operation might be more correct now (instead of also counting
the pag restores).
src/afs/LINUX/osi_groups.c
src/afs/LINUX/osi_prototypes.h
src/afs/afs_osi_pag.c