mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-08 17:13:09 +00:00
Add neoid (#1691)
This commit is contained in:
parent
8b4189f556
commit
d923ca4991
@ -14080,11 +14080,36 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"web": "https://github.com/alaviss/kmod"
|
"web": "https://github.com/alaviss/kmod"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "neoid",
|
||||||
|
"url": "https://github.com/theAkito/nim-neoid",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"akito",
|
||||||
|
"nanoid",
|
||||||
|
"neoid",
|
||||||
|
"uuid",
|
||||||
|
"oid",
|
||||||
|
"secure",
|
||||||
|
"random",
|
||||||
|
"generator",
|
||||||
|
"windows",
|
||||||
|
"rng",
|
||||||
|
"csprng",
|
||||||
|
"cprng",
|
||||||
|
"crng",
|
||||||
|
"crypto",
|
||||||
|
"cryptography"
|
||||||
|
],
|
||||||
|
"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": "sue",
|
"name": "sue",
|
||||||
"url": "https://github.com/theAkito/sue",
|
"url": "https://github.com/theAkito/sue",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
"akito",
|
||||||
"gosu",
|
"gosu",
|
||||||
"su-exec",
|
"su-exec",
|
||||||
"docker",
|
"docker",
|
||||||
@ -14104,6 +14129,7 @@
|
|||||||
"url": "https://github.com/theAkito/nim-validateip",
|
"url": "https://github.com/theAkito/nim-validateip",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
"akito",
|
||||||
"ip",
|
"ip",
|
||||||
"ipaddress",
|
"ipaddress",
|
||||||
"ipv4",
|
"ipv4",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user