<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Sudo</title>
    <link>https://www.sudo.ws/</link>
    <description>Recent content on Sudo</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 30 Jun 2025 14:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.sudo.ws/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Short Introduction</title>
      <link>https://www.sudo.ws/about/intro/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/intro/</guid>
      <description>&lt;p&gt;Sudo (su &amp;ldquo;do&amp;rdquo;) allows a system administrator to delegate authority&#xA;to give certain users (or groups of users) the ability to run some&#xA;(or all) commands as root or another user while providing an audit&#xA;trail of the commands and their arguments.  Sudo operates on a&#xA;per-command basis, it is not a replacement for the shell. Its&#xA;features include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The ability to restrict the commands a user may run&#xA;on a per-host basis.&lt;/p&gt;</description>
    </item>
    <item>
      <title>README</title>
      <link>https://www.sudo.ws/docs/readme/readme/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/readme/readme/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;the-sudo-philosophy&#34;&gt;&#xA;        The sudo philosophy&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/readme/readme/#the-sudo-philosophy&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: The sudo philosophy&#34; aria-label=&#34;Anchor to: The sudo philosophy&#34; href=&#34;#the-sudo-philosophy&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo is a program designed to allow a sysadmin to give limited root privileges&#xA;to users and log root activity.  The basic philosophy is to give as few&#xA;privileges as possible but still allow people to get their work done.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;where-to-find-sudo&#34;&gt;&#xA;        Where to find sudo&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/readme/readme/#where-to-find-sudo&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Where to find sudo&#34; aria-label=&#34;Anchor to: Where to find sudo&#34; href=&#34;#where-to-find-sudo&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Before building sudo, make sure you have the current version.  The&#xA;latest sudo may always be gotten via anonymous ftp from ftp.sudo.ws&#xA;in the directory /pub/sudo/ or from the sudo web site, &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/&#34;&#xA;&gt;https://www.sudo.ws/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Source Repo</title>
      <link>https://www.sudo.ws/getting/repo/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/repo/</guid>
      <description>&lt;p&gt;Read-only access to the sudo source repository (from as far back as 1993)&#xA;is available for checkout using &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.git-scm.com/&#34;&#xA;&gt;git&lt;/a&gt;.&#xA;If you are interested in&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/contributing/&#34;&#xA;&gt;contributing to sudo&lt;/a&gt;, the&#xA;easiest way is probably via &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo&#34;&#xA;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cloning-the-sudo-source-repo-via-git&#34;&gt;&#xA;        Cloning the sudo source repo via git&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/getting/repo/#cloning-the-sudo-source-repo-via-git&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Cloning the sudo source repo via git&#34; aria-label=&#34;Anchor to: Cloning the sudo source repo via git&#34; href=&#34;#cloning-the-sudo-source-repo-via-git&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;The main sudo source repo is located at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://git.sudo.ws/sudo&#34;&#xA;&gt;git.sudo.ws&lt;/a&gt;.&#xA;However, it is much faster to use one of the two official git mirrors,&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo&#34;&#xA;&gt;GitHub&lt;/a&gt; and&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://bitbucket.org/millert/sudo&#34;&#xA;&gt;Bitbucket&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stable Release</title>
      <link>https://www.sudo.ws/releases/stable/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/releases/stable/</guid>
      <description>&lt;p&gt;The current stable release of the sudo 1.9 branch is version&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17p2.tar.gz&#34;&#xA;&gt;1.9.17p2&lt;/a&gt;.&#xA;For the sudo 1.8 branch, see &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/legacy&#34;&#xA;&gt;legacy releases&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;For full details see the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/changelog&#34;&#xA;&gt;ChangeLog&lt;/a&gt; file or&#xA;view the commit history via &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://git.sudo.ws/sudo&#34;&#xA;&gt;git&lt;/a&gt; or&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo&#34;&#xA;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;1.9.17p2&#34;&gt;&#xA;        Sudo 1.9.17p2&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/releases/stable/#1.9.17p2&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo 1.9.17p2&#34; aria-label=&#34;Anchor to: Sudo 1.9.17p2&#34; href=&#34;#1.9.17p2&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Fixed a bug introduced in sudo 1.9.16 that could result in sudo&#xA;sending &lt;code&gt;SIGHUP&lt;/code&gt; to all processes on the system in certain rare&#xA;cases.  The bug could manifest if sudo is running a command in&#xA;a pseudo-terminal, sudo terminates the command due to an internal&#xA;error, and the user&amp;rsquo;s terminal is revoked.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/issues/458&#34;&#xA;&gt;GitHub issue #458&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Download Sudo</title>
      <link>https://www.sudo.ws/getting/download/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/download/</guid>
      <description>&lt;p&gt;Sudo is distributed in &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/download#source&#34;&#xA;&gt;source&lt;/a&gt; and&#xA;and &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/download#binary&#34;&#xA;&gt;binary package&lt;/a&gt; formats.&#xA;For information on how the binary packages are built, see&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/packaging&#34;&#xA;&gt;building packages&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;All source distributions and binary packages are signed with Todd&amp;rsquo;s&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;PGP key&lt;/a&gt;.&#xA;For .rpm and .deb packages, the signature is embedded in the package file&#xA;itself. All other files use detached signatures (separate .sig files).&#xA;Two keys are included in the file, the current pgp signing key with the&#xA;fingerprint &lt;code&gt;59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB&lt;/code&gt;&#xA;and the old pgp signing key with the fingerprint&#xA;&lt;code&gt;CCB2 4BE9 E948 1B15 D341 5953 5A89 DFA2 7EE4 70C4&lt;/code&gt;.&#xA;The signing keys are also available from the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://pgp.mit.edu/pks/lookup?search=0xa9f4c021cea470fb&#34;&#xA;&gt;MIT public key server&lt;/a&gt; and the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://keys.openpgp.org/search?q=0xa9f4c021cea470fb&#34;&#xA;&gt;OpenPGP public key server&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Legacy Release</title>
      <link>https://www.sudo.ws/releases/legacy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/releases/legacy/</guid>
      <description>&lt;p&gt;The sudo 1.8 branch is considered the &lt;em&gt;legacy&lt;/em&gt; version.&#xA;It receives no new features, only critical bug fixes.&#xA;Users are highly encouraged to migrate to the sudo&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable&#34;&#xA;&gt;stable&lt;/a&gt; branch.&lt;/p&gt;&#xA;&lt;p&gt;The current legacy release of sudo&#xA;is &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.32.tar.gz&#34;&#xA;&gt;1.8.32&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;For full details see the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/changelog&#34;&#xA;&gt;ChangeLog&lt;/a&gt; file or&#xA;view the commit history via &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://git.sudo.ws/sudo&#34;&#xA;&gt;git&lt;/a&gt; or&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo&#34;&#xA;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;1.8.32&#34;&gt;&#xA;        Sudo 1.8.32&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/releases/legacy/#1.8.32&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo 1.8.32&#34; aria-label=&#34;Anchor to: Sudo 1.8.32&#34; href=&#34;#1.8.32&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Fixed a regression introduced in sudo 1.8.9 where the &lt;em&gt;closefrom&lt;/em&gt;&#xA;sudoers option could not be set to a value of 3.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://bugzilla.sudo.ws/show_bug.cgi?id=950&#34;&#xA;&gt;Bug #950&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manual Pages (all versions)</title>
      <link>https://www.sudo.ws/docs/man_all/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man_all/</guid>
      <description>&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;365d4b00-0&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.17&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;365d4b00-0&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.17/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;a4af8451-1&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.16&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;a4af8451-1&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.16/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;df2e478e-2&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.15&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;df2e478e-2&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.15/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;156d8d02-3&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.14&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;156d8d02-3&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.14/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;38b2f7f9-4&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.13&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;38b2f7f9-4&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.13/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;e01be6f5-5&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.12&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;e01be6f5-5&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.12/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;d7ef9f9b-6&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.11&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;d7ef9f9b-6&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.11/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;e02e2435-7&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;e02e2435-7&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.10/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;04ef96a7-8&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.9&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;04ef96a7-8&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.9/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;777d20df-9&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.8&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;777d20df-9&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.8/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;f74f4928-10&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.7&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;f74f4928-10&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.7/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;11a19a64-11&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.6&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;11a19a64-11&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.6/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;9ea3b3d9-12&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.5&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;9ea3b3d9-12&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.5/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;74c98c37-13&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.4&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;74c98c37-13&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.4/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;7c9f1ae9-14&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.3&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;7c9f1ae9-14&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.3/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;315095a6-15&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.2&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;315095a6-15&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.2/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;e0f9c8bd-16&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.1&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;e0f9c8bd-16&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.1/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;483c9857-17&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.9.0&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;483c9857-17&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.9.0/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;b780fb3c-18&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.32&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;b780fb3c-18&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_logsrv.proto.man&#34;&#xA;&gt;Sudo Log Server Protocol Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_logsrv.proto.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.conf.man&#34;&#xA;&gt;Sudo Log Server Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.man&#34;&#xA;&gt;Sudo Log Server Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_plugin_python.man&#34;&#xA;&gt;Sudo Python Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_plugin_python.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_sendlog.man&#34;&#xA;&gt;Sudo Log Client Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudo_sendlog.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.32/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;d6804395-19&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.31&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;d6804395-19&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.31/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;80679ffe-20&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.30&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;80679ffe-20&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.30/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;c657ace3-21&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.29&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;c657ace3-21&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.29/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;8c02afa4-22&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.28&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;8c02afa4-22&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.28/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;b8cd589f-23&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.27&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;b8cd589f-23&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.27/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;7eb5c94a-24&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.26&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;7eb5c94a-24&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.26/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;ca2a5455-25&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.25&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;ca2a5455-25&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.25/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;24057a4b-26&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.24&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;24057a4b-26&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.24/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;fda1e8bc-27&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.23&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;fda1e8bc-27&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/cvtsudoers.man&#34;&#xA;&gt;Cvtsudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/cvtsudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.23/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;be1092e1-28&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.22&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;be1092e1-28&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoers_timestamp.man&#34;&#xA;&gt;Sudoers Time Stamp Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoers_timestamp.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.22/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;f9e75439-29&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.21&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;f9e75439-29&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.21/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;a5b0dd30-30&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.20&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;a5b0dd30-30&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.20/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;1c3dd6b7-31&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.19&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;1c3dd6b7-31&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.19/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;a6992b04-32&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.18&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;a6992b04-32&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.18/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;837755ab-33&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.17&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;837755ab-33&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.17/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;d28b1b97-34&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.16&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;d28b1b97-34&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.16/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;deb28b73-35&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.15&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;deb28b73-35&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.15/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;dff79a31-36&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.14&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;dff79a31-36&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.14/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;1b661274-37&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.13&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;1b661274-37&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.13/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;8b917020-38&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.12&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;8b917020-38&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.12/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;15219c0f-39&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.11&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;15219c0f-39&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.11/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;efa08ffe-40&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;efa08ffe-40&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.10/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;7d5024e2-41&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.9&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;7d5024e2-41&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.9/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;f35e9b8e-42&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.8&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;f35e9b8e-42&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.8/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;ce8fbe52-43&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.7&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;ce8fbe52-43&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudo.conf.man&#34;&#xA;&gt;Sudo Configuration Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudo.conf.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.7/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;dda0b303-44&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.8.6&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;dda0b303-44&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudo_plugin.man&#34;&#xA;&gt;Sudo Plugin API&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudo_plugin.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.8.6/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;03d42716-45&#34;&gt;&#xA;    &lt;span&gt;Sudo 1.7.10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;03d42716-45&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;ul&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudo.man&#34;&#xA;&gt;Sudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudoers.ldap.man&#34;&#xA;&gt;Sudoers LDAP Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudoers.ldap.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudoers.man&#34;&#xA;&gt;Sudoers Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudoers.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudoreplay.man&#34;&#xA;&gt;Sudoreplay Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/sudoreplay.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/visudo.man&#34;&#xA;&gt;Visudo Manual&lt;/a&gt; &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/1.7.10/visudo.man.pdf&#34;&#xA;&gt;[pdf]&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title>README.LDAP</title>
      <link>https://www.sudo.ws/docs/readme/readme_ldap/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/readme/readme_ldap/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;p&gt;This file explains how to build the optional LDAP functionality of SUDO to&#xA;store /etc/sudoers information.  This feature is distinct from LDAP passwords.&lt;/p&gt;&#xA;&lt;p&gt;For general sudo LDAP configuration details, see the sudoers.ldap manual that&#xA;comes with the sudo distribution.  A pre-formatted version of the manual may&#xA;be found in the sudoers.ldap.cat file.&lt;/p&gt;&#xA;&lt;p&gt;The sudo binary compiled with LDAP support should be totally backward&#xA;compatible and be syntactically and source code equivalent to its&#xA;non LDAP-enabled build.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security Policy</title>
      <link>https://www.sudo.ws/security/policy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/policy/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;p&gt;The Sudo Project takes security seriously.  If you believe you have found a security vulnerability in Sudo, you can report it to us as described below.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;reporting-security-issues&#34;&gt;&#xA;        Reporting Security Issues&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/policy/#reporting-security-issues&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Reporting Security Issues&#34; aria-label=&#34;Anchor to: Reporting Security Issues&#34; href=&#34;#reporting-security-issues&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;&lt;strong&gt;Do not report security vulnerabilities through public GitHub issues or Bugzilla.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Instead, report them via email to &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;mailto:Todd.Miller@sudo.ws&#34;&#xA;&gt;Todd.Miller@sudo.ws&lt;/a&gt;.  You may encrypt your message with PGP if you would like.  The current PGP key has the fingerprint 59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB and may be downloaded from &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;the sudo.ws web site&lt;/a&gt; or the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://keys.openpgp.org/search?q=0xa9f4c021cea470fb&#34;&#xA;&gt;OpenPGP Key Server&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Source Distribution</title>
      <link>https://www.sudo.ws/getting/source/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/source/</guid>
      <description>&lt;p&gt;Source distributions are signed with Todd&amp;rsquo;s&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;PGP key&lt;/a&gt;.&#xA;Two keys are included in the file, the current pgp signing key with the&#xA;fingerprint &lt;code&gt;59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB&lt;/code&gt;&#xA;and the old pgp signing key with the fingerprint&#xA;&lt;code&gt;CCB2 4BE9 E948 1B15 D341 5953 5A89 DFA2 7EE4 70C4&lt;/code&gt;.&#xA;The signing keys are also available from the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://pgp.mit.edu/pks/lookup?search=0xa9f4c021cea470fb&#34;&#xA;&gt;MIT public key server&lt;/a&gt; and the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://keys.openpgp.org/search?q=0xa9f4c021cea470fb&#34;&#xA;&gt;OpenPGP public key server&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Development Release</title>
      <link>https://www.sudo.ws/releases/devel/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/releases/devel/</guid>
      <description>&lt;p&gt;The current development release of sudo is&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.18rc1.tar.gz&#34;&#xA;&gt;1.9.18rc1&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/beta_packages&#34;&#xA;&gt;Binary packages&lt;/a&gt; are also available for&#xA;development releases.&lt;/p&gt;&#xA;&lt;p&gt;For full details see the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/changelog&#34;&#xA;&gt;ChangeLog&lt;/a&gt; file or&#xA;view the commit history via &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://git.sudo.ws/sudo&#34;&#xA;&gt;git&lt;/a&gt; or&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo&#34;&#xA;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If you plan to use a development release of sudo, please subscribe&#xA;to the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-workers&#34;&#xA;&gt;sudo-workers&lt;/a&gt;&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/lists&#34;&#xA;&gt;mailing list&lt;/a&gt; so that you will receive updates on bug fixes and&#xA;related announcements.&lt;/p&gt;&#xA;&lt;p&gt;You may also be interested in the&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-commits&#34;&#xA;&gt;sudo-commits&lt;/a&gt;&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/lists&#34;&#xA;&gt;mailing list&lt;/a&gt; which receives a message for each commit to&#xA;the sudo source tree.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prebuilt Packages</title>
      <link>https://www.sudo.ws/getting/packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/packages/</guid>
      <description>&lt;p&gt;Binary packages are signed with Todd&amp;rsquo;s&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;PGP key&lt;/a&gt;.&#xA;For .rpm and .deb packages, the signature is embedded in the package file&#xA;itself. All other files use detached signatures (separate .sig files).&#xA;Two keys are included in &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;the file&lt;/a&gt;,&#xA;the current pgp signing key with the fingerprint&#xA;&lt;code&gt;59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB&lt;/code&gt;&#xA;and the old pgp signing key&#xA;with the fingerprint &lt;code&gt;CCB2 4BE9 E948 1B15 D341 5953 5A89 DFA2 7EE4 70C4&lt;/code&gt;.&#xA;The signing keys are also available from the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://pgp.mit.edu/pks/lookup?search=0xa9f4c021cea470fb&#34;&#xA;&gt;MIT public key server&lt;/a&gt; and the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://keys.openpgp.org/search?q=0xa9f4c021cea470fb&#34;&#xA;&gt;OpenPGP public key server&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Static Analysis</title>
      <link>https://www.sudo.ws/security/static_analysis/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/static_analysis/</guid>
      <description>&lt;p&gt;Static analysis security testing (SAST) is a way of finding flaws&#xA;in software without running it in the traditional sense.  Source&#xA;code is checked for dangerous patterns and data flow analysis is&#xA;performed to find potential errors.  One of the advantages of SAST&#xA;is that it is capable of finding errors in code paths that are&#xA;unlikely, but still possible, to happen at run-time.&lt;/p&gt;&#xA;&lt;p&gt;Multiple SAST tools are used during sudo development.  Why use more&#xA;that one?  Different tools find different classes of issues.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Download Mirrors</title>
      <link>https://www.sudo.ws/getting/download_mirrors/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/download_mirrors/</guid>
      <description>&lt;hr&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;http&#34;&gt;&#xA;        HTTP Mirrors&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/getting/download_mirrors/#http&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: HTTP Mirrors&#34; aria-label=&#34;Anchor to: HTTP Mirrors&#34; href=&#34;#http&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;URL&lt;/th&gt;&#xA;          &lt;th&gt;Location&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/&#34;&#xA;&gt;https://www.sudo.ws/dist/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Boulder, Colorado, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/sudo/&#34;&#xA;&gt;http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;West Lafayette, Indiana, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://mirrors.concertpass.com/sudo&#34;&#xA;&gt;http://mirrors.concertpass.com/sudo&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Lansing, Michigan, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://www.netgull.com/sudo&#34;&#xA;&gt;http://www.netgull.com/sudo&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Dallas, Texas, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://bigsearcher.com/mirrors/sudo/&#34;&#xA;&gt;https://bigsearcher.com/mirrors/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;San Francisco, California, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://sudo.cybermirror.org/&#34;&#xA;&gt;http://sudo.cybermirror.org/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Duesseldorf, Germany&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://linux.domainesia.com/applications/sudo/&#34;&#xA;&gt;https://linux.domainesia.com/applications/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Indonesia&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://mirror.nevacloud.com/applications/sudo/&#34;&#xA;&gt;https://mirror.nevacloud.com/applications/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Indonesia&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://core.ring.gr.jp/archives/misc/sudo/&#34;&#xA;&gt;http://core.ring.gr.jp/archives/misc/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Japan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://www.ring.gr.jp/archives/misc/sudo/&#34;&#xA;&gt;http://www.ring.gr.jp/archives/misc/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Japan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://ftp.twaren.net/Unix/Security/Sudo/&#34;&#xA;&gt;http://ftp.twaren.net/Unix/Security/Sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Taiwan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;ftp&#34;&gt;&#xA;        FTP Mirrors&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/getting/download_mirrors/#ftp&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: FTP Mirrors&#34; aria-label=&#34;Anchor to: FTP Mirrors&#34; href=&#34;#ftp&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;URL&lt;/th&gt;&#xA;          &lt;th&gt;Location&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.sudo.ws/pub/sudo/&#34;&#xA;&gt;ftp://ftp.sudo.ws/pub/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Boulder, Colorado, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.in2p3.fr/pub/sudo/&#34;&#xA;&gt;ftp://ftp.in2p3.fr/pub/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;France&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/sudo/&#34;&#xA;&gt;ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Hamburg, Germany&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/sudo/&#34;&#xA;&gt;ftp://ftp.st.ryukoku.ac.jp/pub/security/tool/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Japan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.cin.nihon-u.ac.jp/pub/misc/sudo/&#34;&#xA;&gt;ftp://ftp.cin.nihon-u.ac.jp/pub/misc/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Japan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://core.ring.gr.jp/pub/misc/sudo/&#34;&#xA;&gt;ftp://core.ring.gr.jp/pub/misc/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Japan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.ring.gr.jp/pub/misc/sudo/&#34;&#xA;&gt;ftp://ftp.ring.gr.jp/pub/misc/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Japan&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://sunsite.icm.edu.pl/packages/sudo/&#34;&#xA;&gt;ftp://sunsite.icm.edu.pl/packages/sudo/&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Poland&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
    </item>
    <item>
      <title>Fuzzing Sudo</title>
      <link>https://www.sudo.ws/security/fuzzing/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/fuzzing/</guid>
      <description>&lt;p&gt;Fuzz testing is an automated method of finding bugs (and potential&#xA;security vulnerabilities) by passing random input to a program or&#xA;function.  It is often performed in conjunction with a tool that&#xA;can detect incorrect or undefined behavior, such as out-of-bounds&#xA;access (buffer overflow/underflow), use of uninitialized data, use&#xA;of memory after it has been freed, and freeing the same memory more&#xA;than once.  For testing sudo, we use both &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://clang.llvm.org/docs/AddressSanitizer.html&#34;&#xA;&gt;Address&#xA;Sanitizer&lt;/a&gt; (ASAN)&#xA;and &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html&#34;&#xA;&gt;Undefined Behavior&#xA;Sanitizer&lt;/a&gt;&#xA;(UBSAN) to catch these kind of bugs.  In addition to potential&#xA;security bugs, ASAN also identifies memory leaks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Installation Notes</title>
      <link>https://www.sudo.ws/docs/install/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/install/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;p&gt;Sudo uses a &lt;code&gt;configure&lt;/code&gt; script to probe the capabilities and type of the&#xA;system in question.  Sudo&amp;rsquo;s &lt;code&gt;configure&lt;/code&gt; script has a large number of options&#xA;that control its behavior and enable or disable optional functionality.&#xA;Be sure to read this document fully before configuring and building sudo.&#xA;You may also wish to read the file INSTALL.configure which explains more&#xA;about the &lt;code&gt;configure&lt;/code&gt; script itself.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;system-requirements&#34;&gt;&#xA;        System requirements&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/install/#system-requirements&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: System requirements&#34; aria-label=&#34;Anchor to: System requirements&#34; href=&#34;#system-requirements&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;To build sudo from the source distribution you will need a&#xA;POSIX-compliant operating system (any modern version of BSD, Linux,&#xA;or Unix should work), a C compiler that conforms to ISO C99 or&#xA;higher, and the ar, make, and ranlib utilities.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Upgrade Notes</title>
      <link>https://www.sudo.ws/docs/upgrade/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/upgrade/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Upgrading from a version prior to 1.9.15:&lt;/p&gt;&#xA;&lt;p&gt;The sudoers plugin now uses a time stamp path name that is based&#xA;on the user-ID instead of the user name.  For example, a time&#xA;stamp file that was /var/run/sudo/ts/root in sudo 1.9.14 will&#xA;now be /var/run/sudo/ts/0.  The lecture flag file name is now&#xA;also based on the user-ID, which will result in users receiving&#xA;the sudo lecture again on upgrade to sudo 1.9.15.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Brief History of Sudo</title>
      <link>https://www.sudo.ws/about/history/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/history/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;the-early-years&#34;&gt;&#xA;        The Early Years&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/about/history/#the-early-years&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: The Early Years&#34; aria-label=&#34;Anchor to: The Early Years&#34; href=&#34;#the-early-years&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo was first conceived and implemented by Bob Coggeshall and Cliff Spencer&#xA;around 1980 at the Department of Computer Science at SUNY/Buffalo. It ran on&#xA;a VAX-11/750 running 4.1BSD. An updated version, credited to Phil Betchel,&#xA;Cliff Spencer, Gretchen Phillips, John LoVerso, and Don Gworek, was posted to&#xA;the net.sources Usenet newsgroup in December of 1985.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contributing to Sudo</title>
      <link>https://www.sudo.ws/docs/contributing/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/contributing/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;p&gt;Thank you for your interest in contributing to Sudo!  There are a&#xA;number of way you can help make Sudo better.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;getting-started&#34;&gt;&#xA;        Getting started&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/contributing/#getting-started&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Getting started&#34; aria-label=&#34;Anchor to: Getting started&#34; href=&#34;#getting-started&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;To get an overview of Sudo, see the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/readme/readme&#34;&#xA;&gt;README.md&lt;/a&gt; file.&#xA;There are multiple ways to contribute, some of which don&amp;rsquo;t require&#xA;writing a single line of code.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;filing-bug-reportsissues&#34;&gt;&#xA;        Filing bug reports/issues&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/contributing/#filing-bug-reportsissues&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Filing bug reports/issues&#34; aria-label=&#34;Anchor to: Filing bug reports/issues&#34; href=&#34;#filing-bug-reportsissues&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;If you believe you have found a bug, you can either file a bug&#xA;report in the sudo bug database, &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://bugzilla.sudo.ws/&#34;&#xA;&gt;https://bugzilla.sudo.ws/&lt;/a&gt;, or open&#xA;a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/issues&#34;&#xA;&gt;GitHub issue&lt;/a&gt;,&#xA;whichever you find easier.  If you would prefer to use email,&#xA;messages may be sent to the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-workers&#34;&#xA;&gt;sudo-workers@sudo.ws mailing&#xA;list&lt;/a&gt; (public)&#xA;or to &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;mailto:sudo@sudo.ws&#34;&#xA;&gt;sudo@sudo.ws&lt;/a&gt; (private).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sanitizers and Sudo</title>
      <link>https://www.sudo.ws/security/sanitizers/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/sanitizers/</guid>
      <description>&lt;p&gt;Sudo&amp;rsquo;s build system has native support for compiling with&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/google/sanitizers&#34;&#xA;&gt;Sanitizers&lt;/a&gt; when using the&#xA;gcc or clang compilers.  It is recommended that you use the configure&#xA;options described below rather than trying to adjust the &lt;code&gt;CC&lt;/code&gt;,&#xA;&lt;code&gt;CFLAGS&lt;/code&gt; or &lt;code&gt;LDFLAGS&lt;/code&gt; &lt;code&gt;Makefile&lt;/code&gt; options.  Failure to do so may&#xA;result in memory leak false positives.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;building-sudo-with-sanitizer-support&#34;&gt;&#xA;        Building sudo with sanitizer support&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/sanitizers/#building-sudo-with-sanitizer-support&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Building sudo with sanitizer support&#34; aria-label=&#34;Anchor to: Building sudo with sanitizer support&#34; href=&#34;#building-sudo-with-sanitizer-support&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;To build sudo with sanitizer support you must use the &lt;code&gt;--enable-sanitizer&lt;/code&gt;&#xA;configure option.  This will add the &lt;code&gt;-fsanitize&lt;/code&gt; and&#xA;&lt;code&gt;-fno-omit-frame-pointer&lt;/code&gt; compiler options in the correct places.&#xA;It will also enable &lt;code&gt;NO_LEAKS&lt;/code&gt; in &lt;code&gt;config.h&lt;/code&gt;, which prevents some&#xA;memory from being reported as leaked at exit time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Troubleshooting FAQ</title>
      <link>https://www.sudo.ws/docs/troubleshooting/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/troubleshooting/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h4 id=&#34;when-i-run-configure-it-says-c-compiler-cannot-create-executables&#34;&gt;&#xA;        When I run configure, it says &amp;ldquo;C compiler cannot create executables&amp;rdquo;.&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/troubleshooting/#when-i-run-configure-it-says-c-compiler-cannot-create-executables&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: When I run configure, it says &amp;ldquo;C compiler cannot create executables&amp;rdquo;.&#34; aria-label=&#34;Anchor to: When I run configure, it says &amp;ldquo;C compiler cannot create executables&amp;rdquo;.&#34; href=&#34;#when-i-run-configure-it-says-c-compiler-cannot-create-executables&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h4&gt;&#xA;&lt;/div&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This usually means you either don&amp;rsquo;t have a working compiler.  This&#xA;could be due to the lack of a license or that some component of the&#xA;compiler suite could not be found.  Check config.log for clues as&#xA;to why this is happening.  On many systems, compiler components live&#xA;in /usr/ccs/bin which may not be in your PATH environment variable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Sudo Packages</title>
      <link>https://www.sudo.ws/docs/packaging/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/packaging/</guid>
      <description>&lt;p&gt;Starting with version 1.7.4, sudo is distributed in binary package&#xA;form in addition to the traditional source tarballs. In order to&#xA;support as many operating system-dependent package formats as&#xA;possible without having to maintain a large number of configuration&#xA;files, sudo uses &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/OneIdentity/Polypkg&#34;&#xA;&gt;PolyPkg&lt;/a&gt;&#xA;to build the actual packages.&lt;/p&gt;&#xA;&lt;p&gt;Package configuration is located in the &lt;code&gt;sudo.pp&lt;/code&gt; file that&#xA;is included with the sudo source distribution. The included&#xA;&lt;code&gt;mkpkg&lt;/code&gt; script can be used to configure sudo&#xA;using the same parameters as the official binary packages and generate&#xA;a package using the &amp;ldquo;package&amp;rdquo; target in the &lt;code&gt;Makefile&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contributors</title>
      <link>https://www.sudo.ws/about/contributors/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/contributors/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;p&gt;The following list of people, sorted by last name, have contributed&#xA;code or patches to this implementation of sudo since I began&#xA;maintaining it in 1993. This list is known to be incomplete&amp;ndash;if&#xA;you believe you should be listed, send a note to &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;mailto:sudo@sudo.ws&#34;&#xA;&gt;sudo@sudo.ws&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Ackeret, Matt&#xA;Adler, Mark&#xA;Allbery, Russ&#xA;Anderson, Jamie&#xA;Andrew, Nick&#xA;Andric, Dimitry&#xA;Barron, Danny&#xA;Bates, Tom&#xA;Behan, Zdeněk&#xA;Bellis, Ray&#xA;Benali, Elias&#xA;Beverly, Jamie&#xA;Boardman, Spider&#xA;Bos, Sander&#xA;Bostley, P.J.&#xA;Bowes, Keith&#xA;Boyce, Keith Garry&#xA;Brantley, Michael&#xA;Braun, Rob&#xA;Březina, Pavel&#xA;Brooks, Piete&#xA;Brown, Jerry&#xA;Burr, Michael E&#xA;Burton, Ross&#xA;Bussjaeger, Andreas&#xA;Calvin, Gary&#xA;Campbell, Aaron&#xA;Chazelas, Stephane&#xA;Cheloha, Scott&#xA;Čížek, Vítězslav&#xA;Coleman, Chris&#xA;Corzine, Deven T.&#xA;Cusack, Frank&#xA;Dai, Wei&#xA;Dill, David&#xA;Earickson, Jeff&#xA;Eckhardt, Drew&#xA;Edgington, Ben&#xA;Esipovich, Marc&#xA;Espie, Marc&#xA;Faigon, Ariel&#xA;Farrell, Brian&#xA;Fobes, Steve&#xA;Frysinger, Mike&#xA;G., Daniel Richard&#xA;Gailly, Jean-loup&#xA;Gelman, Stephen&#xA;Gerraty, Simon J.&#xA;Graber, Stephane&#xA;Guillory, B.&#xA;Hayman, Randy M.&#xA;Henke, Joachim&#xA;Hideaki, Yoshifuji&#xA;Hieb, Dave&#xA;Holloway, Nick&#xA;Hoover, Adam&#xA;Hunter, Michael T.&#xA;Hutchings, Ben&#xA;Irrgang, Eric&#xA;Jackson, Brian&#xA;Jackson, John R.&#xA;Jackson, Richard L., Jr.&#xA;Janssen, Mark&#xA;Jindrák, Jaroslav&#xA;Jepeway, Chris&#xA;Jorge, Joel Peláe&#xA;Jover, Guillem&#xA;Juhani, Timo&#xA;Kikuchi, Ayamura&#xA;Kadow, Kevin&#xA;Kasal, Stepan&#xA;Kienenberger, Mike&#xA;King, Dale&#xA;King, Michael&#xA;Klyachkin, Andrey&#xA;Knoble, Jim&#xA;Knox, Tim&#xA;Komarnitsky, Alek O.&#xA;Kondrashov, Nikolai&#xA;Kopeček, Daniel&#xA;Kranenburg, Paul&#xA;Krause, David&#xA;Lakin, Eric&#xA;Larsen, Case&#xA;Levin, Dmitry V.&#xA;Libby, Kendall&#xA;Lobbes, Phillip E.&#xA;McIntyre, Jason&#xA;MacKenzie, David J.&#xA;McLaughlin, Tom&#xA;Makey, Jeff&#xA;Mallayya, Sangamesh&#xA;Manner, Róbert&#xA;Marchionna, Michael D.&#xA;Markham, Paul&#xA;Martinian, Emin&#xA;Meskes, Michael&#xA;Michael, David&#xA;Miller, Todd C.&#xA;Minier, Loïc&#xA;Moffat, Darren&#xA;Moldung, Jan Thomas&#xA;Morris, Charles&#xA;Mueller, Andreas&#xA;Müller, Dworkin&#xA;Nieusma, Jeff&#xA;Nikitser, Peter A.&#xA;Nussel, Ludwig&#xA;Orbán, László&#xA;Ouellet, Jean-Philippe&#xA;Paquet, Eric&#xA;Paradis, Chantal&#xA;Pasteleurs, Frederic&#xA;Percival, Ted&#xA;Perera, Andres&#xA;Peron, Christian S.J.&#xA;Peschel, Aaron&#xA;Peslyak, Alexander&#xA;Peterson, Toby&#xA;Pettenò, Diego Elio&#xA;Pickett, Joel&#xA;Plotnick, Alex&#xA;de Raadt, Theo&#xA;Rasch, Gudleik&#xA;Reid, Steve&#xA;Richards, Matt&#xA;Rossum, Guido van&#xA;Rouillard, John P.&#xA;Rowe, William A., Jr.&#xA;Roy, Alain&#xA;Ruusamäe, Elan&#xA;Ryabinkin, Eygene&#xA;Sato, Yuichi&#xA;Sánchez, Wilfredo&#xA;Sanders, Miguel&#xA;Sasaki, Kan&#xA;Saucier, Jean-Francois&#xA;Schoenfeld, Patrick&#xA;Schuring, Arno&#xA;Schwarze, Ingo&#xA;Scott, Dougal&#xA;Shand, Will&#xA;Sieger, Nick&#xA;Simon, Thor Lancelot&#xA;Skoll, Dianne&#xA;Slemko, Marc&#xA;Smith, Andy&#xA;Sobrado, Igor&#xA;Soulen, Steven&#xA;Spangler, Aaron&#xA;Spradling, Cloyce D.&#xA;Spradling, Michael&#xA;Stier, Matthew&#xA;Stoeckmann, Tobias&#xA;Street, Russell&#xA;Stritzky, Tilo&#xA;Stroucken, Michael&#xA;Tarrall, Robert&#xA;Thomas, Matthew&#xA;Todd, Giles&#xA;Toft, Martin&#xA;Torek, Chris&#xA;Tucker, Darren&#xA;Uhl, Robert&#xA;Uzel, Petr&#xA;Valery, Reznic&#xA;Van Dinter, Theo&#xA;Venckus, Martynas&#xA;de Vries, Maarten&#xA;Wagner, Klaus&#xA;Walsh, Dan&#xA;Warburton, John&#xA;Webb, Kirk&#xA;Wetzel, Timm&#xA;Wieringen, Marco van&#xA;Wilk, Jakub&#xA;Winiger, Gary&#xA;Wood, David&#xA;Zacarias, Gustavo&#xA;Zolnowsky, John&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The following people have worked to translate sudo into&#xA;other languages as part of the Translation Project, see&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://translationproject.org&#34;&#xA;&gt;https://translationproject.org&lt;/a&gt; for more details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mirroring Sudo</title>
      <link>https://www.sudo.ws/getting/mirror/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/mirror/</guid>
      <description>&lt;p&gt;If you wish to mirror the sudo distribution, please mirror the&#xA;master site, &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;ftp://ftp.sudo.ws/pub/sudo&#34;&#xA;&gt;ftp://ftp.sudo.ws/pub/sudo&lt;/a&gt;.&#xA;The best times to mirror are between midnight and 8am US mountain&#xA;standard time (MST).&lt;/p&gt;&#xA;&lt;p&gt;In addition to standard ftp-based mirroring, you may also mirror the ftp&#xA;site via &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://rsync.samba.org/&#34;&#xA;&gt;rsync&lt;/a&gt;.&#xA;To mirror the ftp site via rsync, run something like&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;rsync -avz rsync.sudo.ws::sudo_ftp /path/to/your/mirror&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;If you wish to mirror the sudo web pages, you may do so via a&#xA;web mirroring program such as&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.gnu.org/software/wget/wget.html&#34;&#xA;&gt;wget&lt;/a&gt;.&#xA;Alternately, you may use &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://rsync.samba.org/&#34;&#xA;&gt;rsync&lt;/a&gt;&#xA;to do the mirroring.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Other Documentation</title>
      <link>https://www.sudo.ws/docs/other/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/other/</guid>
      <description>&lt;p&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/todd&#34;&#xA;&gt;Todd Miller&lt;/a&gt; gave a talk at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.socallinuxexpo.org/scale9x/&#34;&#xA;&gt;SCaLE 9x&lt;/a&gt; on plugin support in sudo 1.8.  The &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/slides/Sudo_SCALE9x.pdf&#34;&#xA;&gt;slides from the presentation&lt;/a&gt;&#xA;are available.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.komar.org/&#34;&#xA;&gt;Alek Komarnitsky&lt;/a&gt; has a nice &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.komar.org/pres/sudo/&#34;&#xA;&gt;slide show&lt;/a&gt; on how to use &lt;em&gt;sudo&lt;/em&gt; in a large,&#xA;heterogeneous environment.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.aplawrence.com&#34;&#xA;&gt;A.P. Lawrence&lt;/a&gt; has a nice article that covers the &lt;em&gt;sudo&lt;/em&gt; basics entitled &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.aplawrence.com/Basics/sudo.html&#34;&#xA;&gt;Using Sudo&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.linkedin.com/pub/peter-allan/44/a0/58b&#34;&#xA;&gt;Peter M. Allan&lt;/a&gt; has written a short article on &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://www.zen19351.zen.co.uk/article_series/sudo_policy_basics.html&#34;&#xA;&gt;sudo policy basics&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Author &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.michaelwlucas.com/&#34;&#xA;&gt;Michael W. Lucas&lt;/a&gt; has a made his video &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://blather.michaelwlucas.com/archives/2266&#34;&#xA;&gt;Sudo: Your&amp;rsquo;re Doing It Wrong&lt;/a&gt; available online.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Translations</title>
      <link>https://www.sudo.ws/about/translations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/translations/</guid>
      <description>&lt;p&gt;National Language Support, or NLS, means that a program&amp;rsquo;s informational,&#xA;warning and error strings are stored in a message catalog which can&#xA;be translated into the native language of the program&amp;rsquo;s users.&#xA;Beginning with version 1.8.2, sudo supports NLS using the &lt;em&gt;gettext&lt;/em&gt;&#xA;family of functions.&lt;/p&gt;&#xA;&lt;p&gt;NLS Translations for sudo are coordinated through the&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://translationproject.org/&#34;&#xA;&gt;Translation Project&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If you would like to contribute a translation for sudo, please join&#xA;a translation team at the Translation Project instead of contributing&#xA;a &lt;code&gt;.po&lt;/code&gt; file directly. This will avoid duplicated work if there is&#xA;already a translation in progress. If you would like to become a&#xA;member of a translation team, please follow the&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://translationproject.org/html/translators.html&#34;&#xA;&gt;instructions for translators&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Alternatives</title>
      <link>https://www.sudo.ws/docs/alternatives/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/alternatives/</guid>
      <description>&lt;p&gt;Of course, &lt;em&gt;Sudo&lt;/em&gt; isn&amp;rsquo;t the only game in town. I won&amp;rsquo;t comment&#xA;on these other options as I haven&amp;rsquo;t spent much time working&#xA;with them (and I&amp;rsquo;d probably be a bit biased). If you would like to&#xA;add to this list, please send mail to &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;mailto:sudo@sudo.ws&#34;&#xA;&gt;sudo@sudo.ws&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;open_source&#34;&gt;&#xA;        Open Source Sudo Alternatives&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/docs/alternatives/#open_source&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Open Source Sudo Alternatives&#34; aria-label=&#34;Anchor to: Open Source Sudo Alternatives&#34; href=&#34;#open_source&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/trifectatechfoundation/sudo-rs&#34;&#xA;&gt;sudo-rs&lt;/a&gt;&#xA;is a safety oriented and memory safe implementation of sudo and&#xA;su written in Rust.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugins</title>
      <link>https://www.sudo.ws/about/plugins/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/plugins/</guid>
      <description>&lt;p&gt;Starting with version 1.8.0, sudo supports a&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/man/sudo_plugin.man&#34;&#xA;&gt;modular framework&lt;/a&gt; that supports&#xA;third-party policy and I/O logging plugins. In this framework,&#xA;when a user runs &lt;code&gt;sudo&lt;/code&gt;, the front-end queries a policy&#xA;plugin to determine whether or not the command is to be allowed.&#xA;If it is allowed, the policy plugin returns a description of how&#xA;to run the command along with the argument vector and environment&#xA;to pass to the &lt;code&gt;execve()&lt;/code&gt; system call. While the command&#xA;is being run, the I/O plugin, if any, is passed all input to and&#xA;output from the command.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ChangeLog</title>
      <link>https://www.sudo.ws/releases/changelog/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/releases/changelog/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;dl&gt;&#xA;&lt;dt&gt;2026-06-14  Todd C. Miller&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;logsrvd/logsrvd_relay.c:&lt;br&gt;&#xA;Move tls_connect_error_fn() inside #ifdef HAVE_OPENSSL block&lt;/p&gt;&#xA;&lt;p&gt;Fixes a compilation error when the &amp;ndash;disable-openssl configure option is&#xA;specified. &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://bugzilla.sudo.ws/show_bug.cgi?id=1093&#34;&#xA;&gt;Bug #1093&lt;/a&gt;.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://git.sudo.ws/sudo/commit/?id=f6a94ab6a&#34;&#xA;&gt;[f6a94ab6a]&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;2026-06-13  Todd C. Miller&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;plugins/sudoers/sudoers.c:&lt;br&gt;&#xA;sudoedit: perform relative file name expansion before policy check&lt;/p&gt;&#xA;&lt;p&gt;The expansion of non-fully qualified file names needs to happen before&#xA;the command is matched against sudoers.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://git.sudo.ws/sudo/commit/?id=92a9b0637&#34;&#xA;&gt;[92a9b0637]&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;2026-06-12  Todd C. Miller&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;plugins/sudoers/sudoers.c:&lt;br&gt;&#xA;sudoedit: prepend current working directory for relative file names&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo License</title>
      <link>https://www.sudo.ws/about/license/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/license/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;dl&gt;&#xA;&lt;dt&gt;Sudo is distributed under the following license:&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;Copyright (c) 1994-1996, 1998-2026&#xA;Todd C. Miller &amp;lt;Todd.Miller@sudo.ws&amp;gt;&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;Permission to use, copy, modify, and distribute this software for any&#xA;purpose with or without fee is hereby granted, provided that the above&#xA;copyright notice and this permission notice appear in all copies.&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;THE SOFTWARE IS PROVIDED &amp;ldquo;AS IS&amp;rdquo; AND THE AUTHOR DISCLAIMS ALL WARRANTIES&#xA;WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF&#xA;MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR&#xA;ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES&#xA;WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN&#xA;ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF&#xA;OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Logo</title>
      <link>https://www.sudo.ws/about/logo/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/logo/</guid>
      <description>&lt;figure&gt;&lt;a href=&#34;https://www.sudo.ws/images/sudo-sandwich-logo.png&#34;&gt;&lt;img src=&#34;https://www.sudo.ws/images/sudo-sandwich-logo-65.png&#34;&#xA;    alt=&#34;The current sudo logo, © 2019 by Mark Stillman and licensed under CCBY 4.0. It was inspired by xkcd 149.&#34;&gt;&lt;/a&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Sudo Sandwich Logo&lt;/h4&gt;&lt;p&gt;The current sudo logo, © 2019 by Mark Stillman and licensed under &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1&#34;&#xA;&gt;CCBY 4.0&lt;/a&gt;.  It was inspired by &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://xkcd.com/149/&#34;&#xA;&gt;xkcd 149&lt;/a&gt;.&lt;/p&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;figure&gt;&lt;a href=&#34;https://www.sudo.ws/images/sudo-shield-logo.png&#34;&gt;&lt;img src=&#34;https://www.sudo.ws/images/sudo-shield-logo-65.png&#34;&#xA;    alt=&#34;The previous sudo logo, © 2010 by Trent Badger and licensed under CCBY 4.0.&#34;&gt;&lt;/a&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Sudo Shield Logo&lt;/h4&gt;&lt;p&gt;The previous sudo logo, © 2010 by Trent Badger and licensed under &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1&#34;&#xA;&gt;CCBY 4.0&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Export Controls</title>
      <link>https://www.sudo.ws/about/export/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/about/export/</guid>
      <description>&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h3 id=&#34;use-of-encryption&#34;&gt;&#xA;        Use of encryption&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/about/export/#use-of-encryption&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Use of encryption&#34; aria-label=&#34;Anchor to: Use of encryption&#34; href=&#34;#use-of-encryption&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h3&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Prior to version 1.9.0, Sudo did not include support for encrypting&#xA;data and was not subject to any export controls. However, starting&#xA;with version 1.9.0, Sudo supports encrypted connections between the&#xA;&lt;code&gt;sudo_logsrvd&lt;/code&gt; daemon and the sudoers plugin.  Specifically, TLS&#xA;1.2 or higher is used which supports strong encryption. The actual&#xA;encryption algorithms used depend on the Sudo configuration as well&#xA;as the version of &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.openssl.org/&#34;&#xA;&gt;OpenSSL&lt;/a&gt; or&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.libressl.org/&#34;&#xA;&gt;LibreSSL&lt;/a&gt; sudo is linked with (sudo&#xA;does not include an implementation of any encryption algorithms&#xA;itself).  Some users may need to know whether Sudo is covered under&#xA;U.S. export restrictions, specifically the&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.law.cornell.edu/cfr/text/15/subtitle-B/chapter-VII/subchapter-C&#34;&#xA;&gt;Export Administration Regulations (EAR)&lt;/a&gt;&#xA;and if so, what its Export Control Classification Number (ECCN)&#xA;might be.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Local Privilege Escalation via chroot option</title>
      <link>https://www.sudo.ws/security/advisories/chroot_bug/</link>
      <pubDate>Mon, 30 Jun 2025 14:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/chroot_bug/</guid>
      <description>&lt;p&gt;An attacker can leverage sudo&amp;rsquo;s &lt;code&gt;-R&lt;/code&gt; (&lt;code&gt;--chroot&lt;/code&gt;) option to run&#xA;arbitrary commands as root, even if they are not listed in the&#xA;sudoers file.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/chroot_bug/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo versions 1.9.14 to 1.9.17 inclusive are affected.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/chroot_bug/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-32463&#34;&#xA;&gt;CVE-2025-32463&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Local Privilege Escalation via host option</title>
      <link>https://www.sudo.ws/security/advisories/host_any/</link>
      <pubDate>Mon, 30 Jun 2025 14:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/host_any/</guid>
      <description>&lt;p&gt;Sudo&amp;rsquo;s host (&lt;code&gt;-h&lt;/code&gt; or &lt;code&gt;--host&lt;/code&gt;) option is intended to be used in&#xA;conjunction with the list option (&lt;code&gt;-l&lt;/code&gt; or &lt;code&gt;--list&lt;/code&gt;) to list a user&amp;rsquo;s&#xA;sudo privileges on a host other than the current one.  However, due&#xA;to a bug it was not restricted to listing privileges and could be&#xA;used when running a command via &lt;code&gt;sudo&lt;/code&gt; or editing a file with&#xA;&lt;code&gt;sudoedit&lt;/code&gt;.  Depending on the rules present in the sudoers file&#xA;this could allow a local privilege escalation attack.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why sudo 1.9.16 enables secure_path by default?</title>
      <link>https://www.sudo.ws/posts/2024/09/why-sudo-1.9.16-enables-secure_path-by-default/</link>
      <pubDate>Mon, 16 Sep 2024 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2024/09/why-sudo-1.9.16-enables-secure_path-by-default/</guid>
      <description>&lt;p&gt;Sudo 1.9.16 is now out, containing mostly bug fixes. However, there are also some new features, like the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2024/04/when-it-comes-to-sudo-logging-pretty-is-not-always-better/&#34;&#xA;&gt;json_compact option I wrote about a while ago&lt;/a&gt;. The other major change is, &lt;em&gt;secure_path&lt;/em&gt; is now enabled by default in the sudoers file, and there is a new option to fine-tune its content.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2024/09/why-sudo-1.9.16-enables-secure_path-by-default/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;As usual, operating systems usually lag behind with sudo versions. If your OS does not have yet 1.9.16 or later, there is a good chance that you can find a ready to use installer on the sudo website at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/download/#binary&#34;&#xA;&gt;https://www.sudo.ws/getting/download/#binary&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>When it comes to sudo logging, pretty is not always better</title>
      <link>https://www.sudo.ws/posts/2024/04/when-it-comes-to-sudo-logging-pretty-is-not-always-better/</link>
      <pubDate>Thu, 11 Apr 2024 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2024/04/when-it-comes-to-sudo-logging-pretty-is-not-always-better/</guid>
      <description>&lt;p&gt;Version 1.9.16 of sudo will introduce a new logging option: &lt;em&gt;json_compact&lt;/em&gt;. This does not affect logging to syslog, only logging to files. Previously, sudo created human-readable JSON log files. With this new setting enabled, logs are no longer pretty but can be easily read by logging software.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2024/04/when-it-comes-to-sudo-logging-pretty-is-not-always-better/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;As I am writing this blog, version 1.9.16 is not yet released, not even a beta. For now, if you want to test this feature, you will have to compile sudo yourself from source. Once 1.9.16 is released, it will be available here on the sudo website as ready to install package for major Linux and UNIX variants. And eventually it will officially become available in various operating systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>More info with -ll in sudo 1.9.15</title>
      <link>https://www.sudo.ws/posts/2023/11/more-info-with-ll-in-sudo-1.9.15/</link>
      <pubDate>Wed, 08 Nov 2023 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2023/11/more-info-with-ll-in-sudo-1.9.15/</guid>
      <description>&lt;p&gt;Version 1.9.15 of sudo gives more detailed information when using the &lt;code&gt;-ll&lt;/code&gt; option. For commands, it adds the rule that allows it. Without a command parameter, it lists rules affecting a given user. It also prints which file contains the given rule, making debugging easier.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2023/11/more-info-with-ll-in-sudo-1.9.15/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Unless you are using a rolling Linux distribution, there is a good chance that sudo 1.9.15 is not yet available for your system. Luckily the sudo project provides you with easy to use binary packages for many popular Linux distributions and UNIX variants. Check &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/packages/&#34;&#xA;&gt;https://www.sudo.ws/getting/packages/&lt;/a&gt; to see if your system is supported. If not, you can still build sudo from source.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Double free with per-command chroot sudoers rules</title>
      <link>https://www.sudo.ws/security/advisories/double_free/</link>
      <pubDate>Mon, 27 Feb 2023 08:00:00 -0700</pubDate>
      <guid>https://www.sudo.ws/security/advisories/double_free/</guid>
      <description>&lt;p&gt;A flaw exists in sudo&amp;rsquo;s per-command chroot feature that could result&#xA;in the variable that stores the command being freed more than once.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/double_free/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo versions 1.9.8 through 1.9.13p1 inclusive are affected.&#xA;Versions of sudo prior to 1.9.8 are not affected.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/double_free/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-27320&#34;&#xA;&gt;CVE-2023-27320&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The list pseudo-command</title>
      <link>https://www.sudo.ws/posts/2023/02/the-list-pseudo-command/</link>
      <pubDate>Tue, 21 Feb 2023 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2023/02/the-list-pseudo-command/</guid>
      <description>&lt;p&gt;Version 1.9.13 of sudo adds the &lt;em&gt;list&lt;/em&gt; pseudo-command. Previously, only root or a user with the ability to run any command as either root or the target user could list privileges. Using the &lt;em&gt;list&lt;/em&gt; pseudo-command it is possible to list the privileges of another user without any additional privileges, thus tightening security even more.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2023/02/the-list-pseudo-command/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Unless you are using a rolling Linux distribution, there is a good chance that sudo 1.9.13 is not yet available for your system. Luckily the sudo project provides you with easy to use binary packages for many popular Linux distributions and UNIX variants. Check &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/packages/&#34;&#xA;&gt;https://www.sudo.ws/getting/packages/&lt;/a&gt; to see if your system is supported. If not, you can still build sudo from source.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoedit can edit arbitrary files</title>
      <link>https://www.sudo.ws/security/advisories/sudoedit_any/</link>
      <pubDate>Wed, 18 Jan 2023 08:00:00 -0700</pubDate>
      <guid>https://www.sudo.ws/security/advisories/sudoedit_any/</guid>
      <description>&lt;p&gt;A flaw in exists in sudo&amp;rsquo;s -e option (aka sudoedit) that allows a&#xA;malicious user with &lt;em&gt;sudoedit&lt;/em&gt; privileges to edit arbitrary files.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit_any/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo versions 1.8.0 through 1.9.12p1 inclusive are affected.&#xA;Versions of sudo prior to 1.8.0 construct the argument vector&#xA;differently and are not affected.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit_any/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22809&#34;&#xA;&gt;CVE-2023-22809&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Running sudo without updating cached credentials</title>
      <link>https://www.sudo.ws/posts/2022/10/running-sudo-without-updating-cached-credentials/</link>
      <pubDate>Tue, 25 Oct 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/10/running-sudo-without-updating-cached-credentials/</guid>
      <description>&lt;p&gt;One of the recurring questions at conferences was whether there is a way to check cached sudo credentials without updating them. Version 1.9.12 of sudo introduces the &lt;code&gt;-N&lt;/code&gt; option which makes this possible, and also allows running any commands without updating the cached credentials.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2022/10/running-sudo-without-updating-cached-credentials/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;The &lt;code&gt;-N&lt;/code&gt; option was introduced in sudo version 1.9.12. There is a good chance that your choice of operating system still has an older version of sudo. You can easily compile sudo from source, however, using pre-built binary packages is even easier. Luckily the sudo website has a large collection of easy to use binary packages for many popular operating systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Central configuration and session analytics for sudo</title>
      <link>https://www.sudo.ws/posts/2022/09/central-configuration-and-session-analytics-for-sudo/</link>
      <pubDate>Tue, 27 Sep 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/09/central-configuration-and-session-analytics-for-sudo/</guid>
      <description>&lt;p&gt;Sudo is one of the most used command line tools in the Linux / UNIX / macOS world. It gives users the ability to execute commands as another user. Most often it is used to gain root (administrator) privileges. Sudo was created when there were a small number of independent large systems. Some support for multiple hosts, central management and monitoring were later added to it. These tools do their jobs, however large enterprises require ease of use, reporting and monitoring.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.11: sub-command detection improved on Linux</title>
      <link>https://www.sudo.ws/posts/2022/06/sudo-1.9.11-sub-command-detection-improved-on-linux/</link>
      <pubDate>Tue, 28 Jun 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/06/sudo-1.9.11-sub-command-detection-improved-on-linux/</guid>
      <description>&lt;p&gt;Version 1.9.8 of sudo introduced support for logging and intercepting sub-commands. These features quickly became very popular. The original implementation is portable, however it also has a number of limitations. Version 1.9.11 of sudo introduced an alternative, Linux-specific, implementation that allows sudo to detect sub-commands in even more situations.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2022/06/sudo-1.9.11-sub-command-detection-improved-on-linux/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Version 1.9.11 of sudo was released very recently. There is a good chance that your OS of choice still has an earlier version. If you use one of the more popular Linux distributions, ready-to-install sudo packages are available on the sudo website at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/packages/&#34;&#xA;&gt;https://www.sudo.ws/getting/packages/&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Looking inside sudo shell sessions: auditd, session recordings, log_subcmds</title>
      <link>https://www.sudo.ws/posts/2022/05/looking-inside-sudo-shell-sessions-auditd-session-recordings-log_subcmds/</link>
      <pubDate>Tue, 31 May 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/05/looking-inside-sudo-shell-sessions-auditd-session-recordings-log_subcmds/</guid>
      <description>&lt;p&gt;There are situations where you cannot avoid giving a user full shell access through sudo. A shell with administrative privileges gives complete control over your hosts. Until recently, sudo could only log the start of the shell, not the commands executed within it. You could record sessions with sudo, but watching recordings is boring, time consuming and can still be subverted. Version 1.9.8 introduced logging of sub-commands, but that is not yet available on many systems. An alternate approach is to use auditd to log commands started from a root shell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo for blue teams: how to control and log better</title>
      <link>https://www.sudo.ws/posts/2022/05/sudo-for-blue-teams-how-to-control-and-log-better/</link>
      <pubDate>Tue, 03 May 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/05/sudo-for-blue-teams-how-to-control-and-log-better/</guid>
      <description>&lt;p&gt;Sudo had many features to help blue teams in their daily job even before 1.9 was released. Session recordings, plugins and others made sure that most administrative access could be controlled and problems easily detected. Version 1.9 introduced Python support, new APIs, centralized session recordings, however some blind spots still remained. Learn how  some of the latest sudo features can help you to better control and log administrative access to your hosts. You will learn about JSON logging in sudo, chroot support, logging sub-commands, and how to work with these logs in syslog-ng.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.10: hiding passwords in session recordings</title>
      <link>https://www.sudo.ws/posts/2022/03/sudo-1.9.10-hiding-passwords-in-session-recordings/</link>
      <pubDate>Tue, 29 Mar 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/03/sudo-1.9.10-hiding-passwords-in-session-recordings/</guid>
      <description>&lt;p&gt;Session recording has been available in sudo for many years, however not many people are aware of it. Even less well-known is that you can save not just the terminal output, but also what the user types. That way you can analyze what the user is doing within a shell session. Recordings may also include user passwords, which is not always desirable. Version 1.9.10 of sudo allows you to hide passwords in session recordings if it recognizes a password entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.10: using regular expressions in the sudoers file</title>
      <link>https://www.sudo.ws/posts/2022/03/sudo-1.9.10-using-regular-expressions-in-the-sudoers-file/</link>
      <pubDate>Wed, 09 Mar 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/03/sudo-1.9.10-using-regular-expressions-in-the-sudoers-file/</guid>
      <description>&lt;p&gt;It has been possible to use wildcards in the sudoers file for many years. This can make configuration easier and more flexible, but it also introduces problems of its own. Regular expressions, introduced in in sudo 1.9.10, allow you to create more fine grained rules.&#xA;From this blog you will learn about some of the problems when you use wildcards in your sudoers file, and how using regular expressions can resolve those problems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>cvtsudoers: merging multiple sudoers files into one</title>
      <link>https://www.sudo.ws/posts/2022/02/cvtsudoers-merging-multiple-sudoers-files-into-one/</link>
      <pubDate>Tue, 08 Feb 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/02/cvtsudoers-merging-multiple-sudoers-files-into-one/</guid>
      <description>&lt;p&gt;We learned in &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2022/01/cvtsudoers-not-just-for-ldap/&#34;&#xA;&gt;my previous sudo blog&lt;/a&gt; that &lt;code&gt;cvtsudoers&lt;/code&gt; is not just for LDAP. Version 1.9.9 of sudo extends the querying possibilities of &lt;code&gt;cvtsudoers&lt;/code&gt; further and adds a brand new feature: merging multiple sudoers files into one. Both are especially useful when you have complex configurations. Querying lets you to better understand what the various rules allow in your sudoers file. Merging helps you to combine multiple configurations into one, so you do not have to maintain a separate sudoers file on each of your hosts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>cvtsudoers: not just for LDAP</title>
      <link>https://www.sudo.ws/posts/2022/01/cvtsudoers-not-just-for-ldap/</link>
      <pubDate>Thu, 13 Jan 2022 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2022/01/cvtsudoers-not-just-for-ldap/</guid>
      <description>&lt;p&gt;The main feature of &lt;code&gt;cvtsudoers&lt;/code&gt; is that it can convert between the sudoers file format and LDAP&amp;rsquo;s LDIF file format. As I do not use LDAP in my lab environment I stopped caring about &lt;code&gt;cvtsudoers&lt;/code&gt; after I read the first few lines of its man page. However, &lt;code&gt;cvtsudoers&lt;/code&gt; has additional features useful even without LDAP: querying the sudoers file and printing permissions belonging to a given user or host.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2022/01/cvtsudoers-not-just-for-ldap/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;I must admit, I have no idea which version of sudo introduced the filtering (-m) option to &lt;code&gt;cvtsudoers&lt;/code&gt;. I only know that the current openSUSE Leap and AlmaLinux versions already support it, with versions 1.9.5 and 1.8.29 respectively. If the version of sudo supplied with your operating system is too old, you can find up-to-date sudo packages for many Linux distributions and UNIX variants at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/getting/packages/&#34;&#xA;&gt;https://www.sudo.ws/getting/packages/&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python support arrives in Safeguard for Sudo</title>
      <link>https://www.sudo.ws/posts/2021/11/python-support-arrives-in-safeguard-for-sudo/</link>
      <pubDate>Tue, 30 Nov 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/11/python-support-arrives-in-safeguard-for-sudo/</guid>
      <description>&lt;p&gt;Version 1.9 of sudo was released almost two years ago. One of the major new features was support for Python plugins. Previously, you could only extend sudo by coding in C to better suit your environment, which is not the easiest task to manage. Python makes both coding and distributing the results easier. Starting with &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.oneidentity.com/products/one-identity-safeguard-for-sudo/&#34;&#xA;&gt;Safeguard for Sudo 7.2&lt;/a&gt;, Python support is also available in an enterprise sudo management solution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.8: intercepting commands</title>
      <link>https://www.sudo.ws/posts/2021/10/sudo-1.9.8-intercepting-commands/</link>
      <pubDate>Wed, 06 Oct 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/10/sudo-1.9.8-intercepting-commands/</guid>
      <description>&lt;p&gt;A month ago, when sudo 1.9.8 was still under development, &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2021/08/what-is-coming-in-sudo-1.9.8/&#34;&#xA;&gt;we checked out the new log_subcmds option&lt;/a&gt;. It allows you log all commands (with some limitations) that are executed by a command started through sudo. For example, you can see if a shell was started through a text editor. The intercept option brings this one step further: you can prevent sub-commands from even running.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2021/10/sudo-1.9.8-intercepting-commands/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;To use sudo&amp;rsquo;s &lt;em&gt;intercept&lt;/em&gt; option you need sudo 1.9.8 (or later). At the time of writing it is not available in any of the major Linux distributions. You can download &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/download.html#binary&#34;&#xA;&gt;ready-to-use binary packages&lt;/a&gt; for some Linux distributions and UNIX variants from the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/&#34;&#xA;&gt;sudo website&lt;/a&gt; or build sudo yourself from source. Various BSDs also have an up-to-date version of sudo in ports.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is coming in sudo 1.9.8?</title>
      <link>https://www.sudo.ws/posts/2021/08/what-is-coming-in-sudo-1.9.8/</link>
      <pubDate>Tue, 31 Aug 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/08/what-is-coming-in-sudo-1.9.8/</guid>
      <description>&lt;p&gt;Sudo development is at version 1.9.8 beta 3. There are two major new features: sudo can intercept sub-commands and log sub-commands. In this quick teaser I introduce you to &lt;em&gt;log_subcmds&lt;/em&gt;. I hope it is interesting enough for you to test it out and provide feedback.&lt;/p&gt;&#xA;&lt;p&gt;So, what is &lt;em&gt;log_subcmds&lt;/em&gt; good for? There are many UNIX tools that can spawn external applications. You only see &lt;code&gt;vi&lt;/code&gt; in the logs, but can you be sure without session recording that your admin only edits what he is supposed to? With &lt;em&gt;log_subcmds&lt;/em&gt; you can see all the commands started from an application run through sudo. Or you can see all the commands started from a shell, even without session recording.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Securing the sudo to sudo_logsrvd connection</title>
      <link>https://www.sudo.ws/posts/2021/08/securing-the-sudo-to-sudo_logsrvd-connection/</link>
      <pubDate>Tue, 24 Aug 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/08/securing-the-sudo-to-sudo_logsrvd-connection/</guid>
      <description>&lt;p&gt;Using &lt;code&gt;sudo_logsrvd&lt;/code&gt; to centrally collect sudo session recordings from your network is a huge step forward in security: users cannot delete or modify session recordings locally. However, by default, transmission of recordings is not encrypted, making it open to modifications and eavesdropping. Encrypting the connection between &lt;code&gt;sudo&lt;/code&gt; and &lt;code&gt;sudo_logsrvd&lt;/code&gt; can eliminate these problems. Larger environments usually either have in-house PKI tooling in place, or colleagues who know all openssl options off the top of their heads. However, small and medium enterprises often lack the infrastructure or knowledge to work with TLS certificates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>New in 1.9.7: using sudo_logsrvd in relay mode</title>
      <link>https://www.sudo.ws/posts/2021/06/new-in-1.9.7-using-sudo_logsrvd-in-relay-mode/</link>
      <pubDate>Tue, 15 Jun 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/06/new-in-1.9.7-using-sudo_logsrvd-in-relay-mode/</guid>
      <description>&lt;p&gt;Relay mode was introduced to &lt;code&gt;sudo_logsrvd&lt;/code&gt; in sudo version 1.9.7. But, first of all, what is &lt;code&gt;sudo_logsrvd&lt;/code&gt;? It is the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2020/03/whats-new-in-sudo-1.9-recording-service/&#34;&#xA;&gt;sudo recording service&lt;/a&gt; that allows you to collect sudo session recordings centrally. Using relay mode makes it possible to collect sudo session recordings even when the central service is inaccessible and provides you with a single exit point from your network.&lt;/p&gt;&#xA;&lt;p&gt;In this blog you will learn why relay mode is important and how you can test it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Analyzing your sudo session recordings with One Identity&#39;s SPS</title>
      <link>https://www.sudo.ws/posts/2021/05/analyzing-your-sudo-session-recordings-with-one-identitys-sps/</link>
      <pubDate>Tue, 18 May 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/05/analyzing-your-sudo-session-recordings-with-one-identitys-sps/</guid>
      <description>&lt;p&gt;Sudo is an open source application allowing you to execute commands as another user.  &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.oneidentity.com/products/one-identity-safeguard-for-privileged-sessions/&#34;&#xA;&gt;Safeguard for Privileged Sessions&lt;/a&gt; (SPS) by One Identity is commercial software that allows you to control, monitor and record privileged access. Starting with the upcoming SPS version 6.10 you will be able to collect and analyze sudo session recordings in SPS.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;overview&#34;&gt;&#xA;        Overview&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2021/05/analyzing-your-sudo-session-recordings-with-one-identitys-sps/#overview&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Overview&#34; aria-label=&#34;Anchor to: Overview&#34; href=&#34;#overview&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Session (I/O log) recording has been present in sudo for quite some time, but recordings were only saved locally. Replaying a sudo session like a movie was useful even locally, but a malicious user with shell access could easily delete the recordings. Starting with sudo version 1.9, it is possible to collect sudo session recordings centrally, which makes deleting session recordings a lot more difficult.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alerting to many different services using Python and sudo 1.9</title>
      <link>https://www.sudo.ws/posts/2021/04/alerting-to-many-different-services-using-python-and-sudo-1.9/</link>
      <pubDate>Tue, 20 Apr 2021 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2021/04/alerting-to-many-different-services-using-python-and-sudo-1.9/</guid>
      <description>&lt;p&gt;Before version 1.9 was released, alterting in sudo was limited to e-mail messages. If you wanted to send alerts somewhere else, like Slack, you could only do this &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.syslog-ng.com/community/b/blog/posts/alerting-on-sudo-events-using-syslog-ng&#34;&#xA;&gt;using external applications, like syslog-ng&lt;/a&gt;. Beginning with sudo 1.9, there is an Audit API that can be called from Python.&lt;/p&gt;&#xA;&lt;p&gt;Previously, we provided you with a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2020/06/sudo-1.9-using-the-new-audit-api-from-python/&#34;&#xA;&gt;simple example&lt;/a&gt; that show how to print some debug information to the terminal. In this blog post we will extend that example with &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/caronc/apprise&#34;&#xA;&gt;Apprise&lt;/a&gt;, a universal Python notification library. By integrating with Apprise, you can easily send alerts to dozens of different messaging services directly from sudo itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fuzz testing sudo</title>
      <link>https://www.sudo.ws/posts/2021/03/fuzz-testing-sudo/</link>
      <pubDate>Tue, 30 Mar 2021 08:00:00 +0100</pubDate>
      <guid>https://www.sudo.ws/posts/2021/03/fuzz-testing-sudo/</guid>
      <description>&lt;p&gt;Version 1.9.6 of sudo was released recently. This is primarily a bug fix release with almost no user visible changes. One of the changes visible to developers is that support for fuzz testing was added. What is fuzz testing? According to the Wikipedia: &amp;ldquo;Fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo on OpenBSD, DragonFlyBSD and NetBSD</title>
      <link>https://www.sudo.ws/posts/2021/02/sudo-on-openbsd-dragonflybsd-and-netbsd/</link>
      <pubDate>Tue, 23 Feb 2021 08:00:00 +0100</pubDate>
      <guid>https://www.sudo.ws/posts/2021/02/sudo-on-openbsd-dragonflybsd-and-netbsd/</guid>
      <description>&lt;p&gt;My FOSDEM talk in the BSD devroom showcased what is new in sudo and syslog-ng and explained how to install or compile the software yourself on FreeBSD. I am a long-time FreeBSD user, started with version 1.0 in 1994. But soon after my talk I was asked what I know about the other BSDs. I knew that all BSDs have sudo in their ports system, but had no idea what shape those ports were in.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo on FreeBSD</title>
      <link>https://www.sudo.ws/posts/2021/01/sudo-on-freebsd/</link>
      <pubDate>Tue, 26 Jan 2021 08:00:00 +0100</pubDate>
      <guid>https://www.sudo.ws/posts/2021/01/sudo-on-freebsd/</guid>
      <description>&lt;p&gt;While FreeBSD does not install sudo as part of the base system, you can easily install it yourself. If you do not need anything more than basic functionality, you can install the binary package using the &lt;code&gt;pkg&lt;/code&gt; command. Most users belong to this group. If you need advanced functionality, like Python support, you will have to compile sudo yourself from ports.&lt;/p&gt;&#xA;&lt;p&gt;Are you surprised by the mention of basic and advanced functionality for sudo? If yes, read my article about &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/article/20/10/sudo-19&#34;&#xA;&gt;what is new in sudo 1.9&lt;/a&gt;. Besides there are  lots of &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/article/19/10/know-about-sudo&#34;&#xA;&gt;lesser-known features in sudo 1.8&lt;/a&gt; as well. You will learn that sudo is more than just a prefix for administrative commands.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Buffer overflow in command line unescaping</title>
      <link>https://www.sudo.ws/security/advisories/unescape_overflow/</link>
      <pubDate>Tue, 26 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/unescape_overflow/</guid>
      <description>&lt;p&gt;A serious heap-based buffer overflow has been discovered in sudo&#xA;that is exploitable by any local user. It has been given the name&#xA;&lt;em&gt;Baron Samedit&lt;/em&gt; by its discoverer. The bug can be leveraged&#xA;to elevate privileges to root, even if the user is not listed in&#xA;the sudoers file. User authentication is not required to exploit&#xA;the bug.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/unescape_overflow/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo versions 1.7.7 through 1.7.10p9, 1.8.2 through 1.8.31p2, and&#xA;1.9.0 through 1.9.5p1 are affected.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symbolic link attack in SELinux-enabled sudoedit</title>
      <link>https://www.sudo.ws/security/advisories/sudoedit_selinux/</link>
      <pubDate>Mon, 11 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/sudoedit_selinux/</guid>
      <description>&lt;p&gt;On systems where SELinux is enabled, sudo&amp;rsquo;s RBAC support allows a&#xA;command to be run with a user-specified role and/or type. In order&#xA;to transition to the target SELinux security context, &lt;code&gt;sudo&lt;/code&gt;&#xA;runs the command through the &lt;code&gt;sesh&lt;/code&gt; helper program. When&#xA;sudo is invoked as &lt;code&gt;sudoedit&lt;/code&gt;, &lt;code&gt;sesh&lt;/code&gt; is used to first&#xA;create the editor temporary files with the proper security context&#xA;and then, once the editor has run, to copy the edited temporary&#xA;files to their original locations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.4: new options for logging</title>
      <link>https://www.sudo.ws/posts/2020/12/sudo-1.9.4-new-options-for-logging/</link>
      <pubDate>Tue, 01 Dec 2020 08:00:00 +0100</pubDate>
      <guid>https://www.sudo.ws/posts/2020/12/sudo-1.9.4-new-options-for-logging/</guid>
      <description>&lt;p&gt;While most of the changes in sudo version 1.9.4 are under the hood, there are some user-visible changes as well. Locating problems in the sudoers file became even easier as the column number is now also displayed when an error is found. There are also two logging related changes. Sudo_logsrvd, the service that collects session recordings centrally, can now also collect rejection log messages, not just information about successful sessions. It is now also possible to log events in JSON format.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9.3: improved sudoers handling</title>
      <link>https://www.sudo.ws/posts/2020/11/sudo-1.9.3-improved-sudoers-handling/</link>
      <pubDate>Tue, 03 Nov 2020 08:00:00 +0100</pubDate>
      <guid>https://www.sudo.ws/posts/2020/11/sudo-1.9.3-improved-sudoers-handling/</guid>
      <description>&lt;p&gt;Version 1.9.3 brought many improvements to how the sudoers file is handled. Zero-length files are not saved by sudoedit, in many cases error messages are more accurate, and sudo no longer refuses to run if there is a syntax error. Let&amp;rsquo;s take a more detailed look at these changes!&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2020/11/sudo-1.9.3-improved-sudoers-handling/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;These new features were introduced in sudo version 1.9.3. There is a good chance that your operating system includes an older version of sudo. You can download ready-to-use binaries for many different operating systems &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/download.html#binary&#34;&#xA;&gt;directly from the sudo website&lt;/a&gt; or you can build sudo from source yourself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using chroot and cwd in sudo</title>
      <link>https://www.sudo.ws/posts/2020/09/using-chroot-and-cwd-in-sudo/</link>
      <pubDate>Tue, 29 Sep 2020 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2020/09/using-chroot-and-cwd-in-sudo/</guid>
      <description>&lt;p&gt;Starting with sudo 1.9.3, you can change both the root and the working directories within sudo itself. Neither option is enabled by default&amp;ndash;you need to explicitly enable them in the sudoers file. When enabled, you can fine-tune target directories or allow your users to specify the directory to use. The logs reflect when these settings have been used.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;before-you-begin&#34;&gt;&#xA;        Before you begin&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2020/09/using-chroot-and-cwd-in-sudo/#before-you-begin&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Before you begin&#34; aria-label=&#34;Anchor to: Before you begin&#34; href=&#34;#before-you-begin&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;These new features were introduced in sudo version 1.9.3. There is a good chance that your operating system includes an older version of sudo. You can download ready-to-use binaries for many different operating systems &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/download.html#binary&#34;&#xA;&gt;directly from the sudo website&lt;/a&gt; or you can build sudo from source yourself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aliases: making your sudoers file manageable</title>
      <link>https://www.sudo.ws/posts/2020/09/aliases-making-your-sudoers-file-manageable/</link>
      <pubDate>Tue, 08 Sep 2020 08:00:00 +0200</pubDate>
      <guid>https://www.sudo.ws/posts/2020/09/aliases-making-your-sudoers-file-manageable/</guid>
      <description>&lt;p&gt;The default sudoers file gives one group of users full control over your machine:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-plaintext&#34; data-lang=&#34;plaintext&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;%wheel ALL=(ALL) ALL&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Once it is not just you and your best friend administering a machine, you will start to give more fine-grained privileges to administrators. All fields in the above configuration line can be replaced by a list of values. A list of user names, a list of host names, a list of commands, and so on. Soon you will copy and paste these lists around in your sudoers file. It looks simple and manageable at first, but soon the sudoers file no longer fits on your screen. This is the time (well, actually a lot earlier) when you should turn to aliases.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9: using the new approval API from Python</title>
      <link>https://www.sudo.ws/posts/2020/08/sudo-1.9-using-the-new-approval-api-from-python/</link>
      <pubDate>Wed, 05 Aug 2020 09:00:00 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2020/08/sudo-1.9-using-the-new-approval-api-from-python/</guid>
      <description>&lt;p&gt;Version 1.9 of sudo introduced the approval plugin API, making it possible to have extra restrictions before executing a command. These only run after the policy plugin has succeeded, so you can effectively add additional layers of policy without replacing the policy plugin and sudoers. Multiple approval plugins may be defined, and all must succeed in order for the command to be executed.&lt;/p&gt;&#xA;&lt;p&gt;In this blog you will find a simple Python script utilizing the approval API. It implements a simple check: if the current time is within a certain range the command is allowed. This script is part of the sudo documentation under the name &lt;code&gt;example_approval_plugin.py&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9: using the new Audit API from Python</title>
      <link>https://www.sudo.ws/posts/2020/06/sudo-1.9-using-the-new-audit-api-from-python/</link>
      <pubDate>Tue, 23 Jun 2020 02:00:00 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2020/06/sudo-1.9-using-the-new-audit-api-from-python/</guid>
      <description>&lt;p&gt;Version 1.9 of sudo introduced a new API to access audit information. This is not a user-visible feature. In other words, you cannot use it directly from the &lt;code&gt;sudoers&lt;/code&gt; file. It is an API, meaning that you can access audit information from plugins, including ones written in Python. You can use it in many different ways, like sending events from sudo directly to Elasticsearch or LaaS when something interesting happens. You can also use it for debugging and print otherwise difficult to access information to the screen in whatever format you like.&#xA;In this blog you will find a simple Python plugin which displays information on the terminal when a command is run. It is derived from a more complex example that is available as part of the sudo package called &lt;code&gt;example_audit_plugin.py&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9: using the group plugin from Python</title>
      <link>https://www.sudo.ws/posts/2020/05/sudo-1.9-using-the-group-plugin-from-python/</link>
      <pubDate>Tue, 26 May 2020 10:00:00 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2020/05/sudo-1.9-using-the-group-plugin-from-python/</guid>
      <description>&lt;p&gt;Using the sudo group plugin, you can connect sudo to external systems and approve commands based on non-UNIX groups. For example, &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.oneidentity.com/products/authentication-services/&#34;&#xA;&gt;Authentication Services by One Identity&lt;/a&gt; uses this solution. Starting with version sudo 1.9, you can also write group plugins in Python. You can use this to check databases or APIs if the admin trying to run a command is a member of a group. This way you can check, for example, if an admin is on duty.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo 1.9: accessing terminal data from Python</title>
      <link>https://www.sudo.ws/posts/2020/04/sudo-1.9-accessing-terminal-data-from-python/</link>
      <pubDate>Tue, 21 Apr 2020 12:00:00 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2020/04/sudo-1.9-accessing-terminal-data-from-python/</guid>
      <description>&lt;p&gt;Sudo 1.9 is now feature complete. One of the new features is Python support, meaning that you can easily extend sudo functionality using Python scripts. It supports the very same APIs as the regular C plugin API, only the language is different. One of the more interesting APIs is the IO logging API, which provides access to terminal data in real-time, both input and output. This way you can check if a sudo user is accessing data that he should not, or analyze the commands entered and terminate a session before a disaster occurs.&#xA;In this blog you will find two simple examples for the above use cases. Both are over simplified but functional. You can use them to test out the new functionality, or as a basis for your own code.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s new in sudo 1.9: recording service</title>
      <link>https://www.sudo.ws/posts/2020/03/whats-new-in-sudo-1.9-recording-service/</link>
      <pubDate>Wed, 18 Mar 2020 12:00:00 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2020/03/whats-new-in-sudo-1.9-recording-service/</guid>
      <description>&lt;p&gt;Version 1.9 of sudo is now feature complete: all major features are implemented.&#xA;On the other hand, sudo 1.9 needs testing and a bit of polishing before it can be made generally available.&#xA;This is where you can help.&#xA;Testing is easy, as for most platforms the project provides ready-to-install packages.&#xA;In this blog I will show you how to test the recording service.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;For an overview of 1.9 features see &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2020/01/what-is-coming-up-in-sudo-1.9/&#34;&#xA;&gt;What is coming up in sudo 1.9?&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;To get started with Python support in sudo, including compile instructions, see &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts/2020/01/whats-new-in-sudo-1.9-python/&#34;&#xA;&gt;What&amp;rsquo;s new in sudo 1.9: Python&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h1 id=&#34;testing-the-recording-service&#34;&gt;&#xA;        Testing the recording service&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2020/03/whats-new-in-sudo-1.9-recording-service/#testing-the-recording-service&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Testing the recording service&#34; aria-label=&#34;Anchor to: Testing the recording service&#34; href=&#34;#testing-the-recording-service&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h1&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;The recording service collects session recordings centrally, which offers many advantages compared to local storage:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Buffer overflow when pwfeedback is set in sudoers</title>
      <link>https://www.sudo.ws/security/advisories/pwfeedback/</link>
      <pubDate>Thu, 30 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/pwfeedback/</guid>
      <description>&lt;p&gt;Sudo&amp;rsquo;s &lt;em&gt;pwfeedback&lt;/em&gt; option can be used to provide visual&#xA;feedback when the user is inputting their password. For each key&#xA;press, an asterisk is printed. This option was added in response&#xA;to user confusion over how the standard &lt;code&gt;Password:&lt;/code&gt; prompt&#xA;disables the echoing of key presses. While &lt;em&gt;pwfeedback&lt;/em&gt; is&#xA;not enabled by default in the upstream version of sudo, some systems,&#xA;such as Linux Mint and Elementary OS, do enable it in their default&#xA;sudoers files.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s new in sudo 1.9: Python</title>
      <link>https://www.sudo.ws/posts/2020/01/whats-new-in-sudo-1.9-python/</link>
      <pubDate>Tue, 28 Jan 2020 14:00:00 -0700</pubDate>
      <guid>https://www.sudo.ws/posts/2020/01/whats-new-in-sudo-1.9-python/</guid>
      <description>&lt;p&gt;One of the most interesting new features of the upcoming sudo version 1.9 is Python support. While version 1.8 introduced plugin support, Python support means that you can extend sudo using the same APIs but write plugins in Python instead of C. Version 1.9 is still under development but you are encouraged to test it and provide feedback about your experiences.&#xA;From this blog, you can learn how to install ready to use beta quality packages from the sudo website, how to compile it yourself (on CentOS) and how to test Python support using a very simple example script.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is coming up in sudo 1.9?</title>
      <link>https://www.sudo.ws/posts/2020/01/what-is-coming-up-in-sudo-1.9/</link>
      <pubDate>Tue, 07 Jan 2020 14:00:00 -0700</pubDate>
      <guid>https://www.sudo.ws/posts/2020/01/what-is-coming-up-in-sudo-1.9/</guid>
      <description>&lt;p&gt;I guess it is not an overstatement to say that many interesting new features are coming to sudo in version 1.9. On the other hand, most sudo users are still only aware of its basic functionality. In this blog I would like to draw your attention to my &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/article/19/10/know-about-sudo&#34;&#xA;&gt;Opensource.com article&lt;/a&gt;, which describes some lesser known features of sudo. Finally, I will point you to four upcoming conference talks about different aspects of sudo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Which sudo users to insult - sudo configuration basics</title>
      <link>https://www.sudo.ws/posts/2019/11/which-sudo-users-to-insult-sudo-configuration-basics/</link>
      <pubDate>Tue, 19 Nov 2019 10:00:00 -0700</pubDate>
      <guid>https://www.sudo.ws/posts/2019/11/which-sudo-users-to-insult-sudo-configuration-basics/</guid>
      <description>&lt;p&gt;This blog helps you to get started with configuring sudo and learn how to avoid the most common mistakes.  But the title &amp;ldquo;getting started with sudo&amp;rdquo; sounds a lot less interesting :-)  Based on responses to my talks, one of the most popular configuration option of sudo is insults.  You should not think about anything serious here: just some funny messages when a user mistypes a password.  But as some users find these messages inappropriate, these are now disabled by default, but can be enabled.  In this blog I&amp;rsquo;ll show you how to configure sudo&amp;rsquo;s insults and how to enable (or disable) them for a set of users.&lt;/p&gt;</description>
    </item>
    <item>
      <title>After talk Q&amp;A</title>
      <link>https://www.sudo.ws/posts/2019/10/after-talk-qa/</link>
      <pubDate>Tue, 22 Oct 2019 08:08:32 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2019/10/after-talk-qa/</guid>
      <description>&lt;p&gt;After I finish a talk on sudo at a conference, I usually receive quite a few questions.  Many of the answers I gave earlier were already included in the latest version of my sudo talk.  The following is a collection of questions and answers from different conferences.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h3 id=&#34;how-can-i-change-the-insults-the-funny-messages-displayed-when-someone-enters-the-wrong-password-of-sudo&#34;&gt;&#xA;        &lt;strong&gt;How can I change the insults (the funny messages displayed when someone enters the wrong password) of sudo?&lt;/strong&gt;&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/posts/2019/10/after-talk-qa/#how-can-i-change-the-insults-the-funny-messages-displayed-when-someone-enters-the-wrong-password-of-sudo&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: How can I change the insults (the funny messages displayed when someone enters the wrong password) of sudo?&#34; aria-label=&#34;Anchor to: How can I change the insults (the funny messages displayed when someone enters the wrong password) of sudo?&#34; href=&#34;#how-can-i-change-the-insults-the-funny-messages-displayed-when-someone-enters-the-wrong-password-of-sudo&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h3&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Right now the insult messages are hard-coded.  There are plans to use an external file for them, but obviously this change is not high on the TODO list.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Potential bypass of Runas user restrictions</title>
      <link>https://www.sudo.ws/security/advisories/minus_1_uid/</link>
      <pubDate>Mon, 14 Oct 2019 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/minus_1_uid/</guid>
      <description>&lt;p&gt;When sudo is configured to allow a user to run commands as an arbitrary&#xA;user via the &lt;code&gt;ALL&lt;/code&gt; keyword in a Runas specification, it is possible&#xA;to run commands as root by specifying the user ID -1 or 4294967295.&lt;/p&gt;&#xA;&lt;p&gt;This can be used by a user with sufficient sudo privileges to run&#xA;commands as root even if the Runas specification explicitly disallows&#xA;root access as long as the &lt;code&gt;ALL&lt;/code&gt; keyword is listed first in&#xA;the Runas specification.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Some sudo features: logs, digest check, session recording &amp; more</title>
      <link>https://www.sudo.ws/posts/2019/10/some-sudo-features-logs-digest-check-session-recording-more/</link>
      <pubDate>Wed, 02 Oct 2019 12:30:00 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2019/10/some-sudo-features-logs-digest-check-session-recording-more/</guid>
      <description>&lt;p&gt;If there is one utility installed on almost all Linux/UNIX systems, it is sudo. Still, most sudo users &amp;ndash; including myself until a year ago &amp;ndash; only know this app as the prefix for administrative commands and using the default configuration. By the end of this blog you will know that it is a lot more. After a brief introduction to sudo you can learn a number of lesser know sudo features: digest check, configuration in LDAP, session recording, extensive logging and even plugins The current blog just introduces you to these features, in later blogs you can learn about them in depth.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo at All Things Open</title>
      <link>https://www.sudo.ws/posts/2019/09/sudo-at-all-things-open/</link>
      <pubDate>Thu, 12 Sep 2019 08:08:32 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2019/09/sudo-at-all-things-open/</guid>
      <description>&lt;p&gt;Learn about &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://allthingsopen.org/talk/what-you-most-likely-did-not-know-about-sudo/&#34;&#xA;&gt;What You Most Likely Did Not Know About Sudo&amp;hellip;&lt;/a&gt; at this year&amp;rsquo;s &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://allthingsopen.org/&#34;&#xA;&gt;All Things Open&lt;/a&gt; conference.&lt;/p&gt;&#xA;&lt;p&gt;If you have not heard about it yet, &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://allthingsopen.org/&#34;&#xA;&gt;All Things Open&lt;/a&gt; is one of the largest open source events on the US East Coast. This year the conference is October 13-15, in the area known as the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://en.wikipedia.org/wiki/Research_Triangle&#34;&#xA;&gt;Research Triangle&lt;/a&gt;. People from all aspects of open source participate: users, developers, decision makers and as the name of the area implies, many people from research.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The first sudo blog...</title>
      <link>https://www.sudo.ws/posts/2019/07/the-first-sudo-blog.../</link>
      <pubDate>Tue, 16 Jul 2019 10:49:32 -0600</pubDate>
      <guid>https://www.sudo.ws/posts/2019/07/the-first-sudo-blog.../</guid>
      <description>&lt;p&gt;Let me tell you a personal story, how this blog was born.&lt;/p&gt;&#xA;&lt;p&gt;First a bit of introduction. I am Peter Czanik, working for the past&#xA;nine years as &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.syslog-ng.com/&#34;&#xA;&gt;syslog-ng&lt;/a&gt; evangelist at&#xA;Balabit. Obviously I also deal with the commercial variant, but my focus&#xA;is Open Source. That is one of the reasons why I was very happy to learn&#xA;that Todd Miller, developer of the sudo application, became my colleague&#xA;when Balabit was acquired by &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.oneidentity.com/&#34;&#xA;&gt;One&#xA;Identity&lt;/a&gt; last year.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Potential file overwrite or tty access on Linux</title>
      <link>https://www.sudo.ws/security/advisories/linux_tty/</link>
      <pubDate>Tue, 30 May 2017 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/linux_tty/</guid>
      <description>&lt;p&gt;On Linux systems, sudo parses the &lt;code&gt;/proc/[pid]/stat&lt;/code&gt; file&#xA;to determine the device number of the process&amp;rsquo;s tty (field 7). The&#xA;fields in the file are space-delimited, but it is possible for the&#xA;command name (field 2) to include white space (including newline),&#xA;which sudo does not account for. A user with sudo privileges can&#xA;cause sudo to use a device number of the user&amp;rsquo;s choosing by creating&#xA;a symbolic link from the sudo binary to a name that contains white&#xA;space followed by a number.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Potential bypass of sudo_noexec.so on Linux</title>
      <link>https://www.sudo.ws/security/advisories/noexec_bypass/</link>
      <pubDate>Wed, 26 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/noexec_bypass/</guid>
      <description>&lt;p&gt;A flaw exists in sudo&amp;rsquo;s &lt;em&gt;noexec&lt;/em&gt; functionality that may allow&#xA;a user with sudo privileges to run additional commands even when&#xA;the &lt;code&gt;NOEXEC&lt;/code&gt; tag has been applied to a command that uses&#xA;either the &lt;code&gt;system()&lt;/code&gt; or &lt;code&gt;popen()&lt;/code&gt; functions.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/noexec_bypass/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.6.8 through 1.8.14p3 inclusive.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/noexec_bypass/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7032&#34;&#xA;&gt;CVE-2016-7032&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Potential bypass of sudo_noexec.so via wordexp()</title>
      <link>https://www.sudo.ws/security/advisories/noexec_wordexp/</link>
      <pubDate>Wed, 26 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/noexec_wordexp/</guid>
      <description>&lt;p&gt;A flaw exists in sudo&amp;rsquo;s &lt;em&gt;noexec&lt;/em&gt; functionality that may allow&#xA;a user with sudo privileges to run additional commands even when&#xA;the &lt;code&gt;NOEXEC&lt;/code&gt; tag has been applied to a command that uses the&#xA;wordexp() function.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/noexec_wordexp/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.6.8 through 1.8.18 inclusive.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/noexec_wordexp/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7076&#34;&#xA;&gt;CVE-2016-7076&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arbitrary file access via TZ environment variable</title>
      <link>https://www.sudo.ws/security/advisories/tz/</link>
      <pubDate>Mon, 09 Feb 2015 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/tz/</guid>
      <description>&lt;p&gt;Prior to sudo 1.8.12, the &lt;code&gt;TZ&lt;/code&gt; environment variable was passed through&#xA;unchecked. Most libc &lt;code&gt;tzset()&lt;/code&gt; implementations support passing an&#xA;absolute pathname in the time zone to point to an arbitrary,&#xA;user-controlled file. This may be used to exploit bugs in the C&#xA;library&amp;rsquo;s &lt;code&gt;TZ&lt;/code&gt; parser or open files the user would not otherwise have&#xA;access to. Arbitrary file access via &lt;code&gt;TZ&lt;/code&gt; could also be used in a&#xA;denial of service attack by reading from a file or fifo that will&#xA;block.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security policy bypass when env_reset is disabled</title>
      <link>https://www.sudo.ws/security/advisories/env_add/</link>
      <pubDate>Wed, 05 Mar 2014 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/env_add/</guid>
      <description>&lt;p&gt;If the &lt;em&gt;env_reset&lt;/em&gt; option is disabled in the sudoers file,&#xA;a malicious user with sudo permissions may be able to run arbitrary&#xA;commands with elevated privileges by manipulating the environment&#xA;of a command the user is legitimately allowed to run.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/env_add/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo 1.6.9 through 1.8.4p5 inclusive. Sudo 1.8.5 and higher are not&#xA;affected.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Authentication bypass when clock is reset</title>
      <link>https://www.sudo.ws/security/advisories/epoch_ticket/</link>
      <pubDate>Wed, 27 Feb 2013 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/epoch_ticket/</guid>
      <description>&lt;p&gt;When a user successfully authenticates with sudo, a time stamp file&#xA;is updated to allow that user to continue running sudo without&#xA;requiring a password for a preset time period (five minutes by&#xA;default).&#xA;The user&amp;rsquo;s time stamp file can be reset using &lt;code&gt;sudo -k&lt;/code&gt; or removed&#xA;altogether via &lt;code&gt;sudo -K&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;A user who has sudo access and is able to control the local clock&#xA;(common in desktop environments) can run a command via sudo without&#xA;authenticating as long as they have previously authenticated&#xA;themselves at least once by running &lt;code&gt;sudo -k&lt;/code&gt; and then setting&#xA;the clock to the epoch (1970-01-01 01:00:00).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Potential bypass of tty_tickets constraints</title>
      <link>https://www.sudo.ws/security/advisories/tty_tickets/</link>
      <pubDate>Wed, 27 Feb 2013 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/tty_tickets/</guid>
      <description>&lt;p&gt;When a user successfully authenticates with sudo, a time stamp file&#xA;is updated to allow that user to continue running sudo without&#xA;requiring a password for a preset time period (five minutes by&#xA;default).&lt;/p&gt;&#xA;&lt;p&gt;This time stamp file can either be common to all of a user&amp;rsquo;s&#xA;terminals, or it can be specific to the particular terminal the&#xA;user authenticated themselves on. The terminal-specific time stamp&#xA;file behavior can be controlled using the &lt;em&gt;tty_tickets&lt;/em&gt; option in&#xA;the sudoers file. This option has been enabled by default since&#xA;sudo 1.7.4. Prior to sudo 1.7.4, the default was to use a single&#xA;time stamp for all the user&amp;rsquo;s sessions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IP addresses in sudoers with netmask may match additional hosts</title>
      <link>https://www.sudo.ws/security/advisories/netmask/</link>
      <pubDate>Wed, 16 May 2012 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/netmask/</guid>
      <description>&lt;p&gt;A flaw exists in the IP network matching code in sudo versions&#xA;1.6.9p3 through 1.8.4p4 that may result in the local host being&#xA;matched even though it is not actually part of the network described&#xA;by the IP address and associated netmask listed in the sudoers file&#xA;or in LDAP. As a result, users authorized to run commands on certain&#xA;IP networks may be able to run commands on hosts that belong to&#xA;other networks not explicitly listed in sudoers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo format string vulnerability</title>
      <link>https://www.sudo.ws/security/advisories/sudo_debug/</link>
      <pubDate>Mon, 30 Jan 2012 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/sudo_debug/</guid>
      <description>&lt;p&gt;A flaw exists in the debugging code in sudo versions 1.8.0 through&#xA;1.8.3p1 that can be used to crash sudo or potentially allow an&#xA;unauthorized user to elevate privileges.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudo_debug/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.8.0 through 1.8.3p1 inclusive. Older versions of sudo are not&#xA;affected.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudo_debug/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0809&#34;&#xA;&gt;CVE-2012-0809&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flaw in Runas Group password checking</title>
      <link>https://www.sudo.ws/security/advisories/runas_group_pw/</link>
      <pubDate>Wed, 12 Jan 2011 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/runas_group_pw/</guid>
      <description>&lt;p&gt;Beginning with sudo version 1.7.0 it has been possible to grant&#xA;permission to run a command using a specified group via sudo&amp;rsquo;s&#xA;&lt;code&gt;-g&lt;/code&gt; option (run as group), if allowed by the sudoers file.&#xA;A flaw exists in sudo&amp;rsquo;s password checking logic that allows a user&#xA;to run a command with only the group changed without being prompted&#xA;for a password.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/runas_group_pw/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo 1.7.0 through 1.7.4p4.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flaw in Runas group matching</title>
      <link>https://www.sudo.ws/security/advisories/runas_group/</link>
      <pubDate>Tue, 07 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/runas_group/</guid>
      <description>&lt;p&gt;Beginning with sudo version 1.7.0 it has been possible to grant&#xA;permission to run a command using a specified group via sudo&#xA;&lt;code&gt;-g&lt;/code&gt; option (run as group). A flaw exists in the logic that&#xA;matches Runas groups in the sudoers file when the &lt;code&gt;-u&lt;/code&gt; option&#xA;is also specified (run as user). This flaw results in a positive&#xA;match for the user specified via &lt;code&gt;-u&lt;/code&gt; so long as the group&#xA;specified via &lt;code&gt;-g&lt;/code&gt; is allowed by the sudoers file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo&#39;s secure path option can be circumvented</title>
      <link>https://www.sudo.ws/security/advisories/secure_path/</link>
      <pubDate>Wed, 02 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/secure_path/</guid>
      <description>&lt;p&gt;Sudo &amp;ldquo;secure path&amp;rdquo; feature works by replacing the PATH environment&#xA;variable with a value specified in the sudoers file, or at compile&#xA;time if the &amp;ndash;with-secure-path configure option is used. The flaw&#xA;is that sudo only replaces the first instance of PATH in the&#xA;environment. If the program being run through sudo uses the last&#xA;instance of PATH in the environment, an attacker may be able to&#xA;avoid the &amp;ldquo;secure path&amp;rdquo; restrictions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Additional privilege escalation bug with sudoedit</title>
      <link>https://www.sudo.ws/security/advisories/sudoedit_escalate2/</link>
      <pubDate>Fri, 09 Apr 2010 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/sudoedit_escalate2/</guid>
      <description>&lt;p&gt;A flaw exists in sudo&amp;rsquo;s -e option (aka sudoedit) in sudo versions&#xA;1.6.8 through 1.7.2p5 that may give a user with permission to run&#xA;sudoedit the ability to run arbitrary commands. This bug is related&#xA;to, but distinct from,&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0426&#34;&#xA;&gt;CVE-2010-0426&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit_escalate2/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.6.8 through 1.7.2p5 inclusive.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit_escalate2/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1163&#34;&#xA;&gt;CVE-2010-1163&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privilege escalation bug with sudoedit</title>
      <link>https://www.sudo.ws/security/advisories/sudoedit_escalate/</link>
      <pubDate>Mon, 22 Feb 2010 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/sudoedit_escalate/</guid>
      <description>&lt;p&gt;A flaw exists in sudo&amp;rsquo;s -e option (aka sudoedit) in sudo versions&#xA;1.6.9 through 1.7.2p3 that may give a user with permission to run&#xA;sudoedit the ability to run arbitrary commands.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit_escalate/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.6.9 through 1.7.2p3 inclusive.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit_escalate/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0426&#34;&#xA;&gt;CVE-2010-0426&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Negation within a Cmnd_Alias not honored</title>
      <link>https://www.sudo.ws/security/advisories/cmnd_alias_negation/</link>
      <pubDate>Sun, 06 Dec 2009 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/cmnd_alias_negation/</guid>
      <description>&lt;p&gt;A flaw exists in sudo versions 1.7.0 to 1.7.2p1 that caused the&#xA;negation operator to have no effect when used in a Cmnd_Alias.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/cmnd_alias_negation/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.7.0 through 1.7.2p1 inclusive.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;details&#34;&gt;&#xA;        Details:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/cmnd_alias_negation/#details&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Details:&#34; aria-label=&#34;Anchor to: Details:&#34; href=&#34;#details&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo uses the &lt;code&gt;Cmnd_Alias&lt;/code&gt; syntax for named groups of commands&#xA;the &lt;code&gt;sudoers&lt;/code&gt; file. The &lt;code&gt;Cmnd_Alias&lt;/code&gt; is expanded&#xA;when command matching is performed as sudo checks whether&#xA;a user is allowed to run a particular command.&#xA;There is a flaw in the code that matches lists of commands where&#xA;the negation operator was applied twice. This can result in a&#xA;command being allowed that was intended to be explicitly disallowed.&#xA;For example, give the following &lt;code&gt;sudoers&lt;/code&gt; file fragment:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bug in supplemental group matching</title>
      <link>https://www.sudo.ws/security/advisories/group_vector/</link>
      <pubDate>Thu, 29 Jan 2009 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/group_vector/</guid>
      <description>&lt;p&gt;A bug was introduced in Sudo&amp;rsquo;s group matching code in version 1.6.9&#xA;when support for matching based on the supplemental group vector was&#xA;added. This bug may allow certain users listed in the sudoers file&#xA;to run a command as a different user than their access rule specifies.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/group_vector/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo versions 1.6.9 up to and including 1.6.9p19.&#xA;Sudo version 1.7.0 is not affected.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flaw in Kerberos 5</title>
      <link>https://www.sudo.ws/security/advisories/kerberos5/</link>
      <pubDate>Tue, 17 Jul 2007 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/kerberos5/</guid>
      <description>&lt;p&gt;Sudo can optionally be built with support for Kerberos 5 authentication.&#xA;A flaw in exists in sudo&amp;rsquo;s Kerberos 5 authentication that, depending&#xA;on the local machine&amp;rsquo;s Kerberos 5 configuration, could allow a&#xA;malicious user to avoid authenticating with sudo. The user would&#xA;still be limited by the sudoers file as to what commands could be&#xA;run (and as what user).&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/kerberos5/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;All versions prior to 1.6.9.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Perl scripts run via Sudo can be subverted</title>
      <link>https://www.sudo.ws/security/advisories/perl_env/</link>
      <pubDate>Tue, 08 Nov 2005 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/perl_env/</guid>
      <description>&lt;p&gt;A flaw in exists in sudo&amp;rsquo;s environment sanitizing prior to sudo&#xA;version 1.6.8p12 that could allow a malicious user with permission&#xA;to run a perl script to execute arbitrary perl code.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/perl_env/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;All versions prior to 1.6.8p12.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/perl_env/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1051&#34;&#xA;&gt;CVE-2004-1051&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bash scripts run via Sudo can be subverted</title>
      <link>https://www.sudo.ws/security/advisories/bash_env/</link>
      <pubDate>Thu, 27 Oct 2005 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/bash_env/</guid>
      <description>&lt;p&gt;A flaw in exists in sudo&amp;rsquo;s environment sanitizing prior to sudo&#xA;version 1.6.8p10 that could allow a malicious user with permission&#xA;to run a shell script that utilized the bash shell to run arbitrary&#xA;commands. The /bin/sh shell on most (if not all) Linux and Mac OS&#xA;X systems is bash.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/bash_env/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;All versions prior to 1.6.8p10.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Race condition in Sudo&#39;s pathname validation</title>
      <link>https://www.sudo.ws/security/advisories/path_race/</link>
      <pubDate>Mon, 20 Jun 2005 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/path_race/</guid>
      <description>&lt;p&gt;A race condition in Sudo&amp;rsquo;s command pathname handling prior to Sudo&#xA;version 1.6.8p9 that could allow a user with Sudo privileges to run&#xA;arbitrary commands.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/path_race/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Sudo versions 1.3.1 up to and including 1.6.8p8.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;cve-id&#34;&gt;&#xA;        CVE ID:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/path_race/#cve-id&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: CVE ID:&#34; aria-label=&#34;Anchor to: CVE ID:&#34; href=&#34;#cve-id&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This vulnerability has been assigned&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1993&#34;&#xA;&gt;CVE-2005-1993&lt;/a&gt;&#xA;in the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/&#34;&#xA;&gt;Common Vulnerabilities and Exposures&lt;/a&gt; database.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bash scripts run via Sudo can be subverted</title>
      <link>https://www.sudo.ws/security/advisories/bash_functions/</link>
      <pubDate>Thu, 11 Nov 2004 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/bash_functions/</guid>
      <description>&lt;p&gt;A flaw in exists in sudo&amp;rsquo;s environment sanitizing prior to sudo&#xA;version 1.6.8p2 that could allow a malicious user with permission&#xA;to run a shell script that utilized the bash shell to run arbitrary&#xA;commands. The /bin/sh shell on most (if not all) Linux systems is&#xA;bash.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/bash_functions/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;All versions prior to 1.6.8p2.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoedit can expose file contents</title>
      <link>https://www.sudo.ws/security/advisories/sudoedit/</link>
      <pubDate>Wed, 15 Sep 2004 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/sudoedit/</guid>
      <description>&lt;p&gt;A flaw in exists in sudo&amp;rsquo;s -e option (aka sudoedit) in sudo version&#xA;1.6.8 that can give an attacker read permission to a file that would&#xA;otherwise be unreadable.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.6.8 only&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;details&#34;&gt;&#xA;        Details:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/sudoedit/#details&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Details:&#34; aria-label=&#34;Anchor to: Details:&#34; href=&#34;#details&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;While sudoedit runs the actual editor as the invoking user, the&#xA;temporary file is then re-opened with root privileges. An attacker&#xA;can run sudoedit, remove the editor temporary file, make a link to&#xA;an unreadable file with the same name as the old temporary file&#xA;and quit the editor. The file being edited via sudoedit will now&#xA;contain a copy of the previously unreadable file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Prompt Buffer Overflow</title>
      <link>https://www.sudo.ws/security/advisories/prompt/</link>
      <pubDate>Thu, 25 Apr 2002 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/prompt/</guid>
      <description>&lt;p&gt;A buffer overflow exists in sudo versions 1.5.7 to 1.6.5p2&#xA;(inclusive). The problem affects expansion of the &amp;ldquo;%h&amp;rdquo; and &amp;ldquo;%u&amp;rdquo;&#xA;escape sequences in the prompt. Due to a bug it is possible&#xA;to craft a prompt such that more bytes are written than have been&#xA;allocated.&#xA;Exploiting heap corruption bugs like this requires fairly in-depth&#xA;knowledge of a system&amp;rsquo;s malloc internals. The bug has been exploited&#xA;on Linux and can allow an attacker to gain root privileges. No&#xA;known exploits exist for other operating systems but this should&#xA;not be considered a Linux-only problem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security Issue with Sudo and Postfix</title>
      <link>https://www.sudo.ws/security/advisories/postfix/</link>
      <pubDate>Mon, 14 Jan 2002 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/postfix/</guid>
      <description>&lt;p&gt;A security issue has been found by Sebastian Krahmer of the SuSE&#xA;Security Team in Sudo versions 1.6.0 - 1.6.3p7. When the Postfix&#xA;sendmail replacement is installed on a machine an attacker may&#xA;be able to gain root privileges by way of Sudo.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/postfix/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.6.0 - 1.6.3p7 (inclusive)&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;details&#34;&gt;&#xA;        Details:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/postfix/#details&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Details:&#34; aria-label=&#34;Anchor to: Details:&#34; href=&#34;#details&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Starting with version 1.6.0 Sudo sends mail to the administrator&#xA;as root to prevent the invoking user from killing the mail process&#xA;and thus avoiding logging (in previous versions of Sudo the mail&#xA;was sent as the invoking user).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Heap Corruption Bug</title>
      <link>https://www.sudo.ws/security/advisories/heap_corruption/</link>
      <pubDate>Thu, 22 Feb 2001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/security/advisories/heap_corruption/</guid>
      <description>&lt;p&gt;A single-byte heap corruption bug exists in sudo versions 1.6.3p5&#xA;and below. Exploitation of the bug requires in-depth knowledge of&#xA;the system malloc internals. The bug has been exploited on Linux&#xA;and can allow an attacker to gain root privileges. No known exploits&#xA;exist for other operating systems but this should not be considered&#xA;a Linux-only problem.&lt;/p&gt;&#xA;&lt;div class=&#34;gdoc-page__anchorwrap&#34;&gt;&#xA;    &lt;h2 id=&#34;sudo-versions-affected&#34;&gt;&#xA;        Sudo versions affected:&#xA;        &lt;a data-clipboard-text=&#34;https://www.sudo.ws/security/advisories/heap_corruption/#sudo-versions-affected&#34; class=&#34;gdoc-page__anchor clip flex align-center&#34; title=&#34;Anchor to: Sudo versions affected:&#34; aria-label=&#34;Anchor to: Sudo versions affected:&#34; href=&#34;#sudo-versions-affected&#34;&gt;&#xA;            &lt;svg class=&#34;gdoc-icon gdoc_link&#34;&gt;&lt;use xlink:href=&#34;#gdoc_link&#34;&gt;&lt;/use&gt;&lt;/svg&gt;&#xA;        &lt;/a&gt;&#xA;    &lt;/h2&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;1.3.0 - 1.6.3p5 (inclusive)&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.sudo.ws/getting/_includes/include-3rdparty_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/_includes/include-3rdparty_packages/</guid>
      <description>&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;9195fea5-0&#34;&gt;&#xA;    &lt;span&gt;Third party binary packages&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;9195fea5-0&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Operating System&lt;/th&gt;&#xA;          &lt;th&gt;URL&lt;/th&gt;&#xA;          &lt;th&gt;Location&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;AIX&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.ibm.com/systems/power/software/aix/linux/toolbox/download.html&#34;&#xA;&gt;IBM AIX Toolbox&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;New York, USA&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;AIX&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://aixtools.net/index.php/sudo&#34;&#xA;&gt;AIXTOOLS - Open Source Toolbox for AIX&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Netherlands&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;HP-UX&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://hpux.connect.org.uk/&#34;&#xA;&gt;Porting And Archive Centre for HP-UX&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;UK&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Solaris&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.opencsw.org/packages/sudo/&#34;&#xA;&gt;OpenCSW&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Switzerland&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.sudo.ws/getting/_includes/include-beta_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/_includes/include-beta_packages/</guid>
      <description>&lt;p&gt;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;59e7cdf0-0&#34;&gt;&#xA;    &lt;span&gt;AIX 7.1&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;59e7cdf0-0&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo.1.9.18.0.aix71.bff.gz&#34;&#xA;&gt;sudo.1.9.18.0.aix71.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1818f5f02a267e30ccd09e903c8639a181a8881eddd004a0a404e41cd100cad9&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.aix71.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.aix71.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d6c52a132f09cd004806b8375731b8f6e3a16b2b01193cc9054ec7b88b52e3fc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd.1.9.18.0.aix71.bff.gz&#34;&#xA;&gt;sudo-logsrvd.1.9.18.0.aix71.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8514a3ceab9a4469a0cee8ed3821eb86a91783654261e5005ab2e35c377fe2ec&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.aix71.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.aix71.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;93f36b159177fb630c82bf7b5ed70185c35a206dcaa5ff155686bb9442c3f223&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;65288bec-1&#34;&gt;&#xA;    &lt;span&gt;AIX 7.3 and above&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;65288bec-1&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo.1.9.18.0.aix73.bff.gz&#34;&#xA;&gt;sudo.1.9.18.0.aix73.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;bb2cd04a9ec4c3a497ebe19f6beb056ee2dc6367832eec57555665d1a6b5e086&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.aix73.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.aix73.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d537558cdf18fb44e131978a665040fa1d9702ec67ac1766beced35ea5219b93&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd.1.9.18.0.aix73.bff.gz&#34;&#xA;&gt;sudo-logsrvd.1.9.18.0.aix73.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;865c561df1e3e9fddcec43d63d3be0793ea401b022f5661798c2fb9ad7d3f6e2&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.aix73.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.aix73.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;18e2cea0549eb1708195de9de247b3593cc4fe25f16509c3d31ee1afa75517ee&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;e4e1e511-2&#34;&gt;&#xA;    &lt;span&gt;Debian 11 (bullseye)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;e4e1e511-2&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_deb11_amd64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;aa25307cb25d8105732bda7b8129a3f630663405ab5d11352d6c5b60cbb4a4b3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_deb11_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d2b6f94387f0e808f078f328cc725dc9e0a687fa2a349da3a34c5d9c646e0e7e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_deb11_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3ca7bd219b2ef6655649eba757ef47ade4b577d1855fa8181cb861e4c3fc832b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_deb11_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;bb8eb2354fd10ba0ecfad3e8a4168fc0cf29df6a3802703e8497f857d79c86da&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_deb11_arm64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ea9a4e818a3d6da936d1ee793d43780f403910efe523c7dda37c3ddeec9df105&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_deb11_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;232558bda82b4b9504587609dd367dab854830ff77ceab976d6727e8c1296578&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_deb11_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;245bdb6d9a025b0db419ef690d515af923d0b52a64199b78065ad9ad27d7e186&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_deb11_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a25bde096f418ca78328fc6573c8d06ccefa7556e251c2a766bd096816807f5f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_deb11_i386.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ae7c8b5734cba9f59b3bce85afc2634f89cab9c07cf9be8748f256c8e98472bc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_deb11_i386.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2f5cf22781af6f7c08c854e62336efaf2abe38b19ff51be643b72539bc60f95a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_deb11_i386.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;746ffc813931d37d266361a263122fbb1c484736ba867f964771f5c8e0b1ef5e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_deb11_i386.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;33aea5b2060c151388965521eb4b37067e9837480d7e1d7901d46708121154f7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;f91140d2-3&#34;&gt;&#xA;    &lt;span&gt;Debian 12 (bookworm)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;f91140d2-3&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_deb12_amd64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;569869c9ac040bf4166bf7acc592b14cdd70b9e822ce1155479a0631004e9799&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_deb12_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;86fb008153b868a5440a585ad96d0c7f15e4636fb3fe287cb29c667d7fa10dbb&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_deb12_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6b033acb9681c63bebfc2b9bfd8b156d5f57673ea864a99c4d419ea8189b1722&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_deb12_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;efc2adcc352815b9ccd0bd349ff316ed3c62482b238101a681c5948858309556&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_deb12_arm64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;cfc88bf07d075fa25b3563868720093aeace70125a4cb4faaae322793b3494ed&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_deb12_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;34e3282f154fc2a8e33a88aa4ca9c0c27d2e4d2a1d942d4df618d66229dc0980&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_deb12_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9bcf3b528b733d5d9f206cd9a2050c0c4f411246415aa0023fde158188535770&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_deb12_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4a11c78647a1085c1d2d3e6922f9be8752ece6b7068261aa3295838c77cf5b9b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_deb12_i386.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a0fe3e63459a27481a0c6db4c6b2ba0ff17423b1e5c7b38535b826234ae437cc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_deb12_i386.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;47b1d47220cd61ab2df9e8579d4b415352ebacb25ee7906f1f50a19b89119699&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_deb12_i386.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;806bfada4e655d1646a481e22ee921824702dbe91fff696c1f238ddb7b98f329&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_deb12_i386.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;587a1c362f2d3b396e78d5e275e38d07e39bf71fc7dceefb81db215d00a5656d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;3d97f4ec-4&#34;&gt;&#xA;    &lt;span&gt;macOS 12.00 (Monterey)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;3d97f4ec-4&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1.mac1200.pkg&#34;&#xA;&gt;sudo-1.9.18rc1.mac1200.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;50aeb8a4ce733d675c68a9b3a97e047abfb087ab2360b6c203a73aaf0d34d76e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1.mac1200.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1.mac1200.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;020184ce624b2e5466df524698d098e89dc494a88dbd53f0f3b888b2c83a3ae3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;897bd010-5&#34;&gt;&#xA;    &lt;span&gt;macOS 13.00 (Ventura)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;897bd010-5&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1.mac1300.pkg&#34;&#xA;&gt;sudo-1.9.18rc1.mac1300.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5e64cc95f1d1f3386069babd389a5d44009d35a2524bfcf058fcb8b7b9fb9949&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1.mac1300.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1.mac1300.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;058b567f048e94f0a471664896a9c1fbd8a0f6ec8eed823df63f9ab06781bb4e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;dffc3764-6&#34;&gt;&#xA;    &lt;span&gt;macOS 14.00 (Sonoma)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;dffc3764-6&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1.mac1400.pkg&#34;&#xA;&gt;sudo-1.9.18rc1.mac1400.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;09fcc873398647703caf3e4b4ced9c705ac290f56dca7b89f0003cfea5500093&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1.mac1400.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1.mac1400.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;04fb50ad5856db39d6a7bfe7639b2f1a06d4f8cfb77b0b41ec54a2445e691e39&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;cf79429a-7&#34;&gt;&#xA;    &lt;span&gt;macOS 15.00 (Sequoia)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;cf79429a-7&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1.mac1500.pkg&#34;&#xA;&gt;sudo-1.9.18rc1.mac1500.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a156ae8461ae028fdfbba882ba97350fcc28fe75264060c1a514fc4fed60aa90&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1.mac1500.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1.mac1500.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f24965848d7b1f69d08c1eba1318dc8d755a80fe88b4b3a363a4f7245e1d56a3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;6f866c3a-8&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 8&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;6f866c3a-8&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.el8.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.el8.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;97eae5aa67b19acefd7d3248133b1a48a2078208fdec9f3adc51c74f8c9d0529&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.el8.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.el8.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;894e495cabf49ae2a43a8e9b459fb6613f5a8d1516f8d5cd8f60a988b10e72a1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.el8.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.el8.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3787438afa0bcff35415e0739a49c47007188f0078e74f16cbc98e076066ceca&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.el8.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.el8.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;eba1176e354a45e55fc8fe4225205bb2402c91221dd5a37d758e43dfc9a5b522&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.el8.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.el8.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;168c424b81f68b97b2194313842652990633b374f43ff037d8cd1a87dd1d0bf9&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.el8.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.el8.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;68533fe48b59161000dde4a0db57b51c517f84c527a39766a277a674428ea60a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;5ee199ad-9&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 9&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;5ee199ad-9&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.el9.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.el9.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5bf3cf83d21e3a5e438532d01f733b338374647692d5c2937ba666037b33731a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.el9.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.el9.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b90867d3b7e20f41b760d7630fa298627061ab056aa0c599e0fc090641453e98&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.el9.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.el9.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5fb89a92b26cd113e9e9997a4eebdf2a1f77db6b82ea76d15ee9426d2aa0178a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.el9.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.el9.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;442fae889d97a95705701a4338b79a881837a151c25fd486cd79f832b00cbf16&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.el9.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.el9.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6bc2e58ec9106220c79a9bd7208d27b8bd7784fb13c2934b700c098aea7b697f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.el9.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.el9.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1a29678a6677cbd6fd535a0b878fc3f57e06ac3661b2b7d470af9b6affd48a37&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;eca63b09-10&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;eca63b09-10&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.el10.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.el10.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3e812825e1d0c13eb719711a5fc5856e0045dfce00638fbb58ea6a93e465dea8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.el10.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.el10.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7fd3456b587e539b7ac1a52b510ad80a2ea1851d199deac5bfd66e2faf2cde6b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.el10.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.el10.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;0fe95bfeadfd38e5c94ea12563ebcd47455fcb7cd3e7ecacff335098bf478c9d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.el10.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.el10.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d5d239c9ced265d443063f7fea0c718c5c5a28b99c414bd07e651f622119c67a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.el10.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.el10.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1425a854bba469b6fccb17b333af51dcb4756f8346119f19ff047d4f46ea5c64&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.el10.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.el10.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4c8c4cea6ddf84454de518fadf8359284b9e65561c4b9e3ce585e01f79b00e7c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;666fc628-11&#34;&gt;&#xA;    &lt;span&gt;SuSE Linux Enterprise 12&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;666fc628-11&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.sles12.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.sles12.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5d585da996fb0f2f7fd16a4faf92df1c05e319e042eb3156e1fb6d5867b33498&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.sles12.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.sles12.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2109dee642819ae321c62ee18f4dd05f5bd79831693bcb3a5de8a6623d93ee42&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.sles12.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.sles12.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;edca54a4b826bcd722f9e5a738acd6dfbd83f3d0e3dbd480fdfcd45f11862f72&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.sles12.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.sles12.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;11c9d1d7d9543d2b1d61056661bb46b32b9b63177a87d0e8ca2a436486f370d4&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.sles12.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.sles12.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;538682c7aca48c1e8ae6ddd88090c4a587bc066f49bc29aeb441672210f802ae&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.sles12.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.sles12.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4f9909b03ee0d562198d2c19deb583a53ccf2bc2d1d1617cdf3d8251ec59c000&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;464431ff-12&#34;&gt;&#xA;    &lt;span&gt;SuSE Linux Enterprise 15&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;464431ff-12&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.sles15.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.sles15.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ee01fb1af2653314b5dd9e97ba509e968473197bb56e16c9411e6aa39ab2dac6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.sles15.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.sles15.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d975fdd1ee371f802ac1c48e051b6e8e0d90d3577fd72b63a0ea26f169f52cdc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.sles15.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.sles15.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;161fb04bb35c4b3409e583946c693a6c2a3cb92b84f37d8be143e3d024ff1518&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-1.9.18rc1-1.sles15.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.18rc1-1.sles15.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3771f1eed4873ec230b56eb1360a30d4267d878207fbc41ef426b85248f48310&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd-1.9.18rc1-1.sles15.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.18rc1-1.sles15.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;64a1460e476f0ba4f1e4889045ecc3a35c8e9468357a81ca2f580e2350619d60&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python-1.9.18rc1-1.sles15.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.18rc1-1.sles15.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f82282261178a1cf5bef1be68cb2b37f95c8ed2303561c9dfc2e8e1aff30aab8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;128e730f-13&#34;&gt;&#xA;    &lt;span&gt;Solaris 10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;128e730f-13&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-1.9.18rc1-sol10.i386.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.18rc1-sol10.i386.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;30f50b1a2e1e250f0ba4aba4c3540319dc55ca8e31f46daf5eb2721a99721343&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-ldap-1.9.18rc1-sol10.i386.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.18rc1-sol10.i386.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;817344fd3f286196777af873db8ca35f10953e42183f7aadfca40c35ae76796d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-logsrvd-1.9.18rc1-sol10.i386.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.18rc1-sol10.i386.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e57c9791597bad160bf87890a8a5e15487d453db46ec94bbbee2628cccc5e20c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-1.9.18rc1-sol10.sparc.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.18rc1-sol10.sparc.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;cb88500614bf2dbe6660e8f32229a7bc491d9803bc15509af9617accd695b7a7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-ldap-1.9.18rc1-sol10.sparc.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.18rc1-sol10.sparc.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;eb249c9f74fefc56f1f05e251bdadb7a6611a9d62315af02918a9d1f3b98a66d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-logsrvd-1.9.18rc1-sol10.sparc.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.18rc1-sol10.sparc.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;30b8f2c3eca10eca20d690d11f2f88643558a9ac5f56c9fc5e40a97ed6b58df6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;54907487-14&#34;&gt;&#xA;    &lt;span&gt;Solaris 11&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;54907487-14&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-1.9.18rc1-sol11.x86_64.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.18rc1-sol11.x86_64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;106e23a5ec40993260ec6a60d1b58a2ae5d5785a73bac2eb129a85429f775020&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-ldap-1.9.18rc1-sol11.x86_64.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.18rc1-sol11.x86_64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;41794ae1832addb35c5f8b9f2be616935015deab5c6335b14a68bfc234b6ac25&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-logsrvd-1.9.18rc1-sol11.x86_64.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.18rc1-sol11.x86_64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f37cd7aa9e155d7e2cd350e712891236858a642e2466ab16692153f3d7abbefa&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-1.9.18rc1-sol11.sparc64.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.18rc1-sol11.sparc64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ea5b4669940c7a83ff53bdeb8944ea5a6d47f2278703dc47eb7938143638513c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-ldap-1.9.18rc1-sol11.sparc64.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.18rc1-sol11.sparc64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f55f2dd4f39ec6942bf45a13e9906d7c0a17a23e54ea1c57e83bd2f980d148c3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/TCMsudo-logsrvd-1.9.18rc1-sol11.sparc64.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.18rc1-sol11.sparc64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6776ff813cbeccde3f0c4ac57164cf5e8d869bcf70131128df61dd731cf262d1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;648010b1-15&#34;&gt;&#xA;    &lt;span&gt;Ubuntu 20.04&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;648010b1-15&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_ubu2004_amd64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e7ae011d556bffdd662509fa9cd564b5a02b451e98d5827639de2025879cfaf9&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_ubu2004_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a346d84378e20a980837a91fa87ea9db4007d43021491c93a96a05268f122a7f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_ubu2004_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f4a72711b997077a4cb48f4071bf30fbf4fdbd76d801cda454aa336b34ed6a83&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_ubu2004_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ec16702bd01358a733314baa1cb9307dad42c21539f6d84f5c3c5368250b1fe6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_ubu2004_arm64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d93c16ce1895123021f91e48f67fbe60546b960b9af38bdd449b57c59d0838b8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_ubu2004_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5e8e3dc980bb55ddceb63c8eb4a355edc1d286f8d2f076d749fcb39c10270ac6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_ubu2004_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a2f4b583751983cde697bd01832f3839ec25faf43ed2c299c8f175d771d6d9a8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_ubu2004_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ac69446c78ad49c04bcddac0efd9fca3b0c3d75320a5326779c63409041d7f0d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;36a7c9e9-16&#34;&gt;&#xA;    &lt;span&gt;Ubuntu 22.04&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;36a7c9e9-16&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_ubu2204_amd64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a50b208215d0063dbbf5816ea49b9810fb4fa9851377a32f867cd78cd5e41039&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_ubu2204_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f626827e035303e561d3bc22eb38b9e4083f2e4be5427243a6cf4b001f869f82&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_ubu2204_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b87e7201fe46a8e9b9637fc3d7c6cf5e0d4bc7a6a4c5b1dcf79777473341dd51&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_ubu2204_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8f8efe6f4d956fea92da4fa696e5810629a1a39960d60e4ceba6a4f16e55fcb9&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_ubu2204_arm64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f796bb8b2f315be912f3c1f1bd0265491d187701bef2f746dfdc6a73d7c6e440&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_ubu2204_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;77103893f643a62238b7676618fb511f8535ca371f5a85a072c684d026857569&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_ubu2204_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4c617448e3f608983a876c6602ee0ddb29fa9e2fb3779d53353df9db7599a708&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_ubu2204_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;910489ddedfc460c02dae097740fc01eefc3d5243c834390d6c5dd43a9a58b57&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;8277d105-17&#34;&gt;&#xA;    &lt;span&gt;Ubuntu 24.04&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;8277d105-17&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_ubu2404_amd64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2686458302acbce4dea7498d8d89599b56a311f092020e56dfcbb783cf1160e1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_ubu2404_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;400588e152c2c26b63058f677f47af62a7661f37c75025694980185fad3b4d14&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_ubu2404_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d7ea5e563492adc4938ccf27beeea797aee3be4c6118818175fd9f934dac6f63&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_ubu2404_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4e5a694d28353e4ddeea13086f2eb7e92f617457d577abe7ca30561f8cd40a44&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo_1.9.18rc1-1_ubu2404_arm64.deb&#34;&#xA;&gt;sudo_1.9.18rc1-1_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d1debcf02f53289d7d11d29ec52a152e657eb09be7c84e55ff525fd1584518c7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-ldap_1.9.18rc1-1_ubu2404_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.18rc1-1_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;526d20dba6cd2204b7e742cbffaccdae4cdd5ddbf622727b96b6f8c30135e074&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-logsrvd_1.9.18rc1-1_ubu2404_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.18rc1-1_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;aa00c82086392522d41c3cafd0dcb3837e8a307c0ec24165dbb14bafe6d87864&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/sudo/dist/beta/packages/1.9.18rc1/sudo-python_1.9.18rc1-1_ubu2404_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.18rc1-1_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d71e74038c46d983a4f97dd2d63b6f693618dca5809068e471be51b819b06777&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.sudo.ws/getting/_includes/include-packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/_includes/include-packages/</guid>
      <description>&lt;p&gt;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;a073eb5d-0&#34;&gt;&#xA;    &lt;span&gt;AIX 7.1&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;a073eb5d-0&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo.1.9.17.2.aix71.bff.gz&#34;&#xA;&gt;sudo.1.9.17.2.aix71.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d578cd155e24b403b6aeae9cc6cb4cbf201f5c694bf31bc7efb0b28a7e8ec14e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.aix71.rpm&#34;&#xA;&gt;sudo-1.9.17-3.aix71.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f2ef3b5e6c6ca251dd3de27aa8373d449a9b7acaf0dc6e78766187a5e8440e8b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd.1.9.17.2.aix71.bff.gz&#34;&#xA;&gt;sudo-logsrvd.1.9.17.2.aix71.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b34585fab0688cc2a3865a8c3ca99f4730058d2a8fd4c4535b364b90be03723a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.aix71.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.aix71.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d0465de1b5e315139d7d98b32a7aff2cb43e42efccb1a7bf283d92e8b39088a1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;9da443fe-1&#34;&gt;&#xA;    &lt;span&gt;AIX 7.3 and above&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;9da443fe-1&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo.1.9.17.2.aix73.bff.gz&#34;&#xA;&gt;sudo.1.9.17.2.aix73.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;69263616d0cf3a7e6fb75441fdd9513d4763cc31b13c85f56cafbdfe752b0bf8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.aix73.rpm&#34;&#xA;&gt;sudo-1.9.17-3.aix73.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;07b0560c7d909c36f848218650d7301615d80422954eb16a37727fec99848b35&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd.1.9.17.2.aix73.bff.gz&#34;&#xA;&gt;sudo-logsrvd.1.9.17.2.aix73.bff.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;96b539949338e05ca0a49ef0cb785ab4800ca473f97e5168db8dd9d992180c74&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.aix73.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.aix73.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;32b3166374c963f24f6685f423ca3a36164be39523ee9cae4e690cdb8dc0fc36&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;8d5e21e6-2&#34;&gt;&#xA;    &lt;span&gt;Debian 11 (bullseye)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;8d5e21e6-2&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_deb11_amd64.deb&#34;&#xA;&gt;sudo_1.9.17-3_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f003e4feff964db7620b41d51f791dcea0d5e3409ebae8c39da1316feea0059a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_deb11_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3a168514ace267207edf402ba92f6d6e322aeb926bcd56ca0fc0b8edf82cc95c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_deb11_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7cc0a3fc77304ccbda6f2483e866741f13812b18d339674aa15b6da074622598&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_deb11_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_deb11_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7121d905602ae67333c9cfee3a5263dd6f104aa26928c4a8034cd1b5a3b573cc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_deb11_arm64.deb&#34;&#xA;&gt;sudo_1.9.17-3_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d6b89961f76a9c1cb51c4505043b16bd91d2adceec21f15dc433ce48ea3489fa&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_deb11_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;646d3333270d5f3f9687d759320f8dd03238bbde6cb186cff56b9fa9791b3909&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_deb11_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d97dc42b516a7127c5261bbe7b7dd02e52964cbb7fb27867f785c510230ad0cf&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_deb11_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_deb11_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;785c39492d0f122a2b9d661611f1cdf73994009aef54b588dd2355602352c97f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_deb11_i386.deb&#34;&#xA;&gt;sudo_1.9.17-3_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2776900a1894e42c64b1625f6dbc21a6c964416b4425c16fa820c140b07260a7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_deb11_i386.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a790500996d4eed9eff394407163f1460fac50b8d91a16ffebf0060976b4e0fe&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_deb11_i386.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9fab273109c2fdaf89109f6669253e9c03e2ad2e932e144e4f71537b41251194&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_deb11_i386.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_deb11_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e8a378b207b0f6fd164648f7ac0dc1e635c8399cc65628bd8babffa40fbc64f2&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;b5913581-3&#34;&gt;&#xA;    &lt;span&gt;Debian 12 (bookworm)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;b5913581-3&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_deb12_amd64.deb&#34;&#xA;&gt;sudo_1.9.17-3_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4ea5904fd43201b672d55a7cef5807220d73f433809e652fc2f82e56eeab51fe&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_deb12_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b2eb8a87530c3636a9d47580fd62513db5b753823120530403101c6ca9e22fc3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_deb12_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;fbad9ac7ccf253282297f0d516d9ff4c6ed52bddefc991e16fb049b98ad063ae&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_deb12_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_deb12_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4f3c257a09538cba92ac866764d97f9998c6cd70b8484db3b5dbf884d05cfc94&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_deb12_arm64.deb&#34;&#xA;&gt;sudo_1.9.17-3_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e6f230558c85e89c4e70105edbc0b508510adf353b58dd79ce8d426d8e6d033d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_deb12_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;301968db7942e231161006975310abc98bdfdb48b6f04e0bf56e363c9d44ad90&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_deb12_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ec269c39b13261a23eed79202aa5eafa71cc6593b3d527f9c5d2526e5c194032&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_deb12_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_deb12_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;72eaadd970dff1764120c62f8f8aced934b8704a9e6837da08e4a14a11fe7703&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_deb12_i386.deb&#34;&#xA;&gt;sudo_1.9.17-3_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3ea0e73b8877efef5de7e927c0df646f648a3c47907204b9ec5d1b166300a988&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_deb12_i386.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;47409fce8f479be7f6a3addf4aee255a6ea09fbd3cec033b8ce46313eda69c0c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_deb12_i386.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ff9897760b04ea336d125ba215970a9d6f505739de4df280359947a7ddbb2d2d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_deb12_i386.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_deb12_i386.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;14c47b7fbc7415e728c5bcfce5f1c65f2462176b2eb54bdacfffd260094b095e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;b93848a0-4&#34;&gt;&#xA;    &lt;span&gt;macOS 12.00 (Monterey)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;b93848a0-4&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17p2.mac1200.pkg&#34;&#xA;&gt;sudo-1.9.17p2.mac1200.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4663bb841715f921eb103385c4c4c8e7bff6a9bbaf6ae59743aea3dababa14e5&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17p2.mac1200.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.17p2.mac1200.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;708f3e922eb7d47ff47444f132c51b65f338b493beb82572baa4252350e5c62e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;0d78a546-5&#34;&gt;&#xA;    &lt;span&gt;macOS 13.00 (Ventura)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;0d78a546-5&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17p2.mac1300.pkg&#34;&#xA;&gt;sudo-1.9.17p2.mac1300.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e9f82c4e754066f8b7fb5dd5fc20a8143e69614970951d359ebea2c3fc85ab2a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17p2.mac1300.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.17p2.mac1300.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6a5fdb1b95239821b2e5f29e2cc79bee402375f976664d99ec8758d4f9e0e29a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;f6d6bc39-6&#34;&gt;&#xA;    &lt;span&gt;macOS 14.00 (Sonoma)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;f6d6bc39-6&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17p2.mac1400.pkg&#34;&#xA;&gt;sudo-1.9.17p2.mac1400.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d6f30847b33f4c7ec1df98dfe28d42636a1169b1dde1885a4625f766702a1eaa&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17p2.mac1400.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.17p2.mac1400.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e1838a969f0d4fd0bac9eef1f8e037e31a5f8d563802ddc91ff508dc941570a3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;d5cad500-7&#34;&gt;&#xA;    &lt;span&gt;macOS 15.00 (Sequoia)&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;d5cad500-7&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17p2.mac1500.pkg&#34;&#xA;&gt;sudo-1.9.17p2.mac1500.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;83a2cdb1228a874edb4d309d87438ccf3c7be86baa8b34420106122932082474&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17p2.mac1500.pkg&#34;&#xA;&gt;sudo-logsrvd-1.9.17p2.mac1500.pkg&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;20ea2d997e50790d4ebb996ef4c3da28ae2857418661112761d8f2e88e1d7b70&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;a6bfcf86-8&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 7&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;a6bfcf86-8&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el7.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el7.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1d11363567285321e271a142ad89a3d45224db3f3b9cd08fdaa25c360a672a11&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el7.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el7.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8a910fd528ff8cb09f43ff44937fc3c4b212f6f2099d9582aa8a6e3de253067f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el7.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el7.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;61d2089266c0cf59aa66975a173586b0f6c9cec9c0d33135d8d88600e65dfd3b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el7.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el7.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;88f071b94ac03cfd8fc157bec9274caa74ed126a25ae3cba87b665afe600ed8a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el7.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el7.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2e412d839ac4b0cfbc225de9a0bc40b1e544c70e1c3fd1f81c994bcaa27cb7b2&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el7.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el7.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d20a3a1acd8938708145bef23352bc9bd5eaa6cd01c8ed14a87f8f07174dfceb&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;9d16d5a9-9&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 8&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;9d16d5a9-9&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el8.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el8.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;077832d58d31dad78e85e19727ee73554c9d58b3becc9f0180ddd2f45b0db35a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el8.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el8.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ecfea2354d062b48f9117197d3ee87b364c3130aa903d847b49898d59135db11&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el8.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el8.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2fa548d3d5535cd519a5c209aa886162485262c9facb01019d22e5404d3bfbd7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el8.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el8.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;91a52e4192cca65611f2c8df53a6e5191404d35711e1a96e28101feab65072ed&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el8.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el8.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f2149eb38ccc856ab6382d9f3536e51ef55f718f89b9367776b422edec645d58&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el8.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el8.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9c72eba78d2a40bd2b022525286000e81edb3e628055c8f274e3aebef20433dd&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;b583f945-10&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 9&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;b583f945-10&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el9.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el9.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ffbfe343beadeee8ab5b67a4b4fccc6e2ad52708b87b5d74b8d8d10a0cd62ba1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el9.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el9.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;71eac4f29f3198a73204c377b57766d0ad5791efd794e4834deac80bca832b81&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el9.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el9.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;0a6b8961209fb40f14c0883de119274aa38afa20d0192d4c928212f47e82bb9b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el9.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el9.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a6e16af10f94ed140af387dc7da3048779ec25176cda5ca7d5778838d7e8f2e4&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el9.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el9.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ae038fbdae2228b9be7dd69b2ba781217611d000dcf266859ca3a0b2875be082&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el9.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el9.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4e1dfd5e6dd4637a59716311f2f87897f8ee52194301c60dff54b0a0742653a1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;a4b9aa7f-11&#34;&gt;&#xA;    &lt;span&gt;RHEL/Rocky/Oracle 10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;a4b9aa7f-11&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el10.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el10.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;32638d834bf2aa5fdac9e56ade0ee3b601dfc18688988de64dfca9d7ecb95612&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el10.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el10.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4607b71fdb0d379f7cfc70cabf8fc775cf5c160d44c8ba9b106e23c794d414a3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el10.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el10.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;0064f982ce0a57e32ceb3dabfe0b2a5834bcfcf22754ad60609f5666d3b9a813&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.el10.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.el10.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;62889dc5e8bdf32dbec9d72711f4b348eb3b0651e0fd070c9109da5c23ed823f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.el10.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.el10.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8a7219c1fc165e72e8d9d90238275564146fb7b64a011dbdf80dd2c365cfba5d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.el10.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.el10.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5a05cc616cf7556a75d3936fcb39573adcdd10f8d7092a2ae8bf4ecff4a4f33a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;27652aa9-12&#34;&gt;&#xA;    &lt;span&gt;SuSE Linux Enterprise 12&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;27652aa9-12&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.sles12.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.sles12.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;85e5cdb9427fbd6231d6d6bfe573854b5a26396f19fe30112966a9d61d44b131&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.sles12.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.sles12.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;72106f9fc2647ea879019185190d600d6e1d6dbd4ba55b9de0da70ab1f4e0ada&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.sles12.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.sles12.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a206adadad135fa7fd8519604fa323c3c39b1620706d6fd1f5c28e3497364449&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.sles12.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.sles12.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f29b82f41c586e30cafdea3109cde1aeb7c072bc4071576aba1c688e80553449&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.sles12.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.sles12.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;048deaf7cfbbf71dcf445af54eb271f6d36b6238d33113444d889ba6867d3b8f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.sles12.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.sles12.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8b1b5fc354767f2ca080a6c7c3be7fa4c8d5af20a60ad1978061fe7de2c34657&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;eda0e74b-13&#34;&gt;&#xA;    &lt;span&gt;SuSE Linux Enterprise 15&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;eda0e74b-13&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.sles15.x86_64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.sles15.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c574388d812bbbca30fdb593d488fbf1df60a1a4187140189cafbba7f331f67f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.sles15.x86_64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.sles15.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ee1ccca8526b3a47dcb79967e4ce1f95878f677f0a27c444264be7e6c06cc908&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.sles15.x86_64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.sles15.x86_64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8d6a58557745967c1a9c2c0f0179dd6a4a2f9cd872b696f50be10d79078de08c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-1.9.17-3.sles15.aarch64.rpm&#34;&#xA;&gt;sudo-1.9.17-3.sles15.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;bc823895ece7c8860f036d199a32b7b1e2364214a23a470297a35233093d6a41&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd-1.9.17-3.sles15.aarch64.rpm&#34;&#xA;&gt;sudo-logsrvd-1.9.17-3.sles15.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;81345ac17183ce74142ac1a2eb8d386fc2187de20f7e0474b22abe30d10bc041&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python-1.9.17-3.sles15.aarch64.rpm&#34;&#xA;&gt;sudo-python-1.9.17-3.sles15.aarch64.rpm&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a43ff582a842d48ed4dd59eb5879495451ab7dbea82b01e47ab6a568da50b41d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;5611605e-14&#34;&gt;&#xA;    &lt;span&gt;Solaris 10&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;5611605e-14&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-1.9.17p2-sol10.i386.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.17p2-sol10.i386.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;11a1b104ee24d2385a827d7669daee76b1a76c54af05f92bae8a00a42e941f08&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-ldap-1.9.17p2-sol10.i386.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.17p2-sol10.i386.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3637296505647af4191b6aa055595f32299ae0be18a398e3becc35d063a76ce0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-logsrvd-1.9.17p2-sol10.i386.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.17p2-sol10.i386.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8ccc72a34f9ad43d2f4db5020b350b8a1be5bb64b2eab1ac8786722569be7dc6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-1.9.17p2-sol10.sparc.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.17p2-sol10.sparc.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7899a632d634def6cdd79023c3bfd71cb3e1b75a1997bcdb79e57b565bb4cce5&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-ldap-1.9.17p2-sol10.sparc.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.17p2-sol10.sparc.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;311fe12cf80163760e75dbfbdb9a05c508f5c97273a6b27b0741226e7741829e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-logsrvd-1.9.17p2-sol10.sparc.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.17p2-sol10.sparc.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d3cf01c92b46292413093a138bede5889b58939783e6f75d61350806243075a1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;37fe2c01-15&#34;&gt;&#xA;    &lt;span&gt;Solaris 11&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;37fe2c01-15&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-1.9.17p2-sol11.x86_64.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.17p2-sol11.x86_64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;efa7fb976f4b632b9269e6a9a9fdb565840598b5a8388ebc230ac237527cc89e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-ldap-1.9.17p2-sol11.x86_64.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.17p2-sol11.x86_64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4fb32109658a6fdc62e94f891d477a45802c9f8ec273ff74423ea0bd0172548f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-logsrvd-1.9.17p2-sol11.x86_64.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.17p2-sol11.x86_64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;78a607412de1d960b96811e2c42265c4ad5f189b57bfb90d59726b110ee0df22&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-1.9.17p2-sol11.sparc64.pkg.gz&#34;&#xA;&gt;TCMsudo-1.9.17p2-sol11.sparc64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d779cb55b852afbf50443df4ab3e9b9d20579f3ccc7a1d8f7a47a5410eb0d960&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-ldap-1.9.17p2-sol11.sparc64.pkg.gz&#34;&#xA;&gt;TCMsudo-ldap-1.9.17p2-sol11.sparc64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e47113e39eb5fd5a2146e407ca39fca88de44391d187889e87a2de282b921c6f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/TCMsudo-logsrvd-1.9.17p2-sol11.sparc64.pkg.gz&#34;&#xA;&gt;TCMsudo-logsrvd-1.9.17p2-sol11.sparc64.pkg.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1f9ee50b7c58c0af4f4e4637772d9eeff370ce0c81e11745d9b64da34760e902&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;e9615f5a-16&#34;&gt;&#xA;    &lt;span&gt;Ubuntu 20.04&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;e9615f5a-16&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_ubu2004_amd64.deb&#34;&#xA;&gt;sudo_1.9.17-3_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;266d29533138953ae3d65b3b4844310926296389eb10a27786d3750fed4b63f4&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_ubu2004_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;651c2f68e238442ee060132c6b0f06ee8eeb1ab4636b0aee03f7489c09b1da61&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_ubu2004_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;43d372faf22ee1e098b9917a020a449e9d65bb16dc68d6008b3e13b14cc6a4ed&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_ubu2004_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_ubu2004_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6e41ad419d2c013c7cd50eb4177facb7d8d8c3ffc2ce56de684111b2615ca56d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_ubu2004_arm64.deb&#34;&#xA;&gt;sudo_1.9.17-3_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1e00eaeda88cb8c079b0163d97e4e5498c38b05cf29f5ec9b0514f126eef67dc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_ubu2004_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;28fbec3fb215a297b8ed11d5f6cb748cd5e4056274b041bdc8b470b5b511bd52&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_ubu2004_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b7bf65dc5b7148768962ff43f243883704f2a88c5ec5e88d330d15860d5b4105&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_ubu2004_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_ubu2004_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;75ae5a5c6c1fe5457f707edb2ba2e4a403da5e1c471b0d8bacb3576bcd836c0c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;e2de7ea0-17&#34;&gt;&#xA;    &lt;span&gt;Ubuntu 22.04&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;e2de7ea0-17&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_ubu2204_amd64.deb&#34;&#xA;&gt;sudo_1.9.17-3_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;0b87791f5c318d637595c40ee28972f1f61d5b0159757949f9bf7fa4e6faadc4&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_ubu2204_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2737a2105115d67da741018e810a88c69fba4f617d01dd139393b19e976fd8da&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_ubu2204_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;598110b025e1f714df9ea3061ea80136f5ac30d1619c091e9fff4e98eb0d571c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_ubu2204_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_ubu2204_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;873f0163cd042e3ef1145567a927696bfa1b4c591816eb0ab6506281f24a5ba3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_ubu2204_arm64.deb&#34;&#xA;&gt;sudo_1.9.17-3_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2742e6e9ff05ad606506fce404bcd984cc392651e6302715c4d175abcddd3620&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_ubu2204_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2d99f44836b300f80ce0a316c6b563a2c1604a2bcc36a7e1bad46718d00a3362&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_ubu2204_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6e14b3f81f13c19ff9e9aea940a2512f4dcdbb7efc937b8aeb6aed2bbe339f35&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_ubu2204_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_ubu2204_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;da65bf7614aca9b55596b571c33ba06d8815569ddf585d5cc687806893fa24c0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;2f1a496e-18&#34;&gt;&#xA;    &lt;span&gt;Ubuntu 24.04&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;2f1a496e-18&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Package file&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_ubu2404_amd64.deb&#34;&#xA;&gt;sudo_1.9.17-3_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2893979967e044f9b47cf57961ee7557ccf7c9f086710d065f3a6b7135405740&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_ubu2404_amd64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;547c817d5e9708bea002a407ced3c855c56834f522de768bd4278c5810d6fd0d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_ubu2404_amd64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d3c007e11d0d001222f9b5f60f66fc76474c618188510d00c8ed28d2d2eeb4b1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_ubu2404_amd64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_ubu2404_amd64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a5b8eb73992fca7c9e48eda903c2d9c0184a831babc0859aa4bd4821494f4692&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo_1.9.17-3_ubu2404_arm64.deb&#34;&#xA;&gt;sudo_1.9.17-3_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;729fcee511d8f14155826bc4550b0002590109360dd705998eacad4441baf010&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-ldap_1.9.17-3_ubu2404_arm64.deb&#34;&#xA;&gt;sudo-ldap_1.9.17-3_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;95b034e3089438318ab74878f41c94b4c1f840197729e2412a9038c2043add11&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-logsrvd_1.9.17-3_ubu2404_arm64.deb&#34;&#xA;&gt;sudo-logsrvd_1.9.17-3_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;cb25a4714350d220fdaa9c1d59fd8c0756d709bf3489a4058a70941c4cf30888&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/sudo-project/sudo/releases/download/v1.9.17p2/sudo-python_1.9.17-3_ubu2404_arm64.deb&#34;&#xA;&gt;sudo-python_1.9.17-3_ubu2404_arm64.deb&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b6cc22544fefe69f72e5fa0ff59cfb811685211fa8b77f40d368948d86dfe28c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.sudo.ws/getting/_includes/include-source/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/_includes/include-source/</guid>
      <description>&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Sudo Version&lt;/th&gt;&#xA;          &lt;th&gt;URL&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.17p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17p2.tar.gz&#34;&#xA;&gt;sudo-1.9.17p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4a38a1ab3adb1199257edc2a7c4a2bd714665eb605b04368843b06dada2cfcfb&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.17p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17p1.tar.gz&#34;&#xA;&gt;sudo-1.9.17p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.17&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17.tar.gz&#34;&#xA;&gt;sudo-1.9.17.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3f212c69d534d5822b492d099abb02a593f91ca99f5afde5cb9bd3e1dcdad069&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.16p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.16p2.tar.gz&#34;&#xA;&gt;sudo-1.9.16p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.16p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.16p1.tar.gz&#34;&#xA;&gt;sudo-1.9.16p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;404994e23ae8bcf4be59ed6fd3759ad70a8cefa9bcf71640b33f176afec243b0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.16&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.16.tar.gz&#34;&#xA;&gt;sudo-1.9.16.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c0d84d797f06b732fc573d0b798ae83128c2bc33052057f05b560ec6bcbfa03d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.15p5&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p5.tar.gz&#34;&#xA;&gt;sudo-1.9.15p5.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.15p4&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p4.tar.gz&#34;&#xA;&gt;sudo-1.9.15p4.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2e20ec9865eeeea1316c6f49ec6ac4678869b689d4d90b44243bf4887d6dd532&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.15p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p3.tar.gz&#34;&#xA;&gt;sudo-1.9.15p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;78c87a1ccec42f7a095002fe2b1478a5106036359e362b867534a8e0056a0494&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.15p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p2.tar.gz&#34;&#xA;&gt;sudo-1.9.15p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;199c0cdbfa7efcfffa9c88684a8e2fb206a62b70a316507e4a91c89c873bbcc8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.15p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p1.tar.gz&#34;&#xA;&gt;sudo-1.9.15p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;166c37ab93454a18186f922fe64ed5cd67ba6dddbcb0efba2df5898723dc9474&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.15&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15.tar.gz&#34;&#xA;&gt;sudo-1.9.15.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;fd0e254870e92e873b508ba16382f5ac3af81a5a38d1ea9cf973606db4262589&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.14p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14p3.tar.gz&#34;&#xA;&gt;sudo-1.9.14p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a08318b1c4bc8582c004d4cd9ae2903abc549e7e46ba815e41fe81d1c0782b62&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.14p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14p2.tar.gz&#34;&#xA;&gt;sudo-1.9.14p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.14p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14p1.tar.gz&#34;&#xA;&gt;sudo-1.9.14p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.14&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14.tar.gz&#34;&#xA;&gt;sudo-1.9.14.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7bb70e4529ab2ada47ded970cdf2fe7be3084912861ddbac239eebdc92935a29&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.13p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13p3.tar.gz&#34;&#xA;&gt;sudo-1.9.13p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.13p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13p2.tar.gz&#34;&#xA;&gt;sudo-1.9.13p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.13p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13p1.tar.gz&#34;&#xA;&gt;sudo-1.9.13p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;672a3b83ace56b5fa12c7d89da771d75f5ae4472bec92791fbb98c2dd853bd43&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.13&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13.tar.gz&#34;&#xA;&gt;sudo-1.9.13.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3f55455b46edb0a129d925dcc39972f12f7c7fb78d0ccab6017ee16c8177e436&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.12p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.12p2.tar.gz&#34;&#xA;&gt;sudo-1.9.12p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b9a0b1ae0f1ddd9be7f3eafe70be05ee81f572f6f536632c44cd4101bb2a8539&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.12p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.12p1.tar.gz&#34;&#xA;&gt;sudo-1.9.12p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;475a18a8eb3da8b2917ceab063a6baf51ea09128c3c47e3e0e33ab7497bab7d8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.12&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.12.tar.gz&#34;&#xA;&gt;sudo-1.9.12.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;de15733888170c56834daafd34bf983db10fb21039742fcfc396bd32168d6362&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.11p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11p3.tar.gz&#34;&#xA;&gt;sudo-1.9.11p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4687e7d2f56721708f59cca2e1352c056cb23de526c22725615a42bb094f1f70&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.11p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11p2.tar.gz&#34;&#xA;&gt;sudo-1.9.11p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a21918eb9fc0063794f6887464fa2d924ab6d192e19063191a429605c22791d2&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.11p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11p1.tar.gz&#34;&#xA;&gt;sudo-1.9.11p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;eb8b6c1a69a9adf4b82030b66d99d79214d7cba5031a0be43103a6176b16254b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.11&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11.tar.gz&#34;&#xA;&gt;sudo-1.9.11.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b5476e30d83ca14734da9370f2206beb21c8a33fc85a504fb8a61d18d8b351be&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.10&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.10.tar.gz&#34;&#xA;&gt;sudo-1.9.10.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;44a1461098e7c7b8e6ac597499c24fb2e43748c0c139a8b4944e57d1349a64f4&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.9&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.9.tar.gz&#34;&#xA;&gt;sudo-1.9.9.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6d6ee863a3bc26c87661093a74ec63e10fd031ceba714642d21636dfe25e3e00&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.8p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.8p2.tar.gz&#34;&#xA;&gt;sudo-1.9.8p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9e3b8b8da7def43b6e60c257abe80467205670fd0f7c081de1423c414b680f2d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.8p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.8p1.tar.gz&#34;&#xA;&gt;sudo-1.9.8p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;0939ee24df7095a92e0ca4aa3bd53b2a10965a7b921d51a26ab70cdd24388d69&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.8&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.8.tar.gz&#34;&#xA;&gt;sudo-1.9.8.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;f1735de999804ea1af068fba6a82cb6674ea64c789813b29266fd3b16cb294e6&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.7p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.7p2.tar.gz&#34;&#xA;&gt;sudo-1.9.7p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;28b5ee725dbf89a7852f42f309ca877d2810a9531b4eecfe59f3a84b6b4afca8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.7p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.7p1.tar.gz&#34;&#xA;&gt;sudo-1.9.7p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.7&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.7.tar.gz&#34;&#xA;&gt;sudo-1.9.7.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2bbe7c2d6699b84d950ef9a43f09d4d967b8bc244b73bc095c4202068ddbe549&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.6p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.6p1.tar.gz&#34;&#xA;&gt;sudo-1.9.6p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.6&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.6.tar.gz&#34;&#xA;&gt;sudo-1.9.6.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;62c9580492cd2e7dd6273b5cfe197560f2c508a83649d1ce4f61c8ee02ff3a55&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.5p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.5p2.tar.gz&#34;&#xA;&gt;sudo-1.9.5p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;539e2ef43c8a55026697fb0474ab6a925a11206b5aa58710cb42a0e1c81f0978&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.5p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.5p1.tar.gz&#34;&#xA;&gt;sudo-1.9.5p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4dddf37c22653defada299e5681e0daef54bb6f5fc950f63997bb8eb966b7882&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.5&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.5.tar.gz&#34;&#xA;&gt;sudo-1.9.5.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;3718b16de71fd6076858d5a1efe93a0d11d2f713fc51f24a314dfee78e4e83a5&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.4p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.4p2.tar.gz&#34;&#xA;&gt;sudo-1.9.4p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c34af1fa79d40d0869e4010bdd64005290ea2e1ba35638ef07fcc684c4470f64&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.4p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.4p1.tar.gz&#34;&#xA;&gt;sudo-1.9.4p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1172099dfcdd2fa497e13a3c274a9f5920abd36ae7d2f7aaacd6bc6bc92fd677&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.4&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.4.tar.gz&#34;&#xA;&gt;sudo-1.9.4.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8b91bd2cc73af18a06a01406e38d154b837107be759f72e89cefeaa94e1103f0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.3p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.3p1.tar.gz&#34;&#xA;&gt;sudo-1.9.3p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;dcb9de53e45e1c39042074b847f5e0d8ae1890725dd6a9d9101a81569e6eb49e&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.3.tar.gz&#34;&#xA;&gt;sudo-1.9.3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1d9889cc3b3b15ed8c2c7c3de3aa392a3a726838d020815067c080525c3f5837&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.2.tar.gz&#34;&#xA;&gt;sudo-1.9.2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7c98d201f181c47152711b9f391e0f6b5545f3ef8926298a3e8bc6288e118314&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.1.tar.gz&#34;&#xA;&gt;sudo-1.9.1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;294116cefe10a02773917fc7440d8384b925955bc96a6e0eaa1977c83b34adff&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.9.0&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.0.tar.gz&#34;&#xA;&gt;sudo-1.9.0.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ab231439c5dfdf4ecbef74f10d5f7e9686c2255c2f3887085b5c5e13281bf95c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;&lt;div class=&#34;gdoc-expand&#34;&gt;&#xA;  &lt;label class=&#34;gdoc-expand__head flex justify-between&#34; for=&#34;61656b4b-0&#34;&gt;&#xA;    &lt;span&gt;Older versions&lt;/span&gt;&#xA;    &lt;span&gt;↕&lt;/span&gt;&#xA;  &lt;/label&gt;&#xA;  &lt;input id=&#34;61656b4b-0&#34; type=&#34;checkbox&#34; class=&#34;gdoc-expand__control hidden&#34; /&gt;&#xA;  &lt;div class=&#34;gdoc-markdown--nested gdoc-expand__content&#34;&gt;&#xA;    &lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Sudo Version&lt;/th&gt;&#xA;          &lt;th&gt;URL&lt;/th&gt;&#xA;          &lt;th&gt;sha256 digest&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.32&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.32.tar.gz&#34;&#xA;&gt;sudo-1.8.32.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;5ce3c18c5efbecd5437a0945f314f1822423eaf9a2d7eb7ecf80857bc32246c5&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.31p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.31p2.tar.gz&#34;&#xA;&gt;sudo-1.8.31p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2a5d04b1b6db6a1926bc8d7082ed5f54aa9a330496589473a234844dcf2c2094&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.31p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.31p1.tar.gz&#34;&#xA;&gt;sudo-1.8.31p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c73cfdfbc1c5cc259fcc3a355e1bacfed99c5580daeadec9704a24cd5e6d15d8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.31&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.31.tar.gz&#34;&#xA;&gt;sudo-1.8.31.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7ea8d97a3cee4c844e0887ea7a1bd80eb54cc98fd77966776cb1a80653ad454f&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.30&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.30.tar.gz&#34;&#xA;&gt;sudo-1.8.30.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a35ad3ddc7465703e04190d3ff0b8d78ded9246749becf9a014dcb9c31c579e7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.29&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.29.tar.gz&#34;&#xA;&gt;sudo-1.8.29.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.28p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.28p1.tar.gz&#34;&#xA;&gt;sudo-1.8.28p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;23ba5a84af31e3b5ded58d4be6d3f6939a495a55561fba92c6941b79a6e8b027&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.28&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.28.tar.gz&#34;&#xA;&gt;sudo-1.8.28.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9129fa745a08caff0ce2042d2162b38eb9bf73bf43fcb248ac8b3a750c1f13a1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.27&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.27.tar.gz&#34;&#xA;&gt;sudo-1.8.27.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7beb68b94471ef56d8a1036dbcdc09a7b58a949a68ffce48b83f837dd33e2ec0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.26&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.26.tar.gz&#34;&#xA;&gt;sudo-1.8.26.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;40da219a6f0341ccb22d04a98988e27f09b831d2561b14c6154067a49ef3fee2&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.25p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.25p1.tar.gz&#34;&#xA;&gt;sudo-1.8.25p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9dc99c7a7d37a0ab938410995c133e15d6afb970c2c66f9264fe36d20c89195b&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.25&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.25.tar.gz&#34;&#xA;&gt;sudo-1.8.25.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.24&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.24.tar.gz&#34;&#xA;&gt;sudo-1.8.24.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b488557a198ecef30b7ad4011b59a66232dec2364ad956e11d8e17906c225be8&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.23&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.23.tar.gz&#34;&#xA;&gt;sudo-1.8.23.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;d863d29b6fc87bc784a3223350e2b28a2ff2c4738f0fb8f1c92bb38c3017e679&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.22&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.22.tar.gz&#34;&#xA;&gt;sudo-1.8.22.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7256cb27c20883b14360eddbd17f98922073d104b214cf65aeacf1d9c9b9fd02&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.21p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.21p2.tar.gz&#34;&#xA;&gt;sudo-1.8.21p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.21p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.21p1.tar.gz&#34;&#xA;&gt;sudo-1.8.21p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.21&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.21.tar.gz&#34;&#xA;&gt;sudo-1.8.21.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;126e9214613e842e19a02658f060186fe6a5927948679d64895b17ed933bb523&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.20p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.20p2.tar.gz&#34;&#xA;&gt;sudo-1.8.20p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.20p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.20p1.tar.gz&#34;&#xA;&gt;sudo-1.8.20p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9e980eb23a60dd11f0f452e672e705d7a386882bc230c6e8483050e03182db1d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.20&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.20.tar.gz&#34;&#xA;&gt;sudo-1.8.20.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9e97b8da859c6cc1b5b8c31db93002b750eae16af1bbda9140f8dd85b970e0e0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.19p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.19p2.tar.gz&#34;&#xA;&gt;sudo-1.8.19p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.19p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.19p1.tar.gz&#34;&#xA;&gt;sudo-1.8.19p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b8afb1cf8736b6c61f171f2bf4b174818d9e00e92ef73da55fabcd01286ffc92&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.19&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.19.tar.gz&#34;&#xA;&gt;sudo-1.8.19.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1130923534b62c18b40b529c6877d1a020db93f876617b56a569d0a1133d0228&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.18p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.18p1.tar.gz&#34;&#xA;&gt;sudo-1.8.18p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.18&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.18.tar.gz&#34;&#xA;&gt;sudo-1.8.18.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8519e99e97fa51ac50fca2030e76f9aa5195f543ae2d15107753f4e4c4e3be13&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.17p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.17p1.tar.gz&#34;&#xA;&gt;sudo-1.8.17p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c690d707fb561b3ecdf6a6de5563bc0b769388eff201c851edbace408bb155cc&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.17&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.17.tar.gz&#34;&#xA;&gt;sudo-1.8.17.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;62b12c4fa9a3ad4f20f6e7576bc6405b2ec8d76222ea44a1c94830c68cccec8c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.16&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.16.tar.gz&#34;&#xA;&gt;sudo-1.8.16.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;2d83826fc5125bf073acc203dbda1cf2abeee017090ccc9dddb0431a53d5064d&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.15&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.15.tar.gz&#34;&#xA;&gt;sudo-1.8.15.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.14p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.14p3.tar.gz&#34;&#xA;&gt;sudo-1.8.14p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.14p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.14p2.tar.gz&#34;&#xA;&gt;sudo-1.8.14p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.14p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.14p1.tar.gz&#34;&#xA;&gt;sudo-1.8.14p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;b12ccdf1c0b6a2a494afb6616d16d90310206f4d8e68023cf27345396d9f06a0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.14&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.14.tar.gz&#34;&#xA;&gt;sudo-1.8.14.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;74308f7bf242f6f997d4c8145849581f06fb6fbe47032b6e87ac664c14b9f6d3&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.13&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.13.tar.gz&#34;&#xA;&gt;sudo-1.8.13.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.12&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.12.tar.gz&#34;&#xA;&gt;sudo-1.8.12.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.11p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.11p2.tar.gz&#34;&#xA;&gt;sudo-1.8.11p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.11p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.11p1.tar.gz&#34;&#xA;&gt;sudo-1.8.11p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;44c275772595a119185336164bb76b6e08f23d38aa0fe0d6bab48812e75d6a43&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.11&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.11.tar.gz&#34;&#xA;&gt;sudo-1.8.11.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a3177de7b5fbebfb43b32fc30aecaaf434762bf23e313de4c4a39e5ff715c845&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.10p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10p3.tar.gz&#34;&#xA;&gt;sudo-1.8.10p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;6eda135fa68163108f1c24de6975de5ddb09d75730bb62d6390bda7b04345400&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.10p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10p2.tar.gz&#34;&#xA;&gt;sudo-1.8.10p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;ba6cb8db6dccdb92a96e8ae63ca65c410f8b61270b603ab9af4b1154fef379f1&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.10p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10p1.tar.gz&#34;&#xA;&gt;sudo-1.8.10p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;bc0426b315c6e9d470b6fdb8d6afa6d924332c1ad24c8303f6b52e81fa1f32fb&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.10&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10.tar.gz&#34;&#xA;&gt;sudo-1.8.10.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;781296ec571e2595cfaa13846902ea03684ef826f261d61e6705da90a4f904aa&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.9p5&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p5.tar.gz&#34;&#xA;&gt;sudo-1.8.9p5.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;bc9d5c96de5f8b4d2b014f87a37870aef60d2891c869202454069150a21a5c21&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.9p4&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p4.tar.gz&#34;&#xA;&gt;sudo-1.8.9p4.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;1943f9e9409c6542935d2e2d862c48d0d69dcf27288b294b8b537c02f52ac7a7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.9p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p3.tar.gz&#34;&#xA;&gt;sudo-1.8.9p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;a2b1f0ec8aeb929c8430b1514cb53e2c2f882ea26cbb43426883d1cb6d22c5b7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.9p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p2.tar.gz&#34;&#xA;&gt;sudo-1.8.9p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;661d2e75fd35f5ce507d0b6fbd295bb155ae1da7e844cb6ef5996ecd01c5a13a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.9p1&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p1.tar.gz&#34;&#xA;&gt;sudo-1.8.9p1.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c22089aa1023233bf27808e8f7611b6b4c4fec2d151616179e1898876703cd51&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.9&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9.tar.gz&#34;&#xA;&gt;sudo-1.8.9.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;48e1135cc0af9581f41a8945e083613ad7f6e083f5040086a14f6c500932dc16&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.8&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.8.tar.gz&#34;&#xA;&gt;sudo-1.8.8.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.7&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.7.tar.gz&#34;&#xA;&gt;sudo-1.8.7.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.6p8&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p8.tar.gz&#34;&#xA;&gt;sudo-1.8.6p8.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;c0baaa87f59153967b650a0dde2f7d4147d358fa15f3fdabb47e84d0282fe625&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.5p3&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.5p3.tar.gz&#34;&#xA;&gt;sudo-1.8.5p3.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;00bbf27d53e8a74ef3e76b531c2b8a8d6dccab58e0d040c2a3a08171543bb1a7&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.4p5&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4p5.tar.gz&#34;&#xA;&gt;sudo-1.8.4p5.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;cf41ea1ada17c0dfbd8480dd9dc800999e0db9f2972ffa8f7a2944751ad32aba&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.3p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.3p2.tar.gz&#34;&#xA;&gt;sudo-1.8.3p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;7edcf02ef4dc4f26f524726e8faaa90d7939772c186409ab150d2934e3a9ba31&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.2.tar.gz&#34;&#xA;&gt;sudo-1.8.2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;37fe6ee670329bc45937fbe402e847f80b3a0a1c8fc9a66487e92b4b810152b0&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.1p2&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.1p2.tar.gz&#34;&#xA;&gt;sudo-1.8.1p2.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;281f90c80547cf22132e351e7f61c25ba4ba9cf393438468f318f9a7884026fb&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;1.8.0&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.0.tar.gz&#34;&#xA;&gt;sudo-1.8.0.tar.gz&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;75e11dd37e04df08357037526523ad7f9c340e53ab94d9667a406945bb9c892c&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;All Versions&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/&#34;&#xA;&gt;master site&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Beta Packages</title>
      <link>https://www.sudo.ws/getting/beta_packages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/getting/beta_packages/</guid>
      <description>&lt;p&gt;These packages correspond to the current sudo &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel&#34;&#xA;&gt;development&#xA;release&lt;/a&gt;.  For information on how the binary&#xA;packages are built, see &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/docs/packaging&#34;&#xA;&gt;building packages&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Binary packages are signed with Todd&amp;rsquo;s&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;PGP key&lt;/a&gt;.&#xA;For .rpm and .deb packages, the signature is embedded in the package file&#xA;itself. All other files use detached signatures (separate .sig files).&#xA;Two keys are included in &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/PGPKEYS&#34;&#xA;&gt;the file&lt;/a&gt;,&#xA;the current pgp signing key with the fingerprint&#xA;&lt;code&gt;59D1 E9CC BA2B 3767 04FD D35B A9F4 C021 CEA4 70FB&lt;/code&gt;&#xA;and the old pgp signing key&#xA;with the fingerprint &lt;code&gt;CCB2 4BE9 E948 1B15 D341 5953 5A89 DFA2 7EE4 70C4&lt;/code&gt;.&#xA;The signing keys are also available from the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://pgp.mit.edu/pks/lookup?search=0xa9f4c021cea470fb&#34;&#xA;&gt;MIT public key server&lt;/a&gt; and the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://keys.openpgp.org/search?q=0xa9f4c021cea470fb&#34;&#xA;&gt;OpenPGP public key server&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. The default output format&#xA;    is LDIF. It is only possible to convert a policy file that is syntactically&#xA;    correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; can be used to convert between&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy file formats. The default input&#xA;    format is sudoers. The default output format is LDIF. It is only possible to&#xA;    convert a &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file that is syntactically correct.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If no &lt;var class=&#34;Ar&#34;&gt;input_file&lt;/var&gt; is specified, or if it is&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;-&lt;/code&gt;&amp;#x2019;, the policy is read from the&#xA;    standard input. By default, the result is written to the standard&#xA;  output.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers.&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers.&#34;&gt;sudoers.&lt;/i&gt;&lt;/a&gt;&#xA;    The default output format is LDIF. It is only possible to convert a policy&#xA;    file that is syntactically correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cvtsudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/cvtsudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/cvtsudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;convert between sudoers file&#xA;    formats&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ehMpV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dn&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;conf_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;deftypes&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;input_format&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-I&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;increment&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;log_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-o&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-O&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;start_point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-P&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;padding&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sections&lt;/var&gt;] [&lt;var class=&#34;Ar&#34;&gt;input_file&#xA;      ...&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;cvtsudoers&lt;/code&gt; utility accepts one or more&#xA;    security policies in either &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; or LDIF format as&#xA;    input, and generates a single policy of the specified format as output. The&#xA;    default input format is &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. The default output format&#xA;    is LDIF. It is only possible to convert a policy file that is syntactically&#xA;    correct.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/sudo.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo&#xA;  front-end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front-end. It is used to configure sudo&#xA;    plugins, plugin-agnostic path names, debug flags, and other settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;an approval, audit, I/O logging, or security policy plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front-end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;div class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34;&gt;send sudo I/O log to log server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central&#xA;    storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h2 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-nV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via &lt;code class=&#34;Li&#34;&gt;Debug&lt;/code&gt; lines in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Client Manual</title>
      <link>https://www.sudo.ws/docs/man/sudo_sendlog.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo_sendlog.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;send sudo I/O log to log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;ca_bundle&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;cert_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;key_file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; can be used to send the&#xA;    existing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; I/O log &lt;var class=&#34;Ar&#34;&gt;path&lt;/var&gt;&#xA;    to a remote log server such as &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrvd,&#xA;    section 8&#34;&gt;sudo_logsrvd(8)&lt;/a&gt; for central storage.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The options are as follows:&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt id=&#34;A&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#A&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-A&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--accept-only&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Only send the accept event, not the I/O associated with the log. This can&#xA;      be used to test the logging of accept events without any associated&#xA;    I/O.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;b&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#b&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-b&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--ca-bundle&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to a certificate authority bundle file, in PEM format, to use&#xA;      instead of the system&#39;s default certificate authority database when&#xA;      authenticating the log server. The default is to use the system&#39;s default&#xA;      certificate authority database.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;c&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#c&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--cert&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s certificate file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;help&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#help&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;--help&lt;/code&gt;&lt;/a&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Display a short help message to the standard output and exit.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;h&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#h&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--host&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Connect to the specified &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt; instead of&#xA;    localhost.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;i&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#i&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--iolog-id&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; when restarting a log&#xA;      transfer. The &lt;var class=&#34;Ar&#34;&gt;iolog-id&lt;/var&gt; is reported by the server&#xA;      when it creates the remote I/O log. This option may only be used in&#xA;      conjunction with the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;k&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#k&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--key&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;The path to the client&#39;s private key file in PEM format. This setting is&#xA;      required when the connection to the remote log server is secured with&#xA;    TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;n&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#n&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-n&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--no-verify&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;If specified, the server&#39;s certificate will not be verified during the TLS&#xA;      handshake. By default, &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; verifies that&#xA;      the server&#39;s certificate is valid and that it contains either the server&#39;s&#xA;      host name or its IP address. This setting is only supported when the&#xA;      connection to the remote log server is secured with TLS.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;p&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#p&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--port&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Use the specified network &lt;var class=&#34;Ar&#34;&gt;port&lt;/var&gt; when connecting to&#xA;      the log server instead of the default, port 30344.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;r&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#r&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--restart&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Restart an interrupted connection to the log server. The specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is used to tell the server the point&#xA;      in time at which to continue the log. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;restart-point&lt;/var&gt; is specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D; and is usually the last commit point&#xA;      received from the server. The &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; option must also&#xA;      be specified when restarting a transfer.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;R&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#R&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--reject&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Send a reject event for the command using the specified&#xA;      &lt;var class=&#34;Ar&#34;&gt;reject-reason&lt;/var&gt;, even though it was actually accepted&#xA;      locally. This can be used to test the logging of reject events; no I/O&#xA;      will be sent.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;s&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#s&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--stop-after&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Stop sending log records and close the connection when&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is reached. This can be used for testing&#xA;      purposes to send a partial I/O log to the server. Partial logs can be&#xA;      restarted using the &lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt; option. The&#xA;      &lt;var class=&#34;Ar&#34;&gt;stop-point&lt;/var&gt; is an elapsed time specified in the form&#xA;      &amp;#x201C;seconds,nanoseconds&amp;#x201D;.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;t&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#t&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--test&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Open &lt;var class=&#34;Ar&#34;&gt;number&lt;/var&gt; simultaneous connections to the log&#xA;      server and send the specified I/O log file on each one. This option is&#xA;      useful for performance testing.&lt;/dd&gt;&#xA;  &lt;dt id=&#34;V&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#V&#34;&gt;&lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/a&gt;,&#xA;    &lt;code class=&#34;Fl&#34;&gt;--version&lt;/code&gt;&lt;/dt&gt;&#xA;  &lt;dd&gt;Print the &lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; version and exit.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Debugging_sendlog&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Debugging_sendlog&#34;&gt;Debugging&#xA;  sendlog&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_sendlog&lt;/code&gt; supports a flexible debugging&#xA;    framework that is configured via&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#Debug&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;Debug&#34;&gt;Debug&lt;/i&gt;&lt;/a&gt;&#xA;    lines in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for sudo front&#xA;  end&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file is used to configure&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; front end. It specifies the security policy&#xA;    and I/O logging plugins, debug flags as well as plugin-agnostic path names&#xA;    and settings.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo.conf&lt;/code&gt; file supports the following&#xA;    directives, described in detail below.&lt;/p&gt;&#xA;&lt;dl class=&#34;Bl-tag&#34;&gt;&#xA;  &lt;dt&gt;Plugin&lt;/dt&gt;&#xA;  &lt;dd&gt;a security policy or I/O logging plugin&lt;/dd&gt;&#xA;  &lt;dt&gt;Path&lt;/dt&gt;&#xA;  &lt;dd&gt;a plugin-agnostic path&lt;/dd&gt;&#xA;  &lt;dt id=&#34;disable_coredump&#34;&gt;Set&lt;/dt&gt;&#xA;  &lt;dd&gt;a front end setting, such as&#xA;      &lt;a class=&#34;permalink&#34; href=&#34;#disable_coredump&#34;&gt;&lt;i class=&#34;Em&#34;&gt;disable_coredump&lt;/i&gt;&lt;/a&gt;&#xA;      or &lt;i class=&#34;Em&#34;&gt;group_source&lt;/i&gt;&lt;/dd&gt;&#xA;  &lt;dt&gt;Debug&lt;/dt&gt;&#xA;  &lt;dd&gt;debug flags to aid in debugging &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;,&#xA;      &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;, and&#xA;      the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/dd&gt;&#xA;&lt;/dl&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Configuration Manual</title>
      <link>https://www.sudo.ws/docs/man/sudo_logsrvd.conf.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo_logsrvd.conf.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;configuration for&#xA;  sudo_logsrvd&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd.conf&lt;/code&gt; file is used to&#xA;    configure the &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; log server. It uses an&#xA;    INI-style format made up of sections in square brackets and &amp;#x201C;key =&#xA;    value&amp;#x201D; pairs specific to each section below the section name.&#xA;    Depending on the key, values may be integers, booleans, or strings. Section&#xA;    and key names are not case sensitive, but values are.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The pound sign (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;#&lt;/code&gt;&amp;#x2019;) is used&#xA;    to indicate a comment. Both the comment character and any text after it, up&#xA;    to the end of the line, are ignored. Lines beginning with a semi-colon&#xA;    (&amp;#x2018;&lt;code class=&#34;Li&#34;&gt;;&lt;/code&gt;&amp;#x2019;) are also ignored.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;div class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34;&gt;sudo event and I/O log server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via &lt;a class=&#34;Xr&#34;&gt;syslog(3)&lt;/a&gt;&#xA;    or to a file. I/O Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can&#xA;    be replayed via the &lt;a class=&#34;Xr&#34;&gt;sudoreplay(8)&lt;/a&gt; utility in the same way&#xA;    as logs generated directly by the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;  plugin.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The server also supports restarting interrupted log transfers. To&#xA;    distinguish completed I/O logs from incomplete ones, the I/O log timing file&#xA;    is set to be read-only when the log is complete.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. Event log entries may be logged either via&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;syslog, section 3&#34;&gt;syslog(3)&lt;/a&gt; or to a file. I/O&#xA;    Logs created by &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; can be replayed via the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoreplay, section 8&#34;&gt;sudoreplay(8)&lt;/a&gt; utility&#xA;    in the same way as logs generated directly by the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Manual</title>
      <link>https://www.sudo.ws/docs/man/sudo_logsrvd.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo_logsrvd.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo event and I/O log&#xA;  server&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;percentage&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; is a high-performance log&#xA;    server that accepts event and I/O logs from &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. It&#xA;    can be used to implement centralized logging of &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&#xA;    logs. The server has two modes of operation: local and relay. By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo_logsrvd&lt;/code&gt; stores the logs locally but it can also&#xA;    be configured to relay them to another server that supports the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_logsrv.proto, section&#xA;    5&#34;&gt;sudo_logsrv.proto(5)&lt;/a&gt; protocol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;div class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Log Server Protocol Manual</title>
      <link>https://www.sudo.ws/docs/man/sudo_logsrv.proto.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo_logsrv.proto.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_logsrv.proto&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo log server protocol&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9.0, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports&#xA;    sending event and I/O logs to a log server. The protocol used is written in&#xA;    Google&#39;s Protocol Buffers domain specific language. The&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#EXAMPLES&#34;&gt;EXAMPLES&lt;/a&gt; section includes a complete&#xA;    description of the protocol in Protocol Buffers format.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Because there is no way to determine message boundaries when using&#xA;    Protocol Buffers, the wire size of each message is sent immediately&#xA;    preceding the message itself as a 32-bit unsigned integer in network byte&#xA;    order. This is referred to as &amp;#x201C;length-prefix framing&amp;#x201D; and is&#xA;    how Google suggests handling the lack of message delimiters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Mailing Lists</title>
      <link>https://www.sudo.ws/lists/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/lists/</guid>
      <description>&lt;p&gt;There are four mailing lists dedicated to &lt;em&gt;sudo&lt;/em&gt;:&lt;/p&gt;&#xA;&lt;dl&gt;&#xA;&lt;dt&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-announce&#34;&#xA;&gt;sudo-announce&lt;/a&gt;&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;This is a moderated list that consists solely of new release&#xA;announcements.  There is also an&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/pipermail/sudo-announce&#34;&#xA;&gt;archive&lt;/a&gt; of past&#xA;messages.&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-users&#34;&#xA;&gt;sudo-users&lt;/a&gt;&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;This is an unmoderated list for general &lt;em&gt;sudo&lt;/em&gt; questions and discussion.&#xA;The &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-users&#34;&#xA;&gt;sudo-users&lt;/a&gt;&#xA;list is a good place to get help with using &lt;em&gt;sudo&lt;/em&gt;.  There is&#xA;also an &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/pipermail/sudo-users&#34;&#xA;&gt;archive&lt;/a&gt; of&#xA;past messages.&lt;/p&gt;&#xA;&lt;/dd&gt;&#xA;&lt;dt&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman/listinfo/sudo-workers&#34;&#xA;&gt;sudo-workers&lt;/a&gt;&lt;/dt&gt;&#xA;&lt;dd&gt;&#xA;&lt;p&gt;This is an unmoderated list for people porting, hacking on, or generally&#xA;improving &lt;em&gt;sudo&lt;/em&gt;. It is also where beta version announcements are sent.&#xA;There is also an &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/pipermail/sudo-workers&#34;&#xA;&gt;archive&lt;/a&gt;&#xA;of past messages.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.7.10/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.7.10/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-L&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;[&lt;var class=&#34;Ar&#34;&gt;l&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;fd&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;-&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      [&lt;b class=&#34;Sy&#34;&gt;VAR&lt;/b&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; |&amp;#x00A0;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;fd&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;-&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      file ...&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. See the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#COMMAND_EXECUTION&#34;&gt;COMMAND EXECUTION&lt;/a&gt; section below&#xA;    for more details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    effective) user ID is used to determine the user name with which to query&#xA;    the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.6/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.6/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;[&lt;var class=&#34;Ar&#34;&gt;l&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;fd&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;-&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      [&lt;b class=&#34;Sy&#34;&gt;VAR&lt;/b&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; |&amp;#x00A0;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;fd&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;-&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      file ...&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt;[&lt;var class=&#34;Ar&#34;&gt;l&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;fd&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;-&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      [&lt;b class=&#34;Sy&#34;&gt;VAR&lt;/b&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; |&amp;#x00A0;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;auth_type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;fd&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;-&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#gid&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&amp;#x00A0;name&lt;/var&gt;&amp;#x00A0;|&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;#uid&lt;/var&gt;]&#xA;      file ...&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;b class=&#34;Sy&#34;&gt;VAR&lt;/b&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&amp;#x00A0;|&amp;#x00A0;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] file&#xA;      ...&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AbEHnPS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;b class=&#34;Sy&#34;&gt;VAR&lt;/b&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt;&amp;#x00A0;|&amp;#x00A0;&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-AknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] file&#xA;      ...&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real (&lt;i class=&#34;Em&#34;&gt;not&lt;/i&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABknS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Manual</title>
      <link>https://www.sudo.ws/docs/man/sudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;, &lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&#xA;    &amp;#x2014; &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;execute a command as another&#xA;    user&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-K&lt;/code&gt; |&#xA;      &lt;code class=&#34;Fl&#34;&gt;-k&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-V&lt;/code&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-v&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-U&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt; &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABbEHnPS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;VAR&lt;/var&gt;=&lt;var class=&#34;Ar&#34;&gt;value&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-i&lt;/code&gt; | &lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;]&#xA;      [&lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; [&lt;var class=&#34;Ar&#34;&gt;arg ...&lt;/var&gt;]]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoedit&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-ABkNnS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-a&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-C&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-c&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;class&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-D&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-g&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;group&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;host&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-p&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;prompt&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-R&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-r&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;role&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-t&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;type&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-T&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;timeout&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-u&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;user&lt;/var&gt;] &lt;var class=&#34;Ar&#34;&gt;file ...&lt;/var&gt;&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; allows a permitted user to execute a&#xA;    &lt;var class=&#34;Ar&#34;&gt;command&lt;/var&gt; as the superuser or another user, as specified&#xA;    by the security policy. The invoking user&#39;s real&#xA;    (&lt;a class=&#34;permalink&#34; href=&#34;#not&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;not&#34;&gt;not&lt;/i&gt;&lt;/a&gt;&#xA;    &lt;span class=&#34;No&#34;&gt;effective&lt;/span&gt;) user-ID is used to determine the user&#xA;    name with which to query the security policy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo News</title>
      <link>https://www.sudo.ws/news/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/news/</guid>
      <description>&lt;dl&gt;&#xA;&lt;dt&gt;[2026-01-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.18rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.18rc1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.18rc1&#34;&#xA;&gt;Major changes in sudo 1.9.18rc1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-12-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.18b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.18b3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.18b3&#34;&#xA;&gt;Major changes in sudo 1.9.18b3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-11-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.18b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.18b2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.18b2&#34;&#xA;&gt;Major changes in sudo 1.9.18b2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-10-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.18b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.18b1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.18b1&#34;&#xA;&gt;Major changes in sudo 1.9.18b1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-07-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.17p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.17p2&#34;&#xA;&gt;Major changes in sudo 1.9.17p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-06-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.17p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.17p1&#34;&#xA;&gt;Major changes in sudo 1.9.17p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/host_any&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;(&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-32462&#34;&#xA;&gt;CVE-2025-32462&lt;/a&gt;)&#xA;which could allow a user to run commands intended for a specific&#xA;host on the current host.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/chroot_bug&#34;&#xA;&gt;security issue&lt;/a&gt; (&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-32463&#34;&#xA;&gt;CVE-2025-32463&lt;/a&gt;)&#xA;which could allow a user to run arbitrary commands as root, even&#xA;if they are not listed in the sudoers file.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-06-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.17.tar.gz&#34;&#xA;&gt;Sudo version 1.9.17&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.17&#34;&#xA;&gt;Major changes in sudo 1.9.17&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2025-06-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.17rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.17rc1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.17rc1&#34;&#xA;&gt;Major changes in sudo 1.9.17rc1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-11-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.16p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.16p2&#34;&#xA;&gt;Major changes in sudo 1.9.16p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-11-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.16p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.16p1&#34;&#xA;&gt;Major changes in sudo 1.9.16p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-09-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.16.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.16&#34;&#xA;&gt;Major changes in sudo 1.9.16&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-08-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.16rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16rc2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.16rc2&#34;&#xA;&gt;Major changes in sudo 1.9.16rc2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-07-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.16rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16rc1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.16rc1&#34;&#xA;&gt;Major changes in sudo 1.9.16rc1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-07-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.16b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16b2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.16b2&#34;&#xA;&gt;Major changes in sudo 1.9.16b2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2024-06-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.16b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.16b1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.16b1&#34;&#xA;&gt;Major changes in sudo 1.9.16b1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-12-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p5.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15p5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.15p5&#34;&#xA;&gt;Major changes in sudo 1.9.15p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-12-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15p4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.15p4&#34;&#xA;&gt;Major changes in sudo 1.9.15p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-12-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.15p3&#34;&#xA;&gt;Major changes in sudo 1.9.15p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-11-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.15p2&#34;&#xA;&gt;Major changes in sudo 1.9.15p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-11-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.15p1&#34;&#xA;&gt;Major changes in sudo 1.9.15p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-11-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.15.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.15&#34;&#xA;&gt;Major changes in sudo 1.9.15&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-11-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.15rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15rc3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.15rc3&#34;&#xA;&gt;Major changes in sudo 1.9.15rc3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-10-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.15rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15rc2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.15rc2&#34;&#xA;&gt;Major changes in sudo 1.9.15rc2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-10-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.15rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15rc1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.15rc1&#34;&#xA;&gt;Major changes in sudo 1.9.15rc1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-10-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.15b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15b2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.15b2&#34;&#xA;&gt;Major changes in sudo 1.9.15b2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-10-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.15b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.15b1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.15b1&#34;&#xA;&gt;Major changes in sudo 1.9.15b1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-07-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14p3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.14p3&#34;&#xA;&gt;Major changes in sudo 1.9.14p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-07-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.14p2&#34;&#xA;&gt;Major changes in sudo 1.9.14p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-07-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.14p1&#34;&#xA;&gt;Major changes in sudo 1.9.14p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-06-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.14.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.14&#34;&#xA;&gt;Major changes in sudo 1.9.14&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-06-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.14rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14rc1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.14rc1&#34;&#xA;&gt;Major changes in sudo 1.9.14rc1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-06-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.14b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14b2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.14b2&#34;&#xA;&gt;Major changes in sudo 1.9.14b2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-06-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.14b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.14b1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.14b1&#34;&#xA;&gt;Major changes in sudo 1.9.14b1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-03-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13p3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.13p3&#34;&#xA;&gt;Major changes in sudo 1.9.13p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-02-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.13p2&#34;&#xA;&gt;Major changes in sudo 1.9.13p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-02-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.13p1&#34;&#xA;&gt;Major changes in sudo 1.9.13p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-02-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.13.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.13&#34;&#xA;&gt;Major changes in sudo 1.9.13&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-02-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.13rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13rc1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.13rc1&#34;&#xA;&gt;Major changes in sudo 1.9.13rc1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-02-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.13b4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13b4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.13b4&#34;&#xA;&gt;Major changes in sudo 1.9.13b4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-01-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.13b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13b3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.13b3&#34;&#xA;&gt;Major changes in sudo 1.9.13b3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-01-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.13b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13b2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.13b2&#34;&#xA;&gt;Major changes in sudo 1.9.13b2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-01-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.13b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.13b1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/devel#1.9.13b1&#34;&#xA;&gt;Major changes in sudo 1.9.13b1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2023-01-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.12p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.12p2&#34;&#xA;&gt;Major changes in sudo 1.9.12p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22809&#34;&#xA;&gt;CVE-2023-22809&lt;/a&gt; which could allow a malicious user with sudoedit privileges to edit arbitrary files.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-11-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.12p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.12p1&#34;&#xA;&gt;Major changes in sudo 1.9.12p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-10-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.12.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.12&#34;&#xA;&gt;Major changes in sudo 1.9.12&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-10-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.12rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12rc3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-10-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.12rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12rc2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-10-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.12rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12rc1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-10-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.12b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-10-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.12b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.12b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-08-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/article/22/8/debunk-sudo-myths&#34;&#xA;&gt;7 sudo myths debunked&lt;/a&gt;, an article by Peter Czanik at&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/&#34;&#xA;&gt;opensource.com&lt;/a&gt;, addresses some common sudo misconceptions.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-07-06]&lt;/dt&gt;&#xA;&lt;dd&gt;Peter Czanik presented&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cfp.pass-the-salt.org/pts2022/talk/ER89BJ/&#34;&#xA;&gt;Sudo logs for Blue Teamers&lt;/a&gt;&#xA;at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://2022.pass-the-salt.org&#34;&#xA;&gt;Pass the SALT 2022&lt;/a&gt;.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://passthesalt.ubicast.tv/videos/sudo-logs-for-blue-teamers/&#34;&#xA;&gt;Video of the presentation and slides are available&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11p3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.11p3&#34;&#xA;&gt;Major changes in sudo 1.9.11p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.11p2&#34;&#xA;&gt;Major changes in sudo 1.9.11p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-08]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.11p1&#34;&#xA;&gt;Major changes in sudo 1.9.11p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.11.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.11&#34;&#xA;&gt;Major changes in sudo 1.9.11&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-03]&lt;/dt&gt;&#xA;&lt;dd&gt;Peter Czanik presented&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://events.opensuse.org/conferences/oSC22/program/proposals/3691&#34;&#xA;&gt;Sudo 1.9+: watch and control your blind spots&lt;/a&gt;&#xA;at the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://events.opensuse.org/conferences/oSC22&#34;&#xA;&gt;openSUSE Conference 2022&lt;/a&gt;.  Video of the presentation will be available at a later date.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.11rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11rc1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.11b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-06-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.11b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-05-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.11b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.11b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-03-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.10.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.10&#34;&#xA;&gt;Major changes in sudo 1.9.10&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-03-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.10rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10rc2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-02-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.10rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10rc1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-02-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.10b4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-02-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/article/22/2/new-sudo-features-2022&#34;&#xA;&gt;5 new sudo features sysadmins need to know in 2022&lt;/a&gt;, an article by Peter Czanik at&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/&#34;&#xA;&gt;opensource.com&lt;/a&gt;, highlights new sudo features that allow you to watch and control previously hidden problem areas.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-02-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.10b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-02-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.10b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-02-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.10b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.10b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-01-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.9.tar.gz&#34;&#xA;&gt;Sudo version 1.9.9&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.9&#34;&#xA;&gt;Major changes in sudo 1.9.9&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-01-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.9rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.9rc1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-01-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.9b4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.9b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2022-01-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.9b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.9b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-12-08]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.9b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.9b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-12-08]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.9b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.9b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-12-06]&lt;/dt&gt;&#xA;&lt;dd&gt;The Sudo web site has been given a facelift.&lt;/dd&gt;&#xA;&lt;dd&gt;It is now built using &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://gohugo.io&#34;&#xA;&gt;hugo&lt;/a&gt; with the&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://github.com/thegeeklab/hugo-geekdoc&#34;&#xA;&gt;geekdoc theme&lt;/a&gt;.&#xA;The &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts&#34;&#xA;&gt;sudo blog&lt;/a&gt; has been incorporated into the main site.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-09-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.8p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.8p2&#34;&#xA;&gt;Major changes in sudo 1.9.8p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-09-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.8p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.8p1&#34;&#xA;&gt;Major changes in sudo 1.9.8p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-09-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.8.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.8&#34;&#xA;&gt;Major changes in sudo 1.9.8&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-09-08]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.8rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-09-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.8rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-09-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.8b4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-08-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.8b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-08-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.8b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-08-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.8b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.8b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-07-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.7p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.7p2&#34;&#xA;&gt;Major changes in sudo 1.9.7p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-06-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.7p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.7p1&#34;&#xA;&gt;Major changes in sudo 1.9.7p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-05-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.7.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.7&#34;&#xA;&gt;Major changes in sudo 1.9.7&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-05-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.7rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-05-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.7rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-05-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.7b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-05-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.7b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.7b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-03-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.6p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.6p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.6p1&#34;&#xA;&gt;Major changes in sudo 1.9.6p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-03-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.6.tar.gz&#34;&#xA;&gt;Sudo version 1.9.6&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.6&#34;&#xA;&gt;Major changes in sudo 1.9.6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-03-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.6rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.6rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-03-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.6b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.6b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-03-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.6b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.6b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-02-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.32.tar.gz&#34;&#xA;&gt;Sudo version 1.8.32&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.32&#34;&#xA;&gt;Major changes in sudo 1.8.32&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3156&#34;&#xA;&gt;CVE-2021-3156&lt;/a&gt; (also known as &lt;em&gt;Baron Samedit&lt;/em&gt;) which&#xA;could allow an attacker to obtain root privileges even if they&#xA;are not listed in the sudoers file.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-01-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.5p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.5p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.5p2&#34;&#xA;&gt;Major changes in sudo 1.9.5p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3156&#34;&#xA;&gt;CVE-2021-3156&lt;/a&gt; (also known as &lt;em&gt;Baron Samedit&lt;/em&gt;) which&#xA;could allow an attacker to obtain root privileges even if they&#xA;are not listed in the sudoers file.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-01-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.5p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.5p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.5p1&#34;&#xA;&gt;Major changes in sudo 1.9.5p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2021-01-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.5.tar.gz&#34;&#xA;&gt;Sudo version 1.9.5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.5&#34;&#xA;&gt;Major changes in sudo 1.9.5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/sudoedit_selinux&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;in sudoedit when sudo is built with SELinux support such that a&#xA;user may be able to set the owner of an arbitrary file to that&#xA;of the target user (e.g. root).&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-12-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.4p2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.4p2&#34;&#xA;&gt;Major changes in sudo 1.9.4p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-12-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.4p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.4p1&#34;&#xA;&gt;Major changes in sudo 1.9.4p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-11-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.4&#34;&#xA;&gt;Major changes in sudo 1.9.4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-11-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.4rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-11-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.4rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-11-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.4b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-11-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.4b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.4b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-10-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/article/20/10/sudo-19&#34;&#xA;&gt;5 new sudo features you need to know in 2020&lt;/a&gt;, an article by Peter Czanik at&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://opensource.com/&#34;&#xA;&gt;opensource.com&lt;/a&gt;, highlights the new features in sudo 1.9.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-09-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.3p1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.3p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.3p1&#34;&#xA;&gt;Major changes in sudo 1.9.3p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-09-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.3&#34;&#xA;&gt;Major changes in sudo 1.9.3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-09-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.3rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.3rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-09-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.3b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.3b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-09-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.3b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.3b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-07-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.2&#34;&#xA;&gt;Major changes in sudo 1.9.2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-07-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.2rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.2rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-07-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.2rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.2rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-06-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.1&#34;&#xA;&gt;Major changes in sudo 1.9.1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-06-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.31p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.31p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.31p2&#34;&#xA;&gt;Major changes in sudo 1.8.31p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-06-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.1rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.1rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-06-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.1b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.1b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-05-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.9.0.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.9.0&#34;&#xA;&gt;Major changes in sudo 1.9.0&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-05-08]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0rc5.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0rc5&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-05-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-05-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-04-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-04-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-03-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0b5.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0b5&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-03-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.31p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.31p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.31p1&#34;&#xA;&gt;Major changes in sudo 1.8.31p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-03-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0b4.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-03-07]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo 1.9 presentation at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.socallinuxexpo.org/scale/18x/&#34;&#xA;&gt;SCaLE 18x&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;The &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/slides/Sudo_SCaLE18x.pdf&#34;&#xA;&gt;slides&lt;/a&gt; and &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.youtube.com/watch?v=4J3QvMBMIB4&#34;&#xA;&gt;video&lt;/a&gt;&#xA;from the presentation are available.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-03-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0b3.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-02-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0b2.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-01-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.31.tar.gz&#34;&#xA;&gt;Sudo version 1.8.31&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.31&#34;&#xA;&gt;Major changes in sudo 1.8.31&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/pwfeedback&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that can lead to a buffer overflow if the &lt;em&gt;pwfeedback&lt;/em&gt; option&#xA;is enabled in sudoers.&lt;/dd&gt;&#xA;&lt;dt&gt;[2020-01-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.9.0b1.tar.gz&#34;&#xA;&gt;Sudo version 1.9.0b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-12-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.30.tar.gz&#34;&#xA;&gt;Sudo version 1.8.30&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.30&#34;&#xA;&gt;Major changes in sudo 1.8.30&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-12-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.30b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.30b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-12-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.30b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.30b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-11-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.30b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.30b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-10-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.29.tar.gz&#34;&#xA;&gt;Sudo version 1.8.29&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.29&#34;&#xA;&gt;Major changes in sudo 1.8.29&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-10-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.29rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.29rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-10-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.28p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.28p1&#34;&#xA;&gt;Major changes in sudo 1.8.28p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-10-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.28.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.28&#34;&#xA;&gt;Major changes in sudo 1.8.28&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/minus_1_uid&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;where a sudo user may be able to run a command as root when the Runas&#xA;specification explicitly disallows root access.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-09-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.28rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-09-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.28rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-09-12]&lt;/dt&gt;&#xA;&lt;dd&gt;There is a new &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/posts&#34;&#xA;&gt;Sudo Blog&lt;/a&gt;.&#xA;You can expects articles about some of sudo&amp;rsquo;s new and less well-known&#xA;features, upcoming sudo talks and more.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-09-03]&lt;/dt&gt;&#xA;&lt;dd&gt;The second edition of &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://mwl.io/nonfiction/tools#sudo2&#34;&#xA;&gt;Sudo Mastery&lt;/a&gt; by &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://mwl.io/&#34;&#xA;&gt;Michael W. Lucas&lt;/a&gt; is now available.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-08-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.28b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-08-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.28b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-07-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.28b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.28b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-01-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.27.tar.gz&#34;&#xA;&gt;Sudo version 1.8.27&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.27&#34;&#xA;&gt;Major changes in sudo 1.8.27&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-01-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.27b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.27b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2019-01-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.27b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.27b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-11-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.26.tar.gz&#34;&#xA;&gt;Sudo version 1.8.26&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.26&#34;&#xA;&gt;Major changes in sudo 1.8.26&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-11-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.26rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.26rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-11-08]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.26b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.26b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-10-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.26b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.26b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-09-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.25p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.25p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.25p1&#34;&#xA;&gt;Major changes in sudo 1.8.25p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-09-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.25.tar.gz&#34;&#xA;&gt;Sudo version 1.8.25&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.25&#34;&#xA;&gt;Major changes in sudo 1.8.25&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.25rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.25rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.25b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.25b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.25b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.25b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.24.tar.gz&#34;&#xA;&gt;Sudo version 1.8.24&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.24&#34;&#xA;&gt;Major changes in sudo 1.8.24&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.24rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.24rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.24b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.24b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-08-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.24b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.24b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-07-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.24b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.24b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-07-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.24b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.24b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-04-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.23.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.23&#34;&#xA;&gt;Major changes in sudo 1.8.23&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-04-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.23rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-04-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.23rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-04-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.23b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-04-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.23b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-03-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.23b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-03-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.23b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.23b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-01-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.22.tar.gz&#34;&#xA;&gt;Sudo version 1.8.22&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.22&#34;&#xA;&gt;Major changes in sudo 1.8.22&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2018-01-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.22rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.22rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-12-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.22b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.22b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-12-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.22b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.22b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-12-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.22b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.22b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-09-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.21p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.21p2&#34;&#xA;&gt;Major changes in sudo 1.8.21p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-09-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.21p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.21p1&#34;&#xA;&gt;Major changes in sudo 1.8.21p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-08-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.21.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.21&#34;&#xA;&gt;Major changes in sudo 1.8.21&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-08-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.21rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-08-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.21b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-08-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.21b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-07-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.21b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.21b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-05-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.20p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.20p2&#34;&#xA;&gt;Major changes in sudo 1.8.20p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-05-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.20p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.20p1&#34;&#xA;&gt;Major changes in sudo 1.8.20p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/linux_tty&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that may allow a user to overwrite an arbitrary file on Linux systems.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-05-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.20.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.20&#34;&#xA;&gt;Major changes in sudo 1.8.20&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-05-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.20rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-05-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.20rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-04-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.20rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-04-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.20b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-03-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.20b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.20b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2017-01-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.19p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.19p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.19p2&#34;&#xA;&gt;Major changes in sudo 1.8.19p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-12-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.19p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.19p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.19p1&#34;&#xA;&gt;Major changes in sudo 1.8.19p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-12-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.19.tar.gz&#34;&#xA;&gt;Sudo version 1.8.19&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.19&#34;&#xA;&gt;Major changes in sudo 1.8.19&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-12-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.19b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.19b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-11-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.19b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.19b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-10-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.18p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.18p1&#34;&#xA;&gt;Major changes in sudo 1.8.18p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-09-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.18.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.18&#34;&#xA;&gt;Major changes in sudo 1.8.18&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-09-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-09-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-09-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-09-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-09-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-08-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-08-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-08-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.18b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.18b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-06-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.17p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.17p1&#34;&#xA;&gt;Major changes in sudo 1.8.17p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-06-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.17.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.17&#34;&#xA;&gt;Major changes in sudo 1.8.17&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-06-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.17rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-06-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.17b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-05-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.17b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-05-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.17b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-05-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.17b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.17b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-03-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.16.tar.gz&#34;&#xA;&gt;Sudo version 1.8.16&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.16&#34;&#xA;&gt;Major changes in sudo 1.8.16&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-03-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.16rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.16rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-02-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.16b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.16b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2016-02-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.16b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.16b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-11-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.15.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.15&#34;&#xA;&gt;Major changes in sudo 1.8.15&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-10-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-10-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-10-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-09-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15b5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15b5&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-09-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-09-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-09-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-09-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.15b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.15b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14p3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.14p3&#34;&#xA;&gt;Major changes in sudo 1.8.14p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.14p2&#34;&#xA;&gt;Major changes in sudo 1.8.14p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.14p1&#34;&#xA;&gt;Major changes in sudo 1.8.14p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.14&#34;&#xA;&gt;Major changes in sudo 1.8.14&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-07-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-06-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.14b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.14b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-03-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.13.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.13&#34;&#xA;&gt;Major changes in sudo 1.8.13&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-03-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.13rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-03-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.13rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-03-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.13b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-03-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.13b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-02-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.13b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-02-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.13b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.13b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-02-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p9.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p9&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.10p9&#34;&#xA;&gt;Major changes in sudo 1.7.10p9&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/tz&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that may allow a user to access arbitrary files via the TZ environment variable.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-02-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.12.tar.gz&#34;&#xA;&gt;Sudo version 1.8.12&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.12&#34;&#xA;&gt;Major changes in sudo 1.8.12&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/tz&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that may allow a user to access arbitrary files via the TZ environment variable.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-02-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.12rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.12rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2015-02-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.12rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.12rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-12-17]&lt;/dt&gt;&#xA;&lt;dd&gt;Michael Lucas&amp;rsquo;s talk &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://blather.michaelwlucas.com/archives/2266&#34;&#xA;&gt;Sudo: Your&amp;rsquo;re Doing It Wrong&lt;/a&gt; is now available online.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-11-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.12b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.12b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-11-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.12b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.12b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-11-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.12b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.12b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-10-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.11p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.11p2&#34;&#xA;&gt;Major changes in sudo 1.8.11p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-10-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.11p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.11p1&#34;&#xA;&gt;Major changes in sudo 1.8.11p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-09-23]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.11.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.11&#34;&#xA;&gt;Major changes in sudo 1.8.11&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-09-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.11rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-09-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.11rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-09-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.11b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-09-01]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.11b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-08-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.11b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-08-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://bronevichok.ru/posts/testing-of-sudo.html&#34;&#xA;&gt;Interview with Todd&lt;/a&gt; about how sudo is tested.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-08-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.11b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.11b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-05-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://hackaday.com/2014/05/28/interview-inventing-the-unix-sudo-command/&#34;&#xA;&gt;Interview with Coggs&lt;/a&gt; about inventing the sudo command.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-05-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10p3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.10p3&#34;&#xA;&gt;Major changes in sudo 1.8.10p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-03-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.10p2&#34;&#xA;&gt;Major changes in sudo 1.8.10p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-03-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.10p1&#34;&#xA;&gt;Major changes in sudo 1.8.10p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-03-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.10.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.10&#34;&#xA;&gt;Major changes in sudo 1.8.10&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version includes a new time stamp file format that uses the&#xA;monotonic clock where available.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-03-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-03-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p8.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p8&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.10p8&#34;&#xA;&gt;Major changes in sudo 1.7.10p8&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/env_add&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that may allow a user to run unauthorized commands when the &lt;em&gt;env_reset&lt;/em&gt; option is disabled in sudoers.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9p5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9p5&#34;&#xA;&gt;Major changes in sudo 1.8.9p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-02-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.10b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.10b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9p4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9p4&#34;&#xA;&gt;Major changes in sudo 1.8.9p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9p3&#34;&#xA;&gt;Major changes in sudo 1.8.9p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9p2&#34;&#xA;&gt;Major changes in sudo 1.8.9p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9p2&#34;&#xA;&gt;Major changes in sudo 1.8.9p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9p1&#34;&#xA;&gt;Major changes in sudo 1.8.9p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.9.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.9&#34;&#xA;&gt;Major changes in sudo 1.8.9&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2014-01-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.9rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-12-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.9rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-12-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.9b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-11-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.9b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.9b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-10-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.michaelwlucas.com/nonfiction/sudo-mastery&#34;&#xA;&gt;Sudo Mastery&lt;/a&gt; by &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.michaelwlucas.com/&#34;&#xA;&gt;Michael W. Lucas&lt;/a&gt; is now available.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-09-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.8.tar.gz&#34;&#xA;&gt;Sudo version 1.8.8&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.8&#34;&#xA;&gt;Major changes in sudo 1.8.8&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-09-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.8rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.8rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-09-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.8b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.8b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-08-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.8b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.8b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-08-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.8b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.8b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-06-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.7.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.7&#34;&#xA;&gt;Major changes in sudo 1.8.7&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-05-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-05-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-05-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-04-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-04-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-04-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-04-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p8.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p8&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p8&#34;&#xA;&gt;Major changes in sudo 1.8.6p8&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-04-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.7b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.7b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-02-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p7.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p7&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p7&#34;&#xA;&gt;Major changes in sudo 1.8.6p7&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes two potential security issues related to the&#xA;time stamp files used by sudo. The &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/epoch_ticket&#34;&#xA;&gt;first&#xA;issue&lt;/a&gt; may allow a user to bypass&#xA;authentication if they are able to reset the system clock. The&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/tty_tickets&#34;&#xA;&gt;second issue&lt;/a&gt; may allow a user&#xA;to bypass the &lt;em&gt;tty_tickets&lt;/em&gt; constraints.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-02-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p7.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p7&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p7&#34;&#xA;&gt;Major changes in sudo 1.7.10p7&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/epoch_ticket&#34;&#xA;&gt;security&#xA;issue&lt;/a&gt; that may allow a user to&#xA;bypass authentication if they are able to reset the system clock.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-02-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p6.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p6&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p6&#34;&#xA;&gt;Major changes in sudo 1.7.10p6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This version fixes a potential &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/tty_tickets&#34;&#xA;&gt;security issue&lt;/a&gt; that&#xA;may allow a user to bypass the &lt;em&gt;tty_tickets&lt;/em&gt; constraints.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-01-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p6.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p6&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p6&#34;&#xA;&gt;Major changes in sudo 1.8.6p6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-01-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p5&#34;&#xA;&gt;Major changes in sudo 1.7.10p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-01-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p5&#34;&#xA;&gt;Major changes in sudo 1.8.6p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-01-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p4&#34;&#xA;&gt;Major changes in sudo 1.8.6p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2013-01-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p4&#34;&#xA;&gt;Major changes in sudo 1.7.10p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p3&#34;&#xA;&gt;Major changes in sudo 1.8.6p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p3&#34;&#xA;&gt;Major changes in sudo 1.7.10p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p2&#34;&#xA;&gt;Major changes in sudo 1.8.6p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p2&#34;&#xA;&gt;Major changes in sudo 1.7.10p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6p1&#34;&#xA;&gt;Major changes in sudo 1.8.6p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10p1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10p1&#34;&#xA;&gt;Major changes in sudo 1.7.10p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-04]&lt;/dt&gt;&#xA;&lt;dd&gt;PDF versions of the sudo manuals are now available for download.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.6.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.6&#34;&#xA;&gt;Major changes in sudo 1.8.6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-09-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.10.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/releases/stable#1.7.10&#34;&#xA;&gt;Major changes in sudo 1.7.10&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-31]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.10rc5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10rc5&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.10rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.5p3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.5p3&#34;&#xA;&gt;Major changes in sudo 1.8.5p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-08-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-07-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-07-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-07-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.10rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.6b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.6b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.10rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-06-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.10rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.5p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.5p2&#34;&#xA;&gt;Major changes in sudo 1.8.5p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.10b1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.10b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.5p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.5p1&#34;&#xA;&gt;Major changes in sudo 1.8.5p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.5&#34;&#xA;&gt;Major changes in sudo 1.8.5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4p5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4p5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.4p5&#34;&#xA;&gt;Major changes in sudo 1.8.4p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.9p1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.9p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.9p1&#34;&#xA;&gt;Major changes in sudo 1.7.9p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;These releases fix a potential&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/netmask&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that may allow a user who is authorized to run commands on hosts&#xA;belonging to one IPv4 network to run commands on a different host.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5rc5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5rc5&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-05-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b8.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b8&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b7.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b7&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b6.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b6&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-04-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b5&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-03-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-03-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-03-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-03-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.5b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.5b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-03-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4p4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4p4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.4p4&#34;&#xA;&gt;Major changes in sudo 1.8.4p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-03-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4p3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.4p3&#34;&#xA;&gt;Major changes in sudo 1.8.4p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-02-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.4p2&#34;&#xA;&gt;Major changes in sudo 1.8.4p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-02-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.4p1&#34;&#xA;&gt;Major changes in sudo 1.8.4p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-02-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.4&#34;&#xA;&gt;Major changes in sudo 1.8.4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.9.tar.gz&#34;&#xA;&gt;Sudo version 1.7.9&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.9&#34;&#xA;&gt;Major changes in sudo 1.7.9&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-02-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.3p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.3p2&#34;&#xA;&gt;Major changes in sudo 1.8.3p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a potential&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/sudo_debug&#34;&#xA;&gt;format string vulnerability&lt;/a&gt;&#xA;when the -D (debugging) flag is used.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.9rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.9rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.8p2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.8p2&#34;&#xA;&gt;Major changes in sudo 1.7.8p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4b5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4b5&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.9b1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.9b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2012-01-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.4b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.4b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-12-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.oneidentity.com/sudows/&#34;&#xA;&gt;Privilege Manager for Sudo&lt;/a&gt; is now available.&lt;/dd&gt;&#xA;&lt;dd&gt;This is the first third-party &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/about/plugins&#34;&#xA;&gt;plugin&lt;/a&gt; for Sudo 1.8.1 and higher.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-10-25]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.3p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.3p1&#34;&#xA;&gt;Major changes in sudo 1.8.3p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.8p1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.8p1&#34;&#xA;&gt;Major changes in sudo 1.7.8p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-10-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.3&#34;&#xA;&gt;Major changes in sudo 1.8.3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.8.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.8&#34;&#xA;&gt;Major changes in sudo 1.7.8&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-10-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.3rc5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3rc5&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.8rc5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8rc5&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-10-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.3rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-10-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.3rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.8rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-09-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.3rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.8rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-09-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.3rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.3rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.8rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.8rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-08-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.2&#34;&#xA;&gt;Major changes in sudo 1.8.2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.7.tar.gz&#34;&#xA;&gt;Sudo version 1.7.7&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.7&#34;&#xA;&gt;Major changes in sudo 1.7.7&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-08-14]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.7rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.7rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-08-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc12.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc12&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-08-11]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc11.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc11&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-08-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc10.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc10&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-08-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc9.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc9&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-07-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc8.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc8&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-07-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc7.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc7&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-07-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc6.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc6&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc5.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc5&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-06-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc4&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-06-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-06-05]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-05-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.2rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.2rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-05-16]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1p2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.1p2&#34;&#xA;&gt;Major changes in sudo 1.8.1p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6p2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.6p2&#34;&#xA;&gt;Major changes in sudo 1.7.6p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-04-15]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1p1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.1p1&#34;&#xA;&gt;Major changes in sudo 1.8.1p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6p1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.6p1&#34;&#xA;&gt;Major changes in sudo 1.7.6p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-04-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.1&#34;&#xA;&gt;Major changes in sudo 1.8.1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.6&#34;&#xA;&gt;Major changes in sudo 1.7.6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-04-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6rc3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6rc3&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-04-02]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-03-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6b4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-03-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1b3.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6b3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-03-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1b2.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6b2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-03-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.1b1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.1b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.6b1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.6b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-02-27]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo 1.8 presentation at &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.socallinuxexpo.org/scale9x/&#34;&#xA;&gt;SCaLE 9x&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;The &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/slides/Sudo_SCALE9x.pdf&#34;&#xA;&gt;slides from the presentation&lt;/a&gt; are available.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-02-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.8.0.tar.gz&#34;&#xA;&gt;Sudo version 1.8.0&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.8.0&#34;&#xA;&gt;Major changes in sudo 1.8.0&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.5&#34;&#xA;&gt;Major changes in sudo 1.7.5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-02-22]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.0rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.8.0rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.5rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-02-13]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.5b5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5b5&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-02-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.5b4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-02-04]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.5b3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.8.0b4.tar.gz&#34;&#xA;&gt;Sudo version 1.8.0b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-01-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.5b2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-01-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4p6.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4p6&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4p6&#34;&#xA;&gt;Major changes in sudo 1.7.4p6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a bug in the I/O logging support that could cause&#xA;visual artifacts in full-screen programs such as text editors.&lt;/dd&gt;&#xA;&lt;dt&gt;[2011-01-12]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4p5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4p5&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4p5&#34;&#xA;&gt;Major changes in sudo 1.7.4p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a bug that would allow a user to run a command with&#xA;their own user ID but with a different group without entering a password.&#xA;The bug only affects sudoers entries that include a Runas_Group as part&#xA;of the rule and affects user authentication only.&#xA;Please see the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/runas_group_pw&#34;&#xA;&gt;security alert&lt;/a&gt;&#xA;for more details if you are using that feature.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-12-24]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://xkcd.com/838/&#34;&#xA;&gt;Today&amp;rsquo;s xkcd&lt;/a&gt; features sudo in a Christmas comic.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-11-03]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.5b1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.5b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-09-07]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4p4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4p4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4p4&#34;&#xA;&gt;Major changes in sudo 1.7.4p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a bug in how runas groups in the sudoers&#xA;file are matched, which may have&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/runas_group&#34;&#xA;&gt;security implications&lt;/a&gt; if you&#xA;are using that feature.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-08-18]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4p3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4p3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4p3&#34;&#xA;&gt;Major changes in sudo 1.7.4p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes compilation problems on some platforms as well&#xA;as a bug where duplicate &lt;code&gt;HOME&lt;/code&gt; environment variables could be set&#xA;when the &lt;code&gt;env_reset&lt;/code&gt; setting is disabled and the&#xA;&lt;code&gt;always_set_home&lt;/code&gt; setting is enabled.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-08-09]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4p2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4p2&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4p2&#34;&#xA;&gt;Major changes in sudo 1.7.4p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a bug where sudo could spin in a cpu loop waiting&#xA;for the child process.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-08-06]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4p1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4p1&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4p1&#34;&#xA;&gt;Major changes in sudo 1.7.4p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a bug introduced in sudo 1.7.3&#xA;that prevented the &lt;code&gt;-k&lt;/code&gt; and &lt;code&gt;-K&lt;/code&gt; options from functioning&#xA;when the &lt;code&gt;tty_tickets&lt;/code&gt; &lt;em&gt;sudoers&lt;/em&gt; option was enabled.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-30]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.4&#34;&#xA;&gt;Major changes in sudo 1.7.4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This is primarily a bugfix release.&#xA;Beginning with this release, sudo binaries are available in package form.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4rc2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4rc2&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-27]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4rc1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4rc1&lt;/a&gt; released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-26]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4b5.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4b5&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-21]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4b4.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4b4&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-20]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4b3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4b3&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-19]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4b2.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4b2&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-07-17]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/beta/sudo-1.7.4b1.tar.gz&#34;&#xA;&gt;Sudo version 1.7.4b1&lt;/a&gt; released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.3.tar.gz&#34;&#xA;&gt;Sudo version 1.7.3&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.3&#34;&#xA;&gt;Major changes in sudo 1.7.3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;One of the biggest changes in this release is support for logging a&#xA;command&amp;rsquo;s input and output as well as the ability to replay sessions.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/dist/sudo-1.7.2p8.tar.gz&#34;&#xA;&gt;Sudo version 1.7.2p8&lt;/a&gt; released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p8&#34;&#xA;&gt;Major changes in sudo 1.7.2p8&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dd&gt;This release fixes a crash on AIX when LDAP support is enabled.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-28]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.3rc1 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-23]&lt;/dt&gt;&#xA;&lt;dd&gt;The Sudo web site has been given a facelift.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-18]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.3b4 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-14]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.3b3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-01]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p7 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p7&#34;&#xA;&gt;Major changes in sudo 1.7.2p7&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-06-01]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p23 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-04-09]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p6 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p6&#34;&#xA;&gt;Major changes in sudo 1.7.2p6&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-04-09]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p22 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-03-01]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p5 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p5&#34;&#xA;&gt;Major changes in sudo 1.7.2p5&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-02-23]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p21 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-02-22]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p4 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p4&#34;&#xA;&gt;Major changes in sudo 1.7.2p4&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2010-02-13]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p3 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p3&#34;&#xA;&gt;Major changes in sudo 1.7.2p3&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-12-06]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p2 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p2&#34;&#xA;&gt;Major changes in sudo 1.7.2p2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-11-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.microsoft.com&#34;&#xA;&gt;Microsoft&lt;/a&gt; was granted &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.freepatentsonline.com/7617530.html&#34;&#xA;&gt;US patent 7,617,530&lt;/a&gt; that some people incorrectly believed could be interpreted to cover Sudo on November 10, 2009.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-07-28]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2p1 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2p1&#34;&#xA;&gt;Major changes in sudo 1.7.2p1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-07-11]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.2&#34;&#xA;&gt;Major changes in sudo 1.7.2&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2rc1 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-06-23]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2b3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-06-21]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2b2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-06-11]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.2b1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-04-11]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.1 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.1&#34;&#xA;&gt;Major changes in sudo 1.7.1&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-04-07]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.1rc1 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-03-28]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.1b5 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-03-19]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.1b4 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-03-12]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.1b3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-03-07]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.1b2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2009-01-29]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p20 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/group_vector&#34;&#xA;&gt;security&#xA;flaw&lt;/a&gt; that could allow a user with sudo privileges to run&#xA;commands as a different user than their access rule specifies.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-12-19]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0 released.&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;releases/legacy#1.7.0&#34;&#xA;&gt;Major changes in sudo 1.7.0&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-12-14]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc9 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-12-03]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc8 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-12-03]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p19 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-11-25]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc7 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-11-24]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc6 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-11-14]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p18 released.&lt;/dd&gt;&#xA;&lt;dd&gt;Happy Birthday to me!&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-11-11]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc5 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-11-10]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc4 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-11-04]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc3 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-06-26]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p17 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-06-10]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc2 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-05-08]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p16 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-05-08]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.7.0rc1 released.&#xA;This is a &lt;em&gt;release candidate&lt;/em&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-03-27]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p15 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-03-05]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p14 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-02-20]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p13 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This is the first Sudo release to include support for implementing&#xA;role-based access control (RBAC) via SELinux.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-01-20]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p12 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2008-01-05]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p11 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-12-19]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p10 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-12-03]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p9 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-11-02]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p8 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-10-25]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p7 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-10-06]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p6 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-09-05]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p5 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-08-16]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p4 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-08-02]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-07-29]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-07-26]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9p1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2007-07-17]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.9 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2006-08-28]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://xkcd.com/149/&#34;&#xA;&gt;Today&amp;rsquo;s xkcd&lt;/a&gt; features sudo.&lt;/dd&gt;&#xA;&lt;dd&gt;This is the comic that inspired the sudo&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/images/sudo-sandwich-logo.png&#34;&#xA;&gt;sandwich logo&lt;/a&gt;.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-11-08]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p12 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-10-28]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p11 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-10-27]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p10 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/bash_env&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that could allow a user with sudo privileges to run a bash script&#xA;to run unauthorized commands.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-06-29]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p9 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/path_race&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;that could allow a user with sudo privileges to run unauthorized&#xA;commands.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-03-31]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p8 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-02-05]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p7 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2005-01-01]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p6 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-11-28]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p5 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-11-17]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p4 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-11-16]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-11-11]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p2 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/bash_functions&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;with respect to running Bash scripts via Sudo.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-09-15]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8p1 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/sudoedit&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;in sudoedit that can expose the contents of normally unreadable files.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-08-17]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.8 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2004-08-10]&lt;/dt&gt;&#xA;&lt;dd&gt;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.microsoft.com&#34;&#xA;&gt;Microsoft&lt;/a&gt; was granted &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.freepatentsonline.com/6775781.html&#34;&#xA;&gt;US patent 6,775,781&lt;/a&gt; that if interpreted very broadly might be interpreted to cover Sudo.&lt;/dd&gt;&#xA;&lt;dt&gt;[2003-05-08]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.7p5 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2003-04-16]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.7p4 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2003-04-06]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.7p3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2003-04-03]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.7p2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2003-04-01]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.7p1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2003-03-31]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.7 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-04-25]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.6 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a potential &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/security/advisories/prompt&#34;&#xA;&gt;security issue&lt;/a&gt;&#xA;(buffer overflow) present in sudo versions 1.5.7 - 1.6.5p2.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-01-23]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.5p2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-01-18]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.5p1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-01-17]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.5 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-01-16]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.4p2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-01-15]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.4p1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2002-01-14]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.4 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2001-12-18]&lt;/dt&gt;&#xA;&lt;dd&gt;The Sudo mailing list archives are now searchable.&lt;/dd&gt;&#xA;&lt;dt&gt;[2001-03-02]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p7 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes the negating of path-type Defaults entries in a boolean context.&lt;/dd&gt;&#xA;&lt;dt&gt;[2001-02-19]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p6 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a security issue (heap corruption). The bug has&#xA;been successfully exploited on Linux but requires intimate knowledge&#xA;of how the system malloc() works. There is a&#xA;&lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;http://www.phrack.org/issues/57/8.html#article&#34;&#xA;&gt;paper&lt;/a&gt; on this.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-08-13]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p5 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes the listpw and verifypw sudoers options.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-08-04]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p4 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes a bug in visudo.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-05-14]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p3 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This adds a patch that was missing in version 1.6.3p2.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-05-10]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p2 released.&lt;/dd&gt;&#xA;&lt;dd&gt;This fixes three bugs present in version 1.6.3.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-05-09]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3p1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-04-09]&lt;/dt&gt;&#xA;&lt;dd&gt;The sudo mailing lists now use the &lt;a&#xA;  class=&#34;gdoc-markdown__link&#34;&#xA;  href=&#34;https://www.sudo.ws/mailman&#34;&#xA;&gt;MailMan&lt;/a&gt;&#xA;mailing list manager.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-03-26]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-03-09]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.2p3 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-02-26]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.2p2 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-01-27]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.2p1 released.&lt;/dd&gt;&#xA;&lt;dt&gt;[2000-01-24]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.2 released.&lt;/dd&gt;&#xA;&lt;dd&gt;Version 1.6.2 is primarily a bugfix release.&lt;/dd&gt;&#xA;&lt;dt&gt;[1999-12-10]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6.1 released.&lt;/dd&gt;&#xA;&lt;dd&gt;Version 1.6.1 is a bugfix release only and does not include any new features.&lt;/dd&gt;&#xA;&lt;dt&gt;[1999-11-27]&lt;/dt&gt;&#xA;&lt;dd&gt;The &lt;em&gt;sudo&lt;/em&gt; web site has a new layout.&lt;/dd&gt;&#xA;&lt;dt&gt;[1999-11-17]&lt;/dt&gt;&#xA;&lt;dd&gt;Sudo version 1.6 released.&lt;/dd&gt;&#xA;&lt;dd&gt;Version 1.6 features a more regular grammar&#xA;and most features are now configurable at runtime.&lt;/dd&gt;&#xA;&lt;/dl&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.6/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.6/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. By default, the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy plugin and an associated I/O logging plugin&#xA;    are used. Via the plugin API, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured&#xA;    to use alternate policy and/or I/O logging plugins provided by third&#xA;    parties. The plugins to be used are specified via the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudo.conf&lt;/span&gt; file.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The API is versioned with a major and minor number. The minor&#xA;    version number is incremented when additions are made. The major number is&#xA;    incremented when incompatible changes are made. A plugin should be check the&#xA;    version passed to it and make sure that the major version matches.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. By default, the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated I/O logging&#xA;    plugin are used. Via the plugin API, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be&#xA;    configured to use alternate policy and/or I/O logging plugins provided by&#xA;    third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The API is versioned with a major and minor number. The minor&#xA;    version number is incremented when additions are made. The major number is&#xA;    incremented when incompatible changes are made. A plugin should be check the&#xA;    version passed to it and make sure that the major version matches.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. By default, the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated I/O logging&#xA;    plugin are used. Via the plugin API, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be&#xA;    configured to use alternate policy and/or I/O logging plugins provided by&#xA;    third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The API is versioned with a major and minor number. The minor&#xA;    version number is incremented when additions are made. The major number is&#xA;    incremented when incompatible changes are made. A plugin should be check the&#xA;    version passed to it and make sure that the major version matches.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin and an associated&#xA;    I/O logging plugin are used. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate policy&#xA;    and/or I/O logging plugins provided by third parties. The plugins to be used&#xA;    are specified in the &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section&#xA;    5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Plugin API</title>
      <link>https://www.sudo.ws/docs/man/sudo_plugin.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo_plugin.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.8, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; supports a&#xA;    plugin API for policy and session logging. Plugins may be compiled as&#xA;    dynamic shared objects (the default on systems that support them) or&#xA;    compiled statically into the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; binary itself. By&#xA;    default, the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin provides audit, security&#xA;    policy and I/O logging capabilities. Via the plugin API,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; can be configured to use alternate plugins&#xA;    provided by third parties. The plugins to be used are specified in the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;div class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h1 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h2 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudo Python Plugin API</title>
      <link>https://www.sudo.ws/docs/man/sudo_plugin_python.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudo_plugin_python.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo_plugin_python&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudo Plugin API (Python)&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Starting with version 1.9, &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugins&#xA;    can be written in python. The API closely follows the C&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; plugin API described by&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo_plugin, section 5&#34;&gt;sudo_plugin(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The supported plugins types are:&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet Bd-indent Bl-compact&#34;&gt;&#xA;  &lt;li&gt;Policy plugin&lt;/li&gt;&#xA;  &lt;li&gt;I/O plugin&lt;/li&gt;&#xA;  &lt;li&gt;Audit plugin&lt;/li&gt;&#xA;  &lt;li&gt;Approval plugin&lt;/li&gt;&#xA;  &lt;li&gt;Group provider plugin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Python plugin support needs to be explicitly enabled at build time&#xA;    with the configure option &amp;#x201C;--enable-python&amp;#x201D;. Python version&#xA;    3.0 or higher is required.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Sudo_Python_Plugin_Base&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Sudo_Python_Plugin_Base&#34;&gt;Sudo&#xA;  Python Plugin Base&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;A plugin written in Python should be a class in a python file that&#xA;    inherits from &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt;. The&#xA;    &lt;i class=&#34;Em&#34;&gt;sudo.Plugin&lt;/i&gt; base class has no real purpose other than to&#xA;    identify this class as a plugin.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.7.10/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.7.10/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;-specific&lt;/span&gt; Aliases are&#xA;    not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;-specific Aliases are not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.6/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.6/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;-specific&lt;/span&gt; Aliases are&#xA;    not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;-specific&lt;/span&gt; Aliases are&#xA;    not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;-specific&lt;/span&gt; Aliases are&#xA;    not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Another major difference between LDAP and file-based&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; is that in LDAP,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;-specific&lt;/span&gt; Aliases are&#xA;    not supported.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer exits if there is a typo in&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;. It is not possible to load LDAP data into the&#xA;      server that does not conform to the sudoers schema, so proper syntax is&#xA;      guaranteed. It is still possible to have typos in a user or host name, but&#xA;      this will not prevent &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; from running.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers LDAP Manual</title>
      <link>https://www.sudo.ws/docs/man/sudoers.ldap.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudoers.ldap.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers.ldap&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;sudo LDAP configuration&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;In addition to the standard &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; may be configured via LDAP. This can be&#xA;    especially useful for synchronizing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in a large,&#xA;    distributed environment.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;Using LDAP for &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; has several benefits:&lt;/p&gt;&#xA;&lt;ul class=&#34;Bl-bullet&#34;&gt;&#xA;  &lt;li&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; no longer needs to read&#xA;      &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; in its entirety. When LDAP is used, there are&#xA;      only two or three LDAP queries per invocation. This makes it especially&#xA;      fast and particularly usable in LDAP environments.&lt;/li&gt;&#xA;  &lt;li&gt;It is possible to specify per-entry options that override the global&#xA;      default options. &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; only supports&#xA;      default options and limited options associated with&#xA;      user/host/commands/aliases. The syntax is complicated and can be difficult&#xA;      for users to understand. Placing the options directly in the entry is more&#xA;      natural.&lt;/li&gt;&#xA;  &lt;li&gt;The &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; program is no longer needed.&#xA;      &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; provides locking and syntax checking of the&#xA;      &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file. Since LDAP updates are atomic,&#xA;      locking is no longer necessary. Because syntax is checked when the data is&#xA;      inserted into LDAP, there is no need for a specialized tool to check&#xA;      syntax.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;SUDOers_LDAP_container&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SUDOers_LDAP_container&#34;&gt;SUDOers&#xA;  LDAP container&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; configuration is contained in the&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;ou=SUDOers&lt;/code&gt;&amp;#x2019; LDAP container.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.7.10/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.7.10/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;list of which users may execute&#xA;    what&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is composed of two types of&#xA;    entries: aliases (basically variables) and user specifications (which&#xA;    specify who may run what).&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;When multiple entries match for a user, they are applied in order.&#xA;    Where there are multiple matches, the last match is used (which is not&#xA;    necessarily the most specific match).&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; grammar will be described below in&#xA;    Extended Backus-Naur Form (EBNF). Don&#39;t despair if you are unfamiliar with&#xA;    EBNF; it is fairly simple, and the definitions below are annotated.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy plugin determines a user&#39;s&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy plugin determines a user&#39;s&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.6/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.6/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    module&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy module determines a user&#39;s&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Authentication_and_logging&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Authentication_and_logging&#34;&gt;Authentication&#xA;  and logging&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; security policy requires that most&#xA;    users authenticate themselves before they can use&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. A password is not required if the invoking&#xA;    user is root, if the target user is the same as the invoking user, or if the&#xA;    policy has disabled authentication for the user or command. Unlike&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;su, section 1&#34;&gt;su(1)&lt;/a&gt;, when&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; requires authentication, it validates the invoking&#xA;    user&#39;s credentials, not the target user&#39;s (or root&#39;s) credentials. This can&#xA;    be changed via the &lt;i class=&#34;Em&#34;&gt;rootpw&lt;/i&gt;, &lt;i class=&#34;Em&#34;&gt;targetpw&lt;/i&gt; and&#xA;    &lt;i class=&#34;Em&#34;&gt;runaspw&lt;/i&gt; flags, described later.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy plugin determines a user&#39;s&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy plugin determines a user&#39;s&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy plugin determines a user&#39;s&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; policy information in&#xA;    LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will&#xA;    be used for auditing, policy decisions and I/O logging. To explicitly&#xA;    configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt;&#xA;    to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following&#xA;    configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will&#xA;    be used for auditing, policy decisions and I/O logging. To explicitly&#xA;    configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt;&#xA;    to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following&#xA;    configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally in LDAP. The policy&#xA;    format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which policy and I/O logging plugins to load. If no&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is&#xA;    present, or if it contains no &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used for policy decisions and I/O&#xA;    logging. To explicitly configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt;&#xA;    plugin, the following configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, please see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap,&#xA;    section 5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;code class=&#34;Li&#34;&gt;Plugin&lt;/code&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will&#xA;    be used for auditing, policy decisions and I/O logging. To explicitly&#xA;    configure &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt;&#xA;    to use the &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following&#xA;    configuration can be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Manual</title>
      <link>https://www.sudo.ws/docs/man/sudoers.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudoers.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;default sudo security policy&#xA;    plugin&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy plugin determines a&#xA;    user&#39;s &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; privileges. It is the default&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; policy plugin. The policy is driven by the&#xA;    &lt;span class=&#34;Pa&#34;&gt;/etc/sudoers&lt;/span&gt; file or, optionally, in LDAP. The&#xA;    policy format is described in detail in the&#xA;    &lt;a class=&#34;Sx&#34; href=&#34;#SUDOERS_FILE_FORMAT&#34;&gt;SUDOERS FILE FORMAT&lt;/a&gt; section.&#xA;    For information on storing &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; policy&#xA;    information in LDAP, see &lt;a class=&#34;Xr&#34; aria-label=&#34;sudoers.ldap, section&#xA;    5&#34;&gt;sudoers.ldap(5)&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;section class=&#34;Ss&#34;&gt;&#xA;&lt;h3 class=&#34;Ss&#34; id=&#34;Configuring_sudo.conf_for_sudoers&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#Configuring_sudo.conf_for_sudoers&#34;&gt;Configuring&#xA;  sudo.conf for sudoers&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; consults the&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file to&#xA;    determine which plugins to load. If no &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf,&#xA;    section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; file is present, or if it contains no&#xA;    &lt;i class=&#34;Em&#34;&gt;Plugin&lt;/i&gt; lines, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will be used&#xA;    for auditing, policy decisions and I/O logging. To explicitly configure&#xA;    &lt;a class=&#34;Xr&#34; aria-label=&#34;sudo.conf, section 5&#34;&gt;sudo.conf(5)&lt;/a&gt; to use the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin, the following configuration can be&#xA;    used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user-ID time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user-ID time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user-ID time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;code class=&#34;Li&#34;&gt;5&lt;/code&gt; minutes unless overridden by the&#xA;    &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt; option). By default,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record for each terminal,&#xA;    which means that a user&#39;s login sessions are authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoers Time Stamp Manual</title>
      <link>https://www.sudo.ws/docs/man/sudoers_timestamp.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudoers_timestamp.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoers_timestamp&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;Sudoers Time Stamp Format&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; plugin uses per-user-ID time&#xA;    stamp files for credential caching. Once a user has been authenticated, they&#xA;    may use &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; without a password for a short period&#xA;    of time (&lt;a class=&#34;permalink&#34; href=&#34;#5&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;5&#34;&gt;5&lt;/i&gt;&lt;/a&gt;&#xA;    minutes unless overridden by the &lt;i class=&#34;Em&#34;&gt;timestamp_timeout&lt;/i&gt;&#xA;    option). By default, &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; uses a separate record&#xA;    for each terminal, which means that a user&#39;s login sessions are&#xA;    authenticated separately. The&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#timestamp_type&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;timestamp_type&#34;&gt;timestamp_type&lt;/i&gt;&lt;/a&gt;&#xA;    option can be used to select the type of time stamp record&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoers&lt;/code&gt; will use.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.7.10/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.7.10/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;max_wait&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;speed_factor&lt;/var&gt;]&#xA;      ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;log_output&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should be a six character&#xA;    sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#sudoers&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;sudoers&#34;&gt;sudoers&lt;/i&gt;&lt;/a&gt;&#xA;    file, a &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to&#xA;    the &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also&#xA;    be determined using&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;&#39;s&lt;/span&gt; list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnR&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnR&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnR&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnR&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnR&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.6/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.6/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;max_wait&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;speed_factor&lt;/var&gt;]&#xA;      ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;&#39;s&lt;/span&gt; list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;max_wait&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;speed_factor&lt;/var&gt;]&#xA;      ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;directory&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;&#39;s&lt;/span&gt; list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;&#39;s&lt;/span&gt; list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;]&#xA;      &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, or a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file. When a command is run via&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;span class=&#34;No&#34;&gt;&#39;s&lt;/span&gt; list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-hnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt; or a&#xA;    path name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt; or a&#xA;    path name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] ID&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34; id=&#34;iolog_file&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six&#xA;    character sequence of digits and upper case letters, e.g.,&#xA;    &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt;, a pattern matching the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_file&#34;&gt;&lt;i class=&#34;Em&#34;&gt;iolog_file&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, or a path name. Path names may&#xA;    be relative to the&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#iolog_dir&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;iolog_dir&#34;&gt;iolog_dir&lt;/i&gt;&lt;/a&gt;&#xA;    option in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file (unless overridden by the&#xA;    &lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt; option) or fully qualified, beginning with a&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;/&lt;/code&gt;&amp;#x2019; character. When a command is run&#xA;    via &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; with&#xA;    &lt;a class=&#34;permalink&#34; href=&#34;#log_output&#34;&gt;&lt;i class=&#34;Em&#34; id=&#34;log_output&#34;&gt;log_output&lt;/i&gt;&lt;/a&gt;&#xA;    enabled in the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, a&#xA;    &lt;code class=&#34;Li&#34;&gt;TSID=ID&lt;/code&gt; string is logged via syslog or to the&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; log file. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may also be&#xA;    determined using &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&#39;s list mode.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt; or a&#xA;    path name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &lt;code class=&#34;Li&#34;&gt;0100A5&lt;/code&gt; or a&#xA;    path name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sudoreplay Manual</title>
      <link>https://www.sudo.ws/docs/man/sudoreplay.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/sudoreplay.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;replay sudo session logs&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-FhnRS&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;filter&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-m&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-s&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;num&lt;/var&gt;]&#xA;      &lt;span class=&#34;No&#34;&gt;ID&lt;/span&gt;[&lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;/p&gt;&#xA;&lt;br/&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-h&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-d&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;dir&lt;/var&gt;] &lt;code class=&#34;Fl&#34;&gt;-l&lt;/code&gt; [search&#xA;      expression]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; plays back or lists the output&#xA;    logs created by &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. When replaying,&#xA;    &lt;code class=&#34;Nm&#34;&gt;sudoreplay&lt;/code&gt; can play the session back in real-time,&#xA;    or the playback speed may be adjusted (faster or slower) based on the&#xA;    command line options.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; should either be a six character sequence&#xA;    of digits and upper case letters, e.g., &amp;#x201C;0100A5&amp;#x201D; or a path&#xA;    name. The &lt;i class=&#34;Em&#34;&gt;ID&lt;/i&gt; may include an optional&#xA;    &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; suffix which may be used to start replaying at&#xA;    a specific time offset. The &lt;var class=&#34;Ar&#34;&gt;@offset&lt;/var&gt; is specified as a&#xA;    number in seconds since the start of the session with an optional decimal&#xA;    fraction.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.7.10/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.7.10/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.10/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.10/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.11/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.11/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.12/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.12/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.13/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.13/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.14/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.14/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.15/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.15/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.16/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.16/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.17/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.17/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.18/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.18/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.19/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.19/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.20/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.20/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.21/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.21/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.22/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.22/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;] [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;output_file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.23/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.23/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.24/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.24/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.25/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.25/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.26/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.26/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.27/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.27/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.28/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.28/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.29/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.29/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.30/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.30/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.31/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.31/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.32/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.32/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.6/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.6/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.7/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.7/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.8/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.8/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.8.9/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.8.9/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&#xA;      [&lt;code class=&#34;Fl&#34;&gt;-x&lt;/code&gt;&amp;#x00A0;&lt;var class=&#34;Ar&#34;&gt;file&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors. If the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited you will receive a&#xA;    message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;There is a hard-coded list of one or more editors that&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use set at compile-time that may be&#xA;    overridden via the &lt;i class=&#34;Em&#34;&gt;editor&lt;/i&gt; &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable. This list defaults to&#xA;    &lt;code class=&#34;Li&#34;&gt;vi&lt;/code&gt;. Normally, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; does&#xA;    not honor the &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt; environment variables unless they contain an&#xA;    editor in the aforementioned editors list. However, if&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; is configured with the&#xA;    &lt;code class=&#34;Li&#34;&gt;--with-env-editor&lt;/code&gt; option or the&#xA;    &lt;i class=&#34;Em&#34;&gt;env_editor&lt;/i&gt; &lt;code class=&#34;Li&#34;&gt;Default&lt;/code&gt; variable is set&#xA;    in &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;, &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will use any&#xA;    the editor defines by &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or&#xA;    &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;. Note that this can be a security hole since&#xA;    it allows the user to execute any program they wish simply by setting&#xA;    &lt;code class=&#34;Ev&#34;&gt;VISUAL&lt;/code&gt; or &lt;code class=&#34;Ev&#34;&gt;EDITOR&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.0/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.0/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.1/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.1/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.10/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.10/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.11/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.11/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.12/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.12/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.13/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.13/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.14/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.14/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.15/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.15/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file does not exist, it will be&#xA;    created unless the editor exits without writing to the file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.16/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.16/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file does not exist, it will be&#xA;    created unless the editor exits without writing to the file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.17/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.17/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file does not exist, it will be&#xA;    created unless the editor exits without writing to the file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.2/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.2/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for parse errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    parse error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able to&#xA;    run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a parse error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.3/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.3/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, provides&#xA;    basic sanity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able&#xA;    to run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.4/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.4/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able&#xA;    to run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.5/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.5/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able&#xA;    to run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.6/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.6/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able&#xA;    to run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.7/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.7/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able&#xA;    to run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.8/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.8/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; and no one will be able&#xA;    to run &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt; again until the error is fixed. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/1.9.9/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/1.9.9/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; parses the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after editing and will not save the changes&#xA;    if there is a syntax error. Upon finding an error,&#xA;    &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; will print a message stating the line&#xA;    number(s) where the error occurred and the user will receive the&#xA;    &amp;#x201C;What now?&amp;#x201D; prompt. At this point the user may enter&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; to re-edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file, &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;x&lt;/code&gt;&amp;#x2019; to&#xA;    exit without saving the changes, or&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; to quit and save changes. The&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;Q&lt;/code&gt;&amp;#x2019; option should be used with extreme&#xA;    caution because if &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; believes there to be a&#xA;    syntax error, so will &lt;code class=&#34;Nm&#34;&gt;sudo&lt;/code&gt;. If&#xA;    &amp;#x2018;&lt;code class=&#34;Li&#34;&gt;e&lt;/code&gt;&amp;#x2019; is typed to edit the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file after a syntax error has been detected, the&#xA;    cursor will be placed on the line where the error occurred (if the editor&#xA;    supports this feature).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visudo Manual</title>
      <link>https://www.sudo.ws/docs/man/visudo.man/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.sudo.ws/docs/man/visudo.man/</guid>
      <description>&lt;div class=&#34;gdoc-include&#34;&gt;&lt;link rel=&#34;preload&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; as=&#34;style&#34;&gt;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://www.sudo.ws/mandoc.css&#34; media=&#34;all&#34;&gt;&#xA;&lt;main class=&#34;manual-text&#34;&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;NAME&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#NAME&#34;&gt;NAME&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; &amp;#x2014;&#xA;    &lt;span class=&#34;Nd&#34; role=&#34;doc-subtitle&#34;&gt;edit the sudoers file&lt;/span&gt;&lt;/p&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;SYNOPSIS&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#SYNOPSIS&#34;&gt;SYNOPSIS&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;table class=&#34;Nm&#34;&gt;&#xA;  &lt;tr&gt;&#xA;    &lt;td&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt;&lt;/td&gt;&#xA;    &lt;td&gt;[&lt;code class=&#34;Fl&#34;&gt;-chIOPqsV&lt;/code&gt;] [[&lt;code class=&#34;Fl&#34;&gt;-f&lt;/code&gt;]&#xA;      &lt;var class=&#34;Ar&#34;&gt;sudoers&lt;/var&gt;]&lt;/td&gt;&#xA;  &lt;/tr&gt;&#xA;&lt;/table&gt;&#xA;&lt;/section&gt;&#xA;&lt;section class=&#34;Sh&#34;&gt;&#xA;&lt;h2 class=&#34;Sh&#34; id=&#34;DESCRIPTION&#34;&gt;&lt;a class=&#34;permalink&#34; href=&#34;#DESCRIPTION&#34;&gt;DESCRIPTION&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;&lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; edits the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt;&#xA;    file in a safe fashion, analogous to &lt;a class=&#34;Xr&#34; aria-label=&#34;vipw, section&#xA;    8&#34;&gt;vipw(8)&lt;/a&gt;. &lt;code class=&#34;Nm&#34;&gt;visudo&lt;/code&gt; locks the&#xA;    &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file against multiple simultaneous edits, performs&#xA;    basic validity checks, and checks for syntax errors before installing the&#xA;    edited file. If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file is currently being edited&#xA;    you will receive a message to try again later.&lt;/p&gt;&#xA;&lt;p class=&#34;Pp&#34;&gt;If the &lt;i class=&#34;Em&#34;&gt;sudoers&lt;/i&gt; file does not exist, it will be&#xA;    created unless the editor exits without writing to the file.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
