]> granicus.if.org Git - sudo/commitdiff
Mention cycle detection warnings
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 2011 17:07:43 +0000 (13:07 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 25 May 2011 17:07:43 +0000 (13:07 -0400)
doc/visudo.pod

index cffb32104eb126800c36a5d1ec113fe247a8c3ff..281210932b0b2b234f26db5c89da5f89547a9284 100644 (file)
@@ -172,6 +172,13 @@ The specified {User,Runas,Host,Cmnd}_Alias was defined but never
 used.  You may wish to comment out or remove the unused alias.  In
 B<-s> (strict) mode this is an error, not a warning.
 
+=item Warning: cycle in {User,Runas,Host,Cmnd}_Alias
+
+The specified {User,Runas,Host,Cmnd}_Alias includes a reference to
+itself, either directly or through an alias it includes.  This is
+only a warning by default as B<sudo> will ignore cycles when parsing
+the I<sudoers> file.
+
 =back
 
 =head1 SEE ALSO