Skip to content

Instantly share code, notes, and snippets.

@inC3ASE
Created October 14, 2016 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inC3ASE/1e7d5fe0c6eb5bf1d67441ee2487abe7 to your computer and use it in GitHub Desktop.
Save inC3ASE/1e7d5fe0c6eb5bf1d67441ee2487abe7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.efilogin-helper</string>
<key>UserName</key>
<string>root</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/PrivateFrameworks/EFILogin.framework/Resources/efilogin-helper</string>
</array>
<key>MachServices</key>
<dict>
<key>com.apple.efilogin-helper</key>
<true/>
</dict>
<key>EnableTransactions</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment