commit 51cdeef6171297718f48810fb0404dc2b5ff6bc7
parent 65677638d41ed797821c9a5bd17de6d179e69aab
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Thu, 23 Apr 2020 14:29:18 +0300
flatpak: Drop suid
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -10,6 +10,8 @@ TODO
INSTRUCTIONS
```
+# NOTE: You must have user namespaces enabled in your kernel.
+
# NOTE: The community repository must also be enabled.
-> git clone https://github.com/dylanaraps/kiss-flatpak
-> export KISS_PATH=/path/to/kiss-flatpak/flatpak:$KISS_PATH
diff --git a/flatpak/flatpak/post-install b/flatpak/flatpak/post-install
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-chmod u+s "$KISS_ROOT/usr/libexec/flatpak-bwrap"