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

optionally allow a tolerance when checking script files #233

Merged
merged 1 commit into from
Jan 28, 2022
Merged

optionally allow a tolerance when checking script files #233

merged 1 commit into from
Jan 28, 2022

Commits on Jan 28, 2022

  1. use a configurable tolerance when checking interpreter files

    This addresses:
    #228
    ...without being a complete "fix", since that does not seem to be
    possible.
    
    Further details are in the bug report above, but in brief, Linux can
    only report process start time with a precision of 1.1 seconds, and that
    gets rounded off, thus false positives are quite possible for processes
    that start immediately after their files are created.
    
    Since this can allow some false negatives, allow the user to decide.
    The default tolerance of 2 should accomodate common use cases without
    causing excessive false negatives.
    bugfood committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    2c74dc0 View commit details
    Browse the repository at this point in the history