Sandbox Level in various browsers and operating systems

Discussion in 'sandboxing & virtualization' started by Sampei Nihira, May 22, 2022.

  1. Trooper

    Trooper Registered Member

    Joined:
    Jan 26, 2005
    Posts:
    5,507
    @wat0114 Thanks so much. I figured it out after the fact, but having his reg file is nice.

    I just took out the DNS entries for myself and used it.
     
  2. wat0114

    wat0114 Registered Member

    Joined:
    Aug 5, 2012
    Posts:
    4,066
    Location:
    Canada
    You're welcome. It was kees1958 in another forum and @Sampei Nihira who helped guide me in adding these registry entries for AppContainer enforcement in Edge
     
  3. BoerenkoolMetWorst

    BoerenkoolMetWorst Registered Member

    Joined:
    Dec 22, 2009
    Posts:
    4,873
    Location:
    Outer space
    Any idea how to change these features for Non-Edge Chromium browsers? I tried to set similar registry keys for Brave but it didn't work. On the brave://sandbox page, beneath the processes list, there is a list of features:
    brave.png
    I thought maybe those names can be found as flags under brave://flags, but they're not.

    Btw, when searching for the NetworkServiceSandbox, I discovered it will be enabled by default in Chrome 104, so probably also for other Chromium based browsers.
     
  4. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,366
    Location:
    Italy
  5. BoerenkoolMetWorst

    BoerenkoolMetWorst Registered Member

    Joined:
    Dec 22, 2009
    Posts:
    4,873
    Location:
    Outer space
    Ah yes those commandline switches work, thank you! RendererAppContainer crashes my browser extensions and no site will load. GpuAppContainer and NetworkServiceSandbox work though. (note that NetworkServiceSandbox is AppContainer by default when enabled).
    If you want to enable multiple features, make sure you add them together. Adding them seperately like
    Code:
    --enable-features=NetworkServiceSandbox --enable-features=GpuAppContainer
    will only enable 1 of them.
    Code:
    --enable-features=NetworkServiceSandbox,GpuAppContainer
    works though.
     
  6. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,366
    Location:
    Italy
  7. BoerenkoolMetWorst

    BoerenkoolMetWorst Registered Member

    Joined:
    Dec 22, 2009
    Posts:
    4,873
    Location:
    Outer space
    I added NetworkServiceCodeIntegrity to add code integrity to the NetworkServiceSandbox. Still working fine so far.
     
  8. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,366
    Location:
    Italy
    :thumb:
    This policy is enabled (though not set) by default in Edge.
    So it can only be turned off.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.