diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-29 03:40:37 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-29 03:40:37 +0000 |
commit | d87ddb03d0050e926a7bb84379e1937d0ba1ad2a (patch) | |
tree | 187a83162edcce90d23df10a7d54eaab6ea73cf3 /man/C | |
parent | b2778972f48b1ce6b04562488c4a16c533d4b8b5 (diff) | |
download | urpmi-d87ddb03d0050e926a7bb84379e1937d0ba1ad2a.tar urpmi-d87ddb03d0050e926a7bb84379e1937d0ba1ad2a.tar.gz urpmi-d87ddb03d0050e926a7bb84379e1937d0ba1ad2a.tar.bz2 urpmi-d87ddb03d0050e926a7bb84379e1937d0ba1ad2a.tar.xz urpmi-d87ddb03d0050e926a7bb84379e1937d0ba1ad2a.zip |
Add a manpage for rurpmi
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/rurpmi.8 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/C/rurpmi.8 b/man/C/rurpmi.8 new file mode 100644 index 00000000..d11b6d4f --- /dev/null +++ b/man/C/rurpmi.8 @@ -0,0 +1,25 @@ +.TH rurpmi 8 "29 Jun 2005" "Mandriva" "Mandriva Linux" +.IX rurpmi +.SH NAME +rurpmi \- restricted urpmi +.SH SYNOPSIS +.B rurpmi [\fIoptions\fP] [\fIpackage_names\fP] +.SH DESCRIPTION +rurpmi is similar to urpmi, but has a stripped-down set of features. +It's intended to be used by users with sudo rights on it, preventing +them to abuse it to compromise the system. + +With it, you can't install arbitrary rpm files, the \fB--keep\fP, +\fB--verify-rpm\fP, and \fB--norebuild\fP options are forced, and +several dangerous options are forbidden (\fB--root\fP, +\fB--use-distrib\fP, \fB--env\fP, \fB--nolock\fP, \fB--allow-nodeps\fP, +\fB--allow-force\fP, \fB--force\fP). +.SH CAVEAT +This software is still experimental. While some operations are +forbidden, there is no guarantee it is actually secure. +.SH OPTIONS +The options are the same than urpmi ones. +.SH AUTHOR +Maintained by Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> +.SH SEE ALSO +\fIurpmi\fP(8). |