]> granicus.if.org Git - sudo/commitdiff
Use group bin in test, not wheel as most systems have the bin group
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 Mar 2011 16:54:17 +0000 (12:54 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 Mar 2011 16:54:17 +0000 (12:54 -0400)
but the same is no longer true of wheel.

plugins/sudoers/regress/testsudoers/test1.sh

index 88eb9c431f0c3f178993748db88ec855506e831b..a6358b3faf8490aff9b1419dea6ea25c1764b230 100755 (executable)
@@ -5,6 +5,6 @@
 # This is RedHat bug Bug 667103.
 #
 
-./testsudoers -g wheel root id <<EOF
+./testsudoers -g bin root id <<EOF
 root ALL = ALL
 EOF