-
Notifications
You must be signed in to change notification settings - Fork 58
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
Warning messages when configuring keychain #19
Comments
Line 261 is invoking I will create a pull request soon to fix this. |
I left the warning message for |
Replaced "sudo echo" by "sudo sh -c" #19
Okay, we have the following outstanding warning messages:
I'm going to try again to prevent these warning messages, and especially to prevent the pop up triggered by step 3. |
I fixed number 1 and 2 but I'm stuck on number 3. It seems "Local Items" was introduced in Mavericks and it cannot be removed or configured: http://apple.stackexchange.com/a/107078 I see the code executing |
I found the culprit!
I propose we stop automatically locking and unlocking the keychain in How would you like to proceed? |
I am not willing to leave an unlocked keychain available to an externally controlled service, and your proposed changes do that. Note that you are attempting to work around issues in the installer alone by modifying the service itself. |
The problem is that I can't have There are only 2 ways I can think of resolving this problem:
I felt that #1 is a better solution. We could always lock the keychain at the end of the installer script. I did not out of fear that if someone runs the installer twice, the second time will fail. What do you propose we do instead? |
@rhwood I'm still waiting for your response :) Locking someone else's keychain also locks your own keychain. To prove this run the following test:
There is no security risk in leaving the keychain unlocked because it gets locked automatically when
|
I get this output when running the script. If it's harmless, please modify the script to avoid the warnings (e.g. check if a file exists before running
chmod
on it). If the warnings are not harmless, let's debug them further.The text was updated successfully, but these errors were encountered: