> I presume, creating file
>
> /usr/security/msec/level.local
>
> and putting there
>
> set_security_conf('RPM_CHECK', 'no')
>
> should do the trick.
It needs
from mseclib import *
set_security_conf('RPM_CHECK', 'no')
now, THAT becomes ridiculous :(
-andrej
