aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-12-06 17:04:36 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-12-06 17:04:36 +0900
commit16ab734fcdb43a0e3936607316bd40638c9463ee (patch)
tree4d7e0147d586f8001d722dac783026987038b50f
parentcc816a1aaa34946456c0a10ec6f001f865bc69f9 (diff)
update README document
A lot of this information is no longer true since fsu. Remove them for now and write up proper documentation later. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 3eae2331..4b542879 100644
--- a/README.md
+++ b/README.md
@@ -15,19 +15,10 @@ Why would you want this?
- It provides UID isolation on top of the standard application sandbox.
-There are a few different things to set up for this to work:
-
-- A set of users, each for a group of applications that should be allowed access to each other
-
-- A tool to switch users, currently sudo and machinectl are supported.
-
-- If you are running NixOS, the module in this repository can take care of launchers and desktop files in the privileged
- user's environment, as well as packages and extra home-manager configuration for target users.
-
If you have a flakes-enabled nix environment, you can try out the tool by running:
```shell
-nix run git+https://git.ophivana.moe/security/fortify -- -h
+nix run git+https://git.ophivana.moe/security/fortify -- help
```
## Module usage