mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Standardized launch agents and daemons labels
This commit is contained in:
parent
f96f5ef8af
commit
68d2f33b71
@ -388,7 +388,7 @@ cat << "EOF" > ~/Library/LaunchAgents/local.borg-wrapper.plist
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>Borg Wrapper.app</string>
|
||||
<string>local.borg-wrapper</string>
|
||||
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
|
@ -444,7 +444,7 @@ cat << "EOF" | sudo tee /Library/LaunchDaemons/local.pf.plist
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>pf</string>
|
||||
<string>local.pf</string>
|
||||
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
|
@ -96,7 +96,7 @@ cat << "EOF" | sudo tee /Library/LaunchDaemons/local.spoof.plist
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>spoof</string>
|
||||
<string>local.spoof</string>
|
||||
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
|
Loading…
x
Reference in New Issue
Block a user