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

Purge Helper is not signed #2

Open
tpenner opened this issue Nov 6, 2017 · 6 comments
Open

Purge Helper is not signed #2

tpenner opened this issue Nov 6, 2017 · 6 comments

Comments

@tpenner
Copy link

tpenner commented Nov 6, 2017

Using macOS High Sierra 10.13.1 (17B48)

Running this command: PURGE DISK BUFFERS produces the following error:

purge helper is not signed


"Purge Helper" can't be opened because it is from an unidentified developer.

Your security preferences allow installation of only apps from the App Store and identified developers.

Chrome downloaded this file today at 8:59 AM from github.com


It seems that currently, we must code-sign it ourselves, or override the error by navigating to the "Security" preference pane and choosing "Open Anyway".

open anyway

Is there a plan to code sign future versions of this?

@miyako
Copy link
Owner

miyako commented Nov 6, 2017

the plugin was already signed, but I just signed it again anyway. could you please try again?

@tpenner
Copy link
Author

tpenner commented Nov 6, 2017

It looks like it is a High Sierra problem.

On 10.13.1 (High Sierra) it still says it is from an unidentified developer.
On 10.12.6 (Sierra) it works fine.

What OS are you signing it on?

@miyako
Copy link
Owner

miyako commented Nov 6, 2017 via email

@miyako
Copy link
Owner

miyako commented Nov 8, 2017

Just uploaded High Sierra build, the repository is updated but you can also grab the plugin only from releases

@tpenner
Copy link
Author

tpenner commented Nov 9, 2017

Thank you for looking at this;

On the 10.13.1 machine i have, i got it working the other day by manually allowing it in the security preference pane.

On the 10.12.6 machine i have, i thought it was working but actually it doesn't install the helper tool. It just keeps prompting for authentication each time it runs. Typing in the wrong password properly shakes the window, and typing in the correct password dismisses the window as if the helper tool is installed, however the helper tool never installs. I even tried manually copying it and resetting permissions but it just keeps prompting me for authorization to install the helper tool even if i place it there manually.

Overall, for the customer i was trying to figure this out for, we have decided to suggest a different approach. instead of using this plugin and helper tool we are suggesting to edit the /etc/sudoers file to allow the current user to run the /usr/sbin/purge command without a password. The line we added is this: currentUserName ALL=(root) NOPASSWD: /usr/sbin/purge. Adding this line allows the user to launch sudo purge without needing to authenticate.

@tpenner tpenner closed this as completed Nov 9, 2017
@miyako
Copy link
Owner

miyako commented Nov 22, 2017

Hello!

I have finally found the time to rewrite the plugin, you can find the new version in "releases"

https://github.com/miyako/4d-plugin-purge/releases/tag/2.0.0

@miyako miyako reopened this Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants