summaryrefslogtreecommitdiffstats
path: root/pod/rurpmi.8.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-15 13:35:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-15 13:35:58 +0000
commit10fab33bd78df1805cfc7cec20674676d66c74d9 (patch)
treef137e42102ab0b1110a0174a8f838473553fab96 /pod/rurpmi.8.pod
parenta4ec26e4d6e4d3770f76f74d9b2244c9eede2073 (diff)
downloadurpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar
urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar.gz
urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar.bz2
urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.tar.xz
urpmi-10fab33bd78df1805cfc7cec20674676d66c74d9.zip
Add pod versions of the manpages, bound to replace the nroff ones
Diffstat (limited to 'pod/rurpmi.8.pod')
-rw-r--r--pod/rurpmi.8.pod35
1 files changed, 35 insertions, 0 deletions
diff --git a/pod/rurpmi.8.pod b/pod/rurpmi.8.pod
new file mode 100644
index 00000000..03957cda
--- /dev/null
+++ b/pod/rurpmi.8.pod
@@ -0,0 +1,35 @@
+=head1 NAME
+
+rurpmi - restricted urpmi
+
+=head1 SYNOPSIS
+
+ rurpmi [options] [package_names]
+
+=head1 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 B<--keep>, B<--verify-rpm>, and B<--norebuild> options are
+forced, and several dangerous options are forbidden (B<--root>,
+B<--use-distrib>, B<--env>, B<--nolock>, B<--allow-nodeps>,
+B<--allow-force>, B<--force>).
+
+=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 urpmi ones.
+
+=head1 AUTHOR
+
+Maintained by Rafael Garcia-Suarez,
+<rgarciasuarez@mandriva.com>
+
+=head1 SEE ALSO
+
+L<I<urpmi>(8)>.