🤬
  • Adding to root README.md (#9)

    * Create RELEASE_NOTES.md
    
    Initial version of release notes.
    
    * Update relnotes/RELEASE_NOTES.md
    
    Fixing typo.
    
    Co-authored-by: Anirudh Arputham <[email protected]>
    
    * Update RELEASE_NOTES.md
    
    Adding OS and MPT build numbers
    
    * Update RELEASE_NOTES.md (#2)
    
    ACP notes + nit suggestions.
    
    * Adding release notes for MPT
    
    * Fixing typos in MPT rel note
    
    * Updating details about coming soon builds
    
    * Updating root README.md
    
    * Fixing naming and updating content
    
    * Update README.md
    
    fix naming application -> app
    
    * Update README.md with PR feedback
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Anirudh Arputham <[email protected]>
    Co-authored-by: macruzco <[email protected]>
  • Loading...
  • Dylan DSilva committed with GitHub 11 months ago
    d2d97aa2
    1 parent a108f841
  • ■ ■ ■ ■ ■ ■
    README.md
    1  -# Win32 App Isolation
     1 +# Welcome to the Win32 app isolation repo
     2 +Win32 app isolation is a new security feature on Windows that helps contain the damage and safeguard user privacy choices in the event of an
     3 +application compromise.
     4 +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,
     5 +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.
    2 7   
    3  -- Developer tools and documentation to help package win32 applications.
     8 +## Getting started
     9 +* The first step to isolating your application is to package it to run isolated by following the instructions [here](docs/packaging/msix-packaging-tool.md).
     10 +* 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.
     11 +* We also have additional documentation about the [fundamentals](docs/fundamentals) including file access consent.
     12 +* You're now ready to deploy and run your application on Windows.
     13 + 
     14 +Binaries for the tools used to package applications to run isolated are shared under the [releases](../../releases) section of the repo.
     15 + 
     16 +Release notes for supported Windows builds and tools can be found [here](relnotes/RELEASE_NOTES.md).
     17 + 
     18 +## Communicating with the team
     19 +We'd love to hear your feedback and answer your questions!
     20 +The best way to communicate with the team is through GitHub [discussions](../../discussions) and [issues](../../issues).
     21 +Please search for similar discussions and issues before creating new ones.
     22 + 
     23 +## Resources
     24 +You can find additional information about Win32 app isolation using the following resources:
     25 +* [Coming soon - Win32 app isolation blog]()
     26 +* [Coming soon - Win32 app isolation Build session]()
    4 27   
    5 28  ## Contributing
     29 +If you would like to contribute to the documentation, please familiarize yourself with the Code of Conduct resources below and submit a pull request.
    6 30   
    7 31  This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
    8 32  For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
    skipped 10 lines
Please wait...
Page is in error, reload to recover