3

I have updated my OSX and xCode now when I call AuthorizationExecuteWithPrivileges

I getting log message:

dyld: DYLD_ environment variables being ignored because main executable (/usr/libexec/security_authtrampoline) is setuid or setgid

what is that, can I fix it?

user840250
  • 727
  • 1
  • 8
  • 20

2 Answers2

0

This problem is since 10.7. But in 10.8 they probably made changes that made this function not working as it should be. Anyway 2 possible solutions are here. I'm solving this problem right now too. I don't know if proposed solution is the only right. I will update you if I found solution.

Community
  • 1
  • 1
Marcel Vyberal
  • 101
  • 1
  • 6
0

Sadly, this very handy class https://github.com/sveinbjornt/STPrivilegedTask relies on the AEWP function and I cannot use it on ML... would be super cool to update it for ML!

riccardolardi
  • 1,713
  • 5
  • 20
  • 35