What is security.authtrampoline?
security.authtrampoline has an odd name, but it does a simple job in the macOS security system.
What is security.authtrampoline?
It is a helper process that runs privileged tasks after you have given your approval. The "trampoline" name comes from the idea of bouncing: it takes an approved request and bounces it into a context where the task can run with the right permissions.
How does it fit in?
The flow works like this:
- An app asks for a privileged task
security.authhostshows you the password prompt- You enter your password
security.authtrampolineruns the task with the needed permissions
It is the final step that carries out the action after you have approved it.
When does it run?
Briefly, whenever a privileged task runs through the macOS authorisation system. It runs the tool or command that needed higher permissions, then stops.
Does it use many resources?
No. It runs only while the task is happening, then exits.
Should you worry?
No. It is a normal part of the macOS authorisation system. It makes sure privileged tasks only run after proper approval.
Enjoyed this post?
Well, you could share the post with others, follow me with RSS Feeds and/or send me a comment via email.
Tags
Category:
Tags:
Year: