-
Notifications
You must be signed in to change notification settings - Fork 102
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
macOS 10.14.3 or later will require reboot twice #100
Comments
In the discussion here, I think it is better to adopt idea4. |
Merged
#97 has been merged. But I think that it is good to have few arguments. |
This was referenced Mar 29, 2019
Thx @taniguti. I will close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
macOS 10.14.3 or later will require reboot twice. (See also: #56, #74 and #97)
Currently, this script will load and launch agent has a script to run OSInstallerSetup without
cancelFVAuthReboot
.This process will make it.
Policy ideas
We have the following policy ideas to respond to this issue.
Idea 1. If a non-administrative user runs this script, it should uniformly not auth reboot. (We don't use the agent of osinstallersetupd.)
Idea 2. Temporarily add administrative privileges as #86 in this script.
Idea 3. According to this PR, depending on the arguments reboot will bring up the admin dialog.
Idea 4. If the version of os installer is 10.14 or later and a non-administrative user runs this script, it should uniformly not auth reboot.
The text was updated successfully, but these errors were encountered: