https://qa.mandrakesoft.com/show_bug.cgi?id=1005
Product: msec
Component: msec
Summary: unable to reset TMOUT to 0
Version: 0.38-1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Step to reproduce.
1. create a file /etc/security/msec/level.local containing
from mseclib import *
set_shell_timeout(300)
2. set security by executing msec (no level to be specified)
3. look at /etc/sysconfig/msec and notice the line:
TMOUT=300
All is correct for now.
Now I want to reset TMOUT to 0.
4. I edit /etc/security/msec/level.local and change the line to:
set_shell_timeout(0)
5. execute 'msec' again
6. the line in /etc/sysconfig/msec is still the same 'TMOUT=300'
where it should be TMOUT=0
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.