Posted on 07-23-2014 01:39 PM
Hey guys,
When a user upgrades from 10.8 to 10.9 the system finds the Thunderbolt bridge interface. So every time the user goes into network it will say "device found Thunderbolt Interface" The only way to get rid of the message is to use admin creds. Does any one have an idea on how to deal with this? I would think a pref file could be changed or something.
Thanks!
Solved! Go to Solution.
Posted on 07-23-2014 03:40 PM
Maybe something like:
networksetup -detectnewhardware
Via a policy post 10.9 upgrade.
Posted on 07-23-2014 03:40 PM
Maybe something like:
networksetup -detectnewhardware
Via a policy post 10.9 upgrade.
Posted on 07-24-2014 07:37 AM
Give the users access to the network preference pane via the Authorizations Database.
security authorizationdb write system.preferences allow
security authorizationdb write system.preferences.network allow
security authorizationdb write system.services.systemconfiguration.network allow
Posted on 07-30-2014 08:16 AM
hi pblake,
I have added those three lines still I get the popup. The following lines do not help. Though user has access to Network Preferences, still the popup comes.
security authorizationdb write system.preferences allow > /dev/null 2>&1
security authorizationdb write system.preferences.network allow > /dev/null 2>&1
security authorizationdb write system.services.systemconfiguration.network allow > /dev/null 2>&1
Posted on 08-18-2014 09:46 PM
Hey [bentoms](bentoms),
Superb :D
-detectnewhardware seems doing the job, when run manually.
I will let you know once I script it in a post install and see how it goes.
Posted on 08-19-2014 06:56 AM
That works perfectly! We also have it as a self service item when a user plugs in a Thunderbolt Display and and will attempt to install the thunderbolt ethernet device.
Thanks.