X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=security%2Fkeys%2Fproc.c;h=12b750e51fbf5c133ca4877b13a184081b73e652;hb=5833f1420b96c4f9b193b7f2fcbc0003dc032fe8;hp=c55cf1fd08264769b162248f8107c41575578633;hpb=cb220c1af49644786944c549518b491d4c654030;p=linux-2.6 diff --git a/security/keys/proc.c b/security/keys/proc.c index c55cf1fd08..12b750e51f 100644 --- a/security/keys/proc.c +++ b/security/keys/proc.c @@ -167,7 +167,7 @@ static int proc_keys_show(struct seq_file *m, void *v) #define showflag(KEY, LETTER, FLAG) \ (test_bit(FLAG, &(KEY)->flags) ? LETTER : '-') - seq_printf(m, "%08x %c%c%c%c%c%c %5d %4s %06x %5d %5d %-9.9s ", + seq_printf(m, "%08x %c%c%c%c%c%c %5d %4s %08x %5d %5d %-9.9s ", key->serial, showflag(key, 'I', KEY_FLAG_INSTANTIATED), showflag(key, 'R', KEY_FLAG_REVOKED),