mirror of
https://github.com/google/santa.git
synced 2026-01-14 08:47:57 -05:00
* Remove use of entitlements field for santad * Create a local keychain instead of using the system keychain and drop sudo from most of the build stages
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
killall moroz
|
|
security delete-identity -c "localhost"
|
|
rm -rf /Applications/Santa.app
|
|
systemextensionsctl reset
|
|
security delete-keychain santa-dev-test.keychain
|