<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Usr%2Flocal%2Fetc%2Fsudoers</id>
		<title>Usr/local/etc/sudoers - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.freebsdwiki.net/index.php?action=history&amp;feed=atom&amp;title=Usr%2Flocal%2Fetc%2Fsudoers"/>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Usr/local/etc/sudoers&amp;action=history"/>
		<updated>2026-04-08T19:35:23Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://www.freebsdwiki.net/index.php?title=Usr/local/etc/sudoers&amp;diff=6216&amp;oldid=prev</id>
		<title>Ninereasons: move to &quot;S&quot; in category</title>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Usr/local/etc/sudoers&amp;diff=6216&amp;oldid=prev"/>
				<updated>2006-05-04T17:04:41Z</updated>
		
		<summary type="html">&lt;p&gt;move to &amp;quot;S&amp;quot; in category&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 17:04, 4 May 2006&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 27:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 27:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The last two lines in the above sample file allow user rsyncuser to run rsync as root - so that he can use rsync over ssh to access anywhere in the filesystem he needs to - and to allow the qmaild uid to run the maildir delivery agent as vpopmail, so that a qmail-queue wrapper can safely deliver quarantined copies of things to a vpopmail-accessible maildir.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The last two lines in the above sample file allow user rsyncuser to run rsync as root - so that he can use rsync over ssh to access anywhere in the filesystem he needs to - and to allow the qmaild uid to run the maildir delivery agent as vpopmail, so that a qmail-queue wrapper can safely deliver quarantined copies of things to a vpopmail-accessible maildir.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Important Config Files]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Important Config Files&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;|Sudoers&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bsdwiki:diff:version:1.11a:oldid:5205:newid:6216 --&gt;
&lt;/table&gt;</summary>
		<author><name>Ninereasons</name></author>	</entry>

	<entry>
		<id>http://www.freebsdwiki.net/index.php?title=Usr/local/etc/sudoers&amp;diff=5205&amp;oldid=prev</id>
		<title>Jimbo at 11:53, 25 February 2006</title>
		<link rel="alternate" type="text/html" href="http://www.freebsdwiki.net/index.php?title=Usr/local/etc/sudoers&amp;diff=5205&amp;oldid=prev"/>
				<updated>2006-02-25T11:53:09Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;the file which controls who gets to [[sudo]] to whom.&lt;br /&gt;
&lt;br /&gt;
simple sample:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;# sudoers file.&lt;br /&gt;
#&lt;br /&gt;
# This file MUST be edited with the 'visudo' command as root.&lt;br /&gt;
#&lt;br /&gt;
# See the sudoers man page for the details on how to write a sudoers file.&lt;br /&gt;
#&lt;br /&gt;
# User privilege specification&lt;br /&gt;
root    ALL=(ALL) ALL&lt;br /&gt;
&lt;br /&gt;
# Uncomment to allow people in group wheel to run all commands&lt;br /&gt;
# %wheel        ALL=(ALL)       ALL&lt;br /&gt;
&lt;br /&gt;
# Same thing without a password&lt;br /&gt;
# %wheel        ALL=(ALL)       NOPASSWD: ALL&lt;br /&gt;
&lt;br /&gt;
# Samples&lt;br /&gt;
# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom&lt;br /&gt;
# %users  localhost=/sbin/shutdown -h now&lt;br /&gt;
&lt;br /&gt;
rsyncuser ALL = NOPASSWD: /usr/local/bin/rsync&lt;br /&gt;
qmaild ALL=(vpopmail) NOPASSWD: /usr/local/bin/maildir&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last two lines in the above sample file allow user rsyncuser to run rsync as root - so that he can use rsync over ssh to access anywhere in the filesystem he needs to - and to allow the qmaild uid to run the maildir delivery agent as vpopmail, so that a qmail-queue wrapper can safely deliver quarantined copies of things to a vpopmail-accessible maildir.&lt;br /&gt;
&lt;br /&gt;
[[Category:Important Config Files]]&lt;/div&gt;</summary>
		<author><name>Jimbo</name></author>	</entry>

	</feed>