mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Update canary agent options (#17948)
Remove some columns that aren't super helpful from the tcc tables (see https://gist.github.com/rachaelshaw/74578f458ce89b3306777b8263357d69)
This commit is contained in:
parent
841350f556
commit
8f1f1b7eb9
@ -28,37 +28,29 @@ agent_options:
|
|||||||
auto_table_construction:
|
auto_table_construction:
|
||||||
tcc_system:
|
tcc_system:
|
||||||
path: /Library/Application Support/com.apple.TCC/TCC.db
|
path: /Library/Application Support/com.apple.TCC/TCC.db
|
||||||
query: 'select service, client, client_type, auth_value, auth_reason, auth_version, csreq, policy_id, indirect_object_identifier, indirect_object_identifier_type, indirect_object_code_identity, flags, last_modified from access'
|
query: 'select service, client, client_type, auth_value, auth_reason, policy_id, indirect_object_identifier, indirect_object_identifier_type, last_modified from access'
|
||||||
columns:
|
columns:
|
||||||
- service
|
- service
|
||||||
- client
|
- client
|
||||||
- client_type
|
- client_type
|
||||||
- auth_value
|
- auth_value
|
||||||
- auth_reason
|
- auth_reason
|
||||||
- auth_version
|
|
||||||
- csreq
|
|
||||||
- policy_id
|
- policy_id
|
||||||
- indirect_object_identifier
|
- indirect_object_identifier
|
||||||
- indirect_object_identifier_type
|
- indirect_object_identifier_type
|
||||||
- indirect_object_code_identity
|
|
||||||
- flags
|
|
||||||
- last_modified
|
- last_modified
|
||||||
tcc_user:
|
tcc_user:
|
||||||
path: /Users/%/Library/Application Support/com.apple.TCC/TCC.db
|
path: /Users/%/Library/Application Support/com.apple.TCC/TCC.db
|
||||||
query: 'select service, client, client_type, auth_value, auth_reason, auth_version, csreq, policy_id, indirect_object_identifier, indirect_object_identifier_type, indirect_object_code_identity, flags, last_modified from access'
|
query: 'select service, client, client_type, auth_value, auth_reason, policy_id, indirect_object_identifier, indirect_object_identifier_type, last_modified from access'
|
||||||
columns:
|
columns:
|
||||||
- service
|
- service
|
||||||
- client
|
- client
|
||||||
- client_type
|
- client_type
|
||||||
- auth_value
|
- auth_value
|
||||||
- auth_reason
|
- auth_reason
|
||||||
- auth_version
|
|
||||||
- csreq
|
|
||||||
- policy_id
|
- policy_id
|
||||||
- indirect_object_identifier
|
- indirect_object_identifier
|
||||||
- indirect_object_identifier_type
|
- indirect_object_identifier_type
|
||||||
- indirect_object_code_identity
|
|
||||||
- flags
|
|
||||||
- last_modified
|
- last_modified
|
||||||
controls:
|
controls:
|
||||||
enable_disk_encryption: true
|
enable_disk_encryption: true
|
||||||
|
Loading…
Reference in New Issue
Block a user