Paket: gosu (1.14-1)
gosu için bağlantılar
Trisquel Kaynakları:
gosu Kaynak Paketini İndir:
Geliştirici:
Original Maintainers:
- pkg-go (Posta Arşivi)
- Tianon Gravi
Dış Kaynaklar:
- Ana Sayfa [github.com]
Benzer paketler:
Simple Go-based setuid+setgid+setgroups+exec
This is a simple tool grown out of the simple fact that "su" and "sudo" have very strange and often annoying TTY and signal-forwarding behavior. They're also somewhat complex to setup and use (especially in the case of "sudo"), which allows for a great deal of expressivity, but falls flat if all you need is "run this specific application as this specific user and get out of the pipeline".
The core of how "gosu" works is stolen directly from how Docker/libcontainer itself starts an application inside a container (and in fact, is using the "/etc/passwd" processing code directly from libcontainer's codebase).
Once the user/group is processed, we switch to that user, then we "exec" the specified process and "gosu" itself is no longer resident or involved in the process lifecycle at all. This avoids all the issues of signal passing and TTY, and punts them to the process invoking "gosu" and the process being invoked by "gosu", where they belong.
gosu indir
Mimari | Paket Boyutu | Kurulu Boyut | Dosyalar |
---|---|---|---|
amd64 | 775,8 kB | 2156 kB | [dosya listesi] |
arm64 | 696,8 kB | 2160 kB | [dosya listesi] |
armhf | 722,2 kB | 2010 kB | [dosya listesi] |
ppc64el | 680,7 kB | 2224 kB | [dosya listesi] |