Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safeguarding app silo #76

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/packaging/Risky-capabilities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Risky Capabilities

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break this line - do not write a super long line in md file. Also I believe the official spelling is Win32 app isolation.


* "uiAccess"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why quoting the capability? It's probably better to use ` instead of ". That's how we do it in other docs.

* "allowElevation"
* "inputInjectionBrokered"
* "oemDeployment"
* "packagedServices"
* "localSystemServices"
* "enterpriseAuthentication"

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

* "packageManagement"
* "cortanaPermissions"
* "backgroundVoIP"
* "broadFileSystemAccess"
* "deviceEncryptionManagement"
* "deviceLockManagement"
* "deviceManagementAdministrator"
* "deviceManagementDeclaredConfiguration"
* "deviceManagementDeviceLockPolicies"
* "deviceManagementDmAccount"
* "deviceManagementEmailAccount"
* "deviceManagementFoundation"
* "deviceManagementRegistration"
* "deviceManagementWapSecurityPolicies"
* "devicePortalProvider"
* "deviceUnlock"