summaryrefslogtreecommitdiff
path: root/app-admin/sudo/metadata.xml
blob: 456b8ff8ce7a3dc47b64afb7897c7090ecb3d88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>dev@baldeagleos.com</email>
  <name>Development</name>
 </maintainer>
 <maintainer type="project">
  <email>base-system@gentoo.org</email>
  <name>Gentoo Base System</name>
 </maintainer>
 <longdescription lang="en">
		Sudo (superuser do) allows a system administrator to give certain
		users (or groups of users) the ability to run some (or all)
		commands as root or another user while logging the commands and
		arguments.
	</longdescription>
 <upstream>
  <remote-id type="cpe">cpe:/a:todd_miller:sudo</remote-id>
 </upstream>
 <use>
  <flag name="gcrypt">Use message digest functions from <pkg>dev-libs/libgcrypt</pkg> instead of sudo's</flag>
  <flag name="libressl">Use message digest functions from <pkg>dev-libs/libressl</pkg> instead of sudo's</flag>
  <flag name="offensive">Let sudo print insults when the user types the wrong password</flag>
  <flag name="sendmail">Allow sudo to send emails with sendmail</flag>
  <flag name="sssd">Add System Security Services Daemon support</flag>
  <flag name="secure-path">Replace PATH variable with compile time secure paths</flag>
 </use>
 <origin>ports</origin>
</pkgmetadata>