-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathscenarios.json
42 lines (40 loc) · 1.23 KB
/
scenarios.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"title":"Mac OS Examples",
"scenarios":[
{
"file":"allow_all_removable_media_except_smi_instaview.json",
"description": "Allow all removable media expect a device by VID PID"
},
{
"file":"allow_and_audit_full_access_removable_media.json",
"description":"Allow and audit full access for any removable media"
},
{
"file":"allow_and_audit_ro_access_removable_media.json",
"description":"Allow and audit read-only access for any removable media"
},
{
"file":"audit_deny_all_removable_media.json",
"description":"Audit and deny all removable media"
},
{
"file":"audit_mobile_devices.json",
"description":"Audit all access to Apple and Portable devices"
},
{
"file": "audit_all_apple_devices.json"
},
{
"file": "deny_all_bluetooth_devices_except_samsung.json"
},
{
"file": "deny_debug_on_android.json"
},
{
"file":"deny_removable_media_except_kingston.json"
},
{
"file":"deny_mobile_devices.json"
}
]
}