lkml.org 
[lkml]   [1996]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Misc Fixes
Date
> Not to jump in or anything, but...
> How about a small kernel function to return the current securelevel value?
> int get_securelevel();
> Then export THAT to modules.

It doesnt help. The malicious module does

unsigned long **ptr=(unsigned long **)&get_securelevel;
unsigned long *securelevelptr=ptr[SOME_CONSTANT];
*securelevelptr=0;




\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.164 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site