Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hostinfo_unix: Ignore tty(S|ACM) devices in TTY idle time calculation #4126

Merged
merged 1 commit into from
Feb 21, 2021

Commits on Jan 15, 2021

  1. hostinfo_unix: Ignore tty(S|ACM) devices in TTY idle time calculation

    The atime (access time) of device nodes whose name starts with
    /dev/ttyS (serial port) or /dev/ttyACM (serial USB) should not be used
    for TTY idle time calculation. It is perfectly possible that they are
    used without any user being active.
    Flowdalic committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ed70369 View commit details
    Browse the repository at this point in the history