aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-02-16 20:03:03 +0100
committerdec05eba <dec05eba@protonmail.com>2024-02-16 20:06:38 +0100
commitd31dc61e1a1358fa6b0960d699f2a55e39854096 (patch)
tree8b19f7e056bc9d6ba4abb57899cfa72eb1e84350 /README.md
parent08693e6095cfa79a80faa8e9d0c76e0f183929fd (diff)
Create ~/.local/bin as regular user
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bda467a..28f8c51 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@ This program is meant to be ran with flatpak-spawn --host. This program is not m
When this program is first run, it executes itself with pkexec and in that case it sets CAP_SYS_ADMIN capability on itself
after copying self to ~/.local/bin and launches gsr-kms-server (in flatpak location).
When this program is run after that it will check if its run from ~/.local/bin or launch that and it will see that the program has CAP_SYS_ADMIN capability
-and will launch gsr-kms-server (in flatpak location).
+and will launch gsr-kms-server (in flatpak location). This program also sets CAP_SYS_ADMIN on gsr-kms-server in the flatpak app directory.
The depends directory contains libcap from the libcap project, available here: https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/. The version used is libcap-2.69. \ No newline at end of file