From 49681bddd55ae964e3d6071dd311a8809b1a99e2 Mon Sep 17 00:00:00 2001 From: theAkito Date: Tue, 6 Oct 2020 16:01:14 +0200 Subject: [PATCH] Add sue (#1657) --- packages.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 8b438ff..8b5c310 100644 --- a/packages.json +++ b/packages.json @@ -14027,9 +14027,28 @@ "license": "ISC", "web": "https://github.com/alaviss/kmod" }, + { + "name": "sue", + "url": "https://github.com/theAkito/sue", + "method": "git", + "tags": [ + "gosu", + "su-exec", + "docker", + "kubernetes", + "helm", + "permission", + "linux", + "posix", + "postgres", + "process" + ], + "description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.", + "license": "GPL-3.0-or-later" + }, { "name": "validateip", - "url": "https://github.com/Akito13/nim-validateip", + "url": "https://github.com/theAkito/nim-validateip", "method": "git", "tags": [ "ip", @@ -14040,7 +14059,7 @@ "check" ], "description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.", - "license": "GPLv3+" + "license": "GPL-3.0-or-later" }, { "name": "RC4",