Skip to content

Commit

Permalink
Makes the user keychains available to the service (#847)
Browse files Browse the repository at this point in the history
Without creating a session, the service is not able to access the keychains for the user specified under `UserName`. This causes any workflow that deals with code signing to fail as the only keychain loaded with be the system one. This should fix #350
  • Loading branch information
raphaelcruzeiro authored Oct 6, 2021
1 parent c4b6d28 commit 400b2d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Misc/layoutbin/actions.runner.plist.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@
</dict>
<key>ProcessType</key>
<string>Interactive</string>
<key>SessionCreate</key>
<true/>
</dict>
</plist>

0 comments on commit 400b2d8

Please sign in to comment.