�ɲɾ�����ӯ�����һ��ˣ��������С���˴��ͣ�������P���ҹ��ñ˽��ά�Բ��������˸߸ԣ�������ơ��ҹ��ñ�����ά�Բ���ˡ���˳^�ӣ������ӡ� ���ͯj�ӣ��ƺ���ӣ� ? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!PKé­0]Š ª˜˜READMEnu„[µü¤These tools are used to control the key management system built into the Linux kernel. To build and install the tools and manual pages, run: make make install If your glibc does not contain definitions for the new error codes and system calls, then try: make NO_GLIBC_KEYERR=1 The tools are licensed under the GPL and the utility library under the LGPL. Copies of these are included in this tarball. PK]g1]¸²‡»ŠŠrequest-key-debug.shnuȯÝí#!/bin/sh ############################################################################### # # Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. # Written by David Howells (dhowells@redhat.com) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version # 2 of the License, or (at your option) any later version. # ############################################################################### # # Request key debugging # # Call: request-key-debug.sh # echo RQDebug keyid: $1 echo RQDebug desc: $2 echo RQDebug callout: $3 echo RQDebug session keyring: $4 if [ "$3" != "neg" ] then keyctl instantiate $1 "Debug $3" $4 || exit 1 else cat /proc/keys echo keyctl negate $1 30 $4 keyctl negate $1 30 $4 fi exit 0 PKé­0]Š ª˜˜READMEnu„[µü¤PK]g1]¸²‡»ŠŠÎrequest-key-debug.shnuȯÝíPKšœ