-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
A useful feature would be to list installed profiles on OS X - essentially, information that shows up in the 'Profiles' preference pane under 'System Preferences'.
The main problem is: it appears that the actual information is stored in the file /private/var/db/ConfigurationProfiles/Store/ConfigProfiles.binary
, but I don't recognize the format of the file. Some quick googling also returns very little information. It would be possible to get this information by using the profiles
command (e.g. sudo profiles -P -o stdout-xml
), but this does involve running a non-osquery command, something that we don't do right now.
Thoughts?