Skip to content

Commit 06a85e5

Browse files
committed
risky capabilities v2
1 parent fd83261 commit 06a85e5

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

docs/packaging/Risky-capabilities.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
# Risky Capabilities
22

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.
46

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'
1214

1315
The following capabilities are not compatible with Win32 app isoltaion. They may cause the application not to work
1416

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

Comments
 (0)