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

Manual parser for umask values. #70

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Commits on Sep 24, 2024

  1. utils: umask: manual parser for umask.

    The line from /proc/self/status is now parsed with str::strip_prefix() and
    str::trim().
    
    This change allows to remove the dependency on the regex crate, so it reduces
    the size of the .so file, and the build time.
    
    Signed-off-by: Ayose <[email protected]>
    ayosec committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c3cb84a View commit details
    Browse the repository at this point in the history