]> granicus.if.org Git - sudo/commitdiff
MAXCOMMMANDLEN dropped down to 1K
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 1 Sep 1995 05:18:19 +0000 (05:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 1 Sep 1995 05:18:19 +0000 (05:18 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 578e680ad0b99c1e97429a6fbf12c5bdf3850c5c..cf595276d5b500f52692451d87460805298ec8a5 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -36,9 +36,9 @@
 
 /*
  * Max length for a command + args in the sudoers file.
- * This is fairly arbitrary but 8K should be enough.
+ * This is fairly arbitrary but 1K should be enough.
  */
-#define MAXCOMMANDLENGTH       8192
+#define MAXCOMMANDLENGTH       1024
 
 /*
  * IP address and netmask pairs for checking against local interfaces.