diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-13 13:08:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-06-13 13:08:23 +0000 |
commit | 0d769b1d2ec99e74d044b6acb409a116746eca4c (patch) | |
tree | 97240c4635e4f813443ba2475bca467a4894a6a7 /pod | |
parent | d43080a88e26c841b3a1215aacb4666c11e797a3 (diff) | |
download | urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar.gz urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar.bz2 urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.tar.xz urpmi-0d769b1d2ec99e74d044b6acb409a116746eca4c.zip |
Add the rurpme(8) command
Diffstat (limited to 'pod')
-rw-r--r-- | pod/rurpme.8.pod | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/pod/rurpme.8.pod b/pod/rurpme.8.pod new file mode 100644 index 00000000..e1fb9cd9 --- /dev/null +++ b/pod/rurpme.8.pod @@ -0,0 +1,34 @@ +=head1 NAME + +rurpme - restricted urpme + +=head1 SYNOPSIS + + rurpme [options] [package_name...] + +=head1 DESCRIPTION + +rurpme is similar to urpme, but has a stripped-down set of features. It's +intended to be used by users without root privileges but with sudo rights +on it, preventing any abuse of this tool to compromise the system. + +With rurpme, the following options are forbidden: B<--root>, +B<--use-distrib>, B<--noscripts> and B<--parallel>. + +=head1 CAVEAT + +This software is still experimental. While some operations are forbidden, +there is no guarantee it is actually secure. + +=head1 OPTIONS + +The options are the same than urpme ones. + +=head1 AUTHOR + +Maintained by Rafael Garcia-Suarez, +<rgarciasuarez@mandriva.com> + +=head1 SEE ALSO + +urpme(8). |