Difference between revisions of "Userv"
(Added Debian and Savannah link) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name=GNU | + | |Name=GNU userv |
− | |Short description=Security boundary tool | + | |Short description=Security boundary tool. |
− | |Full description=''' | + | |Full description='''userv''' allows one program to invoke another when only limited trust exists between them. It is a tool which can be used to avoid having to give other system services root privileges, and which allows users to more securely have programs provide services to others. userv can be useful as 'glue' for system administrators as well as application authors there are a few userv-using utilities/examples in the associated userv-utils package. |
− | |Homepage URL= | + | |Homepage URL=https://www.gnu.org/software/userv/ |
− | | | + | |Is High Priority Project=No |
− | + | |Documentation note=https://www.chiark.greenend.org.uk/~ian/userv/spec.html | |
− | |Documentation note= | + | |
− | | | + | '''Selection from the [https://shop.fsf.org/ FSF shop]''' |
+ | |||
+ | [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] | ||
+ | |||
+ | [https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line] | ||
+ | |||
+ | ---- | ||
+ | ---- | ||
+ | '''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]''' | ||
+ | ---- | ||
+ | ---- | ||
+ | |||
+ | If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org | ||
+ | ---- | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Donate=https://my.fsf.org/donate/ | ||
+ | |Related projects=gnustandards | ||
|Keywords=security,development,administration,configuration,installation,userv,boundary | |Keywords=security,development,administration,configuration,installation,userv,boundary | ||
− | |Version identifier=1.0 | + | |Version identifier=1.2.0 |
− | |Version date= | + | |Version date=2017/01/23 |
|Version status=stable | |Version status=stable | ||
− | |Version download= | + | |Version download=https://ftp.gnu.org/gnu/userv/userv-1.2.0.tar.gz.sig |
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/06 |
− | |Submitted date=2011 | + | |Submitted by=Database conversion |
+ | |Submitted date=2011/04/01 | ||
+ | |User level=advanced | ||
+ | |Paid support=https://www.fsf.org/resources/service/ | ||
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/userv/userv-1.2.0.tar.gz.sig.sig | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=userv | |GNU package identifier=userv | ||
Line 21: | Line 43: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=GPLv3orlater |
− | |License verified by= | + | |License verified by=Bendikker |
− | |License verified date= | + | |License verified date=2018/06/07 |
}} | }} | ||
{{Person | {{Person | ||
Line 29: | Line 51: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=ian@chiark.greenend.org.uk | |Email=ian@chiark.greenend.org.uk | ||
+ | }} | ||
+ | {{Person | ||
+ | |Real name=Peter Benie | ||
+ | |Role=Maintainer | ||
+ | |Email=pjb1008@cam.ac.uk | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 36: | Line 63: | ||
{{Resource | {{Resource | ||
|Resource audience=Savannah (Ref) | |Resource audience=Savannah (Ref) | ||
− | |Resource URL=https://savannah.gnu.org/projects/userv | + | |Resource URL=https://savannah.gnu.org/projects/userv/ |
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://www.chiark.greenend.org.uk/mailman/listinfo/userv-discuss/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Download | |
− | |Resource kind= | + | |Resource URL=https://ftp.gnu.org/gnu/userv/ |
− | |Resource URL= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
− | |||
|Resource kind=Download | |Resource kind=Download | ||
|Resource URL=ftp://ftp.chiark.greenend.org.uk/users/ian/userv/ | |Resource URL=ftp://ftp.chiark.greenend.org.uk/users/ian/userv/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=General | |
− | |Resource kind= | + | |Resource URL=https://savannah.gnu.org/people/ |
− | |Resource URL= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line | |Interface=command-line | ||
|Programming-language=C | |Programming-language=C | ||
+ | |Runs-on=GNU/Linux | ||
|Security=system | |Security=system | ||
|Use=security | |Use=security | ||
Line 81: | Line 94: | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description= | + | |Prerequisite description=[[m4|GNU M4]] |
− | |||
− | |||
− | | | ||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=make | + | |Prerequisite description=[[make]] |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
|Prerequisite kind=Required to build | |Prerequisite kind=Required to build | ||
− | |Prerequisite description=flex | + | |Prerequisite description=[[flex]] |
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 03:07, 6 January 2019
GNU userv
https://www.gnu.org/software/userv/
Security boundary tool.
userv allows one program to invoke another when only limited trust exists between them. It is a tool which can be used to avoid having to give other system services root privileges, and which allows users to more securely have programs provide services to others. userv can be useful as 'glue' for system administrators as well as application authors there are a few userv-using utilities/examples in the associated userv-utils package.
This is a GNU package:userv
Download
https://ftp.gnu.org/gnu/userv/userv-1.2.0.tar.gz.sig
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Ian Jackson | Maintainer |
Peter Benie | Maintainer |
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Required to build | make |
Required to build | GNU M4 |
Required to build | flex |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.