Ticket #3899 (closed defect: invalid)
timeout handling
Reported by: | xmlich02 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
The terminal TMOUT parameter causes the terminal to exit after an inactivity timeout. However, MC stays open and allows browsing and editing, which is a security concern.
In a joint issue, using MC and its subsell does not affect the timeout. Therefore, if TMOUT=10 and I browse for 15 seconds, then press Ctrl-o, MC exits. It should instead propagate activity.
Finally, perhaps this should be handled while waiting for files to be copied, etc.?
Change History
Note: See
TracTickets for help on using
tickets.
I don't think there is anything we can do about it:
https://stackoverflow.com/questions/23360130/tmout-not-working-if-user-opens-files
This is the way TMOUT is supposed to work...