diff options
author | 2004-10-26 23:49:03 +0000 | |
---|---|---|
committer | 2004-10-26 23:49:03 +0000 | |
commit | fdd26b530ccb192d1840256f27aa765b86b4983d (patch) | |
tree | e84c7b42d6c2ff856c881cc5db9999c749509902 /app-admin/sud/metadata.xml | |
parent | bug 68841 (&& 64133?) (Manifest recommit) (diff) | |
download | gentoo-2-fdd26b530ccb192d1840256f27aa765b86b4983d.tar.gz gentoo-2-fdd26b530ccb192d1840256f27aa765b86b4983d.tar.bz2 gentoo-2-fdd26b530ccb192d1840256f27aa765b86b4983d.zip |
First commit
Diffstat (limited to 'app-admin/sud/metadata.xml')
-rw-r--r-- | app-admin/sud/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/sud/metadata.xml b/app-admin/sud/metadata.xml new file mode 100644 index 000000000000..27c217d9a05d --- /dev/null +++ b/app-admin/sud/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>base-system</herd> +<maintainer> + <email>lu_zero@gentoo.org</email> +</maintainer> +<longdescription> +sud (superuser daemon) permits a user to switch to root privileges and to use a suid program in a nosuid environment. It is based on a client/server model and on the ability to pass file descriptors between processes. sud permits you to choose your authentication method, and your effective credentials will be checked by using a Unix domain socket. +</longdescription> +</pkgmetadata> |