alichtman / stronghold

Easily configure macOS security settings from the terminal.
MIT License
1.09k stars 262 forks source link

Extract all sp.call lines into methods to reduce code reuse #61

Open alichtman opened 4 years ago

alichtman commented 4 years ago

The lockdown method is a mess... c'mon lol

alichtman commented 4 years ago

It'd also be good to extract all the strings into a dictionary to avoid having them all in there twice.