Skip to content

Commit a5b2113

Browse files
committed
cleanUp
1 parent 06a85e5 commit a5b2113

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2
-1269
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,7 @@ Win32 app isolation is a new security feature on Windows that helps contain the
33
application compromise.
44
Win32 app isolation is built on the foundation of [AppContainers](https://learn.microsoft.com/en-us/windows/win32/secauthz/implementing-an-appcontainer), which offer a security boundary,
55
and components that virtualize resources and provide brokered access to other resources.
6-
This repo contains the documentation and tools to help you isolate your applications.
7-
8-
## Getting started
9-
* The first step to isolating your application is to package it to run isolated by following the instructions
10-
11-
* [using the MSIX packaing tool](docs/packaging/msix-packaging-tool.md)
12-
* or [using Visual Studio](docs/packaging/packaging-with-visual-studio.md)
13-
14-
* Once you have your application packaged, use [Application Capability Profiler](docs/profiler/application-capability-profiler.md) to update the application to grant it access to additional resources.
15-
* We also have additional documentation about the [fundamentals](docs/fundamentals) including file access consent.
16-
* You're now ready to deploy and run your application on Windows.
17-
18-
Binaries for the tools used to package applications to run isolated are shared under the [releases](https://github.com/microsoft/win32-app-isolation/releases) section of the repo.
19-
20-
Release notes for supported Windows builds and tools can be found [here](relnotes/windows-release-notes.md).
6+
This repo should be used only to file bugs or feature requests, and to ask questions. To learn more about the feature and how to enable it for your app, visit the main Win32 app isolation page at [MS Learn](https://learn.microsoft.com/en-us/windows/win32/secauthz/app-isolation-overview).
217

228
## Communicating with the team
239
We'd love to hear your feedback and answer your questions!
@@ -27,6 +13,7 @@ Please search for similar discussions and issues before creating new ones.
2713

2814
## Resources
2915
You can find additional information about Win32 app isolation using the following resources:
16+
* [MS Learn](https://learn.microsoft.com/en-us/windows/win32/secauthz/app-isolation-overview)
3017
* [Win32 app isolation Build session](https://www.youtube.com/watch?v=w6VwHGPz12w&pp=ygUTd2luMzIgYXBwIGlzb2xhdGlvbg%3D%3D&ab_channel=MicrosoftDeveloper)
3118
* [Win32 app isolation blog](https://blogs.windows.com/windowsdeveloper/2023/06/14/public-preview-improve-win32-app-security-via-app-isolation/)
3219

docs/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/fundamentals/consent.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

docs/packaging/Risky-capabilities.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
-27.5 KB
Binary file not shown.
-60.5 KB
Binary file not shown.
-55.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)