laffra / happymac

A Python Mac app to suspend background processes
https://happymac.app
MIT License
247 stars 14 forks source link

add an option to disable features if they do not adhere to company policies #9

Open erikng opened 4 years ago

erikng commented 4 years ago

If you could, it would be great if you could implement preference file using CFPreferences API with Managed Preferences enforcement, so a company can allow this tool to exist, but disable specific functionality that may not adhere to company policies.

laffra commented 3 years ago

What kind of specific functionality were you thinking of? I can think of a list of process names that should be treated as system processes and therefore cannot be suspended. Is this what you have in mind?