update README document
We have a highly configurable sandbox now, just not really the Android sandbox. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
ad0034b09a
commit
cdda33555c
|
@ -3,7 +3,7 @@ Fortify
|
||||||
|
|
||||||
[![Go Reference](https://pkg.go.dev/badge/git.ophivana.moe/cat/fortify.svg)](https://pkg.go.dev/git.ophivana.moe/cat/fortify)
|
[![Go Reference](https://pkg.go.dev/badge/git.ophivana.moe/cat/fortify.svg)](https://pkg.go.dev/git.ophivana.moe/cat/fortify)
|
||||||
|
|
||||||
Lets you run graphical applications as another user ~~in an Android-like sandbox environment~~ (WIP) with a nice NixOS
|
Lets you run graphical applications as another user in a confined environment with a nice NixOS
|
||||||
module to configure target users and provide launchers and desktop files for your privileged user.
|
module to configure target users and provide launchers and desktop files for your privileged user.
|
||||||
|
|
||||||
Why would you want this?
|
Why would you want this?
|
||||||
|
@ -12,7 +12,7 @@ Why would you want this?
|
||||||
|
|
||||||
- It protects applications from each other.
|
- It protects applications from each other.
|
||||||
|
|
||||||
- It provides UID isolation on top of ~~the standard application sandbox~~ (WIP).
|
- It provides UID isolation on top of the standard application sandbox.
|
||||||
|
|
||||||
There are a few different things to set up for this to work:
|
There are a few different things to set up for this to work:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue