-
Notifications
You must be signed in to change notification settings - Fork 34
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
cchavez-msft
wants to merge
10
commits into
microsoft:main
Choose a base branch
from
cchavez-msft:SafeguardingAppSilo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d780bdf
Intro update
cchavez-msft a84ee3c
Intro2
cchavez-msft 2243565
intro v3
cchavez-msft 395330f
intro4
cchavez-msft b23cc17
Intro5
cchavez-msft 86c2d11
Intro6
cchavez-msft a21f301
riskyCaps
cchavez-msft 52c0e43
pushing readme for risky-capabilities
cchavez-msft fd83261
Merge branch 'microsoft:main' into SafeguardingAppSilo
cchavez-msft 06a85e5
risky capabilities v2
cchavez-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
* "uiAccess" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
.