http://qa.mandrakesoft.com/show_bug.cgi?id=1005
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.38-3mdk |0.38-4mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-01-07 17:11 -------
This bug has been automatically updated to last version of product available.
Please check if it is still valid.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
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