disk_encryption =============== Disk encryption status and information. 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: disk_encryption`` - Linux - Mac OSX Table schema ------------ ================= ======= ========================================================================================== Name Type Description ================= ======= ========================================================================================== name TEXT Disk name uuid TEXT Disk Universally Unique Identifier encrypted INTEGER 1 If encrypted: true (disk is encrypted), else 0 type TEXT Description of cipher type and mode if available uid TEXT Currently authenticated user if available (Apple) user_uuid TEXT UUID of authenticated user if available (Apple) encryption_status TEXT Disk encryption status with one of following values: encrypted | not encrypted | undefined ================= ======= ========================================================================================== Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM disk_encryption;