|
1 | 1 | # Risky Capabilities
|
2 | 2 |
|
3 |
| -This page specifically focuses on capabilities that are incompatible with win 32 app isolation. The following capabilities can lower the security offered by win32 app isolation and application developers should refrain from using them when onboarding to win32 app isolation. |
| 3 | +This page specifically focuses on capabilities that are incompatible with Win 32 app isolation. The following |
| 4 | +capabilities can lower the security offered by win32 app isolation and application developers should refrain from |
| 5 | +using them when onboarding to win32 app isolation. |
4 | 6 |
|
5 |
| -* "uiAccess" |
6 |
| -* "allowElevation" |
7 |
| -* "inputInjectionBrokered" |
8 |
| -* "oemDeployment" |
9 |
| -* "packagedServices" |
10 |
| -* "localSystemServices" |
11 |
| -* "enterpriseAuthentication" |
| 7 | +* 'uiAccess' |
| 8 | +* 'allowElevation' |
| 9 | +* 'inputInjectionBrokered' |
| 10 | +* 'oemDeployment' |
| 11 | +* 'packagedServices' |
| 12 | +* 'localSystemServices' |
| 13 | +* 'enterpriseAuthentication' |
12 | 14 |
|
13 | 15 | The following capabilities are not compatible with Win32 app isoltaion. They may cause the application not to work
|
14 | 16 |
|
15 |
| -* "packageManagement" |
16 |
| -* "cortanaPermissions" |
17 |
| -* "backgroundVoIP" |
18 |
| -* "broadFileSystemAccess" |
19 |
| -* "deviceEncryptionManagement" |
20 |
| -* "deviceLockManagement" |
21 |
| -* "deviceManagementAdministrator" |
22 |
| -* "deviceManagementDeclaredConfiguration" |
23 |
| -* "deviceManagementDeviceLockPolicies" |
24 |
| -* "deviceManagementDmAccount" |
25 |
| -* "deviceManagementEmailAccount" |
26 |
| -* "deviceManagementFoundation" |
27 |
| -* "deviceManagementRegistration" |
28 |
| -* "deviceManagementWapSecurityPolicies" |
29 |
| -* "devicePortalProvider" |
30 |
| -* "deviceUnlock" |
| 17 | +* 'packageManagement' |
| 18 | +* 'cortanaPermissions' |
| 19 | +* 'backgroundVoIP' |
| 20 | +* 'broadFileSystemAccess' |
| 21 | +* 'deviceEncryptionManagement' |
| 22 | +* 'deviceLockManagement' |
| 23 | +* 'deviceManagementAdministrator' |
| 24 | +* 'deviceManagementDeclaredConfiguration' |
| 25 | +* 'deviceManagementDeviceLockPolicies' |
| 26 | +* 'deviceManagementDmAccount' |
| 27 | +* 'deviceManagementEmailAccount' |
| 28 | +* 'deviceManagementFoundation' |
| 29 | +* 'deviceManagementRegistration' |
| 30 | +* 'deviceManagementWapSecurityPolicies' |
| 31 | +* 'devicePortalProvider' |
| 32 | +* 'deviceUnlock' |
0 commit comments