diff options
author | 2004-10-26 23:49:03 +0000 | |
---|---|---|
committer | 2004-10-26 23:49:03 +0000 | |
commit | dff6499d2d543dfdaf2eba9950831f521c2f68f2 (patch) | |
tree | 7d1331c0165bba2831c5a609427fc15c9e0555e6 /app-admin/sud/metadata.xml | |
parent | bug 68841 (&& 64133?) (diff) | |
download | historical-dff6499d2d543dfdaf2eba9950831f521c2f68f2.tar.gz historical-dff6499d2d543dfdaf2eba9950831f521c2f68f2.tar.bz2 historical-dff6499d2d543dfdaf2eba9950831f521c2f68f2.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> |