]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-linux-keyring-pag-update-20060817
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 17 Aug 2006 14:56:29 +0000 (14:56 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 17 Aug 2006 14:56:29 +0000 (14:56 +0000)
commit0b6657db3d3dd88120138970856a6d69b9450553
tree69f0cad76374da31b185ce3613ebd8f10046dc3c
parent573357cc5cac550efcef893815b2804fc5612602
STABLE14-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).

(cherry picked from commit b6da19fe253f456b7d9372d6620057bbd8ad2c8b)
src/afs/LINUX/osi_groups.c
src/afs/LINUX/osi_prototypes.h
src/afs/afs_osi_pag.c