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

Remove determining time zone via systemsetup on macOS #914

Merged
merged 1 commit into from Oct 31, 2022

Commits on Oct 31, 2022

  1. Remove determining time zone via systemsetup on macOS

    According to https://truesecdev.wordpress.com/2015/04/09/hidden-backdoor-api-to-root-privileges-in-apple-os-x/comment-page-1/
    the `systemsetup` command has required superuser privileges since
    macOS 10.8.5 (which has been EOL for over 6 years at the time of writing).
    We shouldn't expect to use a codepath that requires a helper tool
    that requires su in any regular use; IOW, _if_ a Babel user had ever
    reached this path without having been superuser, it would have failed anyway
    on any currently supported version of macOS.
    
    Closes #895 (supersedes it).
    akx committed Oct 31, 2022
    Copy the full SHA
    9d5ee49 View commit details
    Browse the repository at this point in the history