authorizations ============== OS X Authorization rights database. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: authorizations`` - Mac OSX Table schema ------------ ================= ==== =========================================== Name Type Description ================= ==== =========================================== label TEXT Item name, usually in reverse domain format modified TEXT Label top-level key allow_root TEXT Label top-level key timeout TEXT Label top-level key version TEXT Label top-level key tries TEXT Label top-level key authenticate_user TEXT Label top-level key shared TEXT Label top-level key comment TEXT Label top-level key created TEXT Label top-level key class TEXT Label top-level key session_owner TEXT Label top-level key ================= ==== =========================================== Query examples -------------- .. code-block:: sql select * from authorizations; .. code-block:: sql select * from authorizations where label = 'system.login.console'; .. code-block:: sql select * from authorizations where label = 'authenticate'; .. code-block:: sql select * from authorizations where label = 'system.preferences.softwareupdate';