some updates for recent changes.
authortedu <tedu@openbsd.org>
Sat, 27 Aug 2016 03:31:47 +0000 (03:31 +0000)
committertedu <tedu@openbsd.org>
Sat, 27 Aug 2016 03:31:47 +0000 (03:31 +0000)
not all tests passing yet since i don't really understand what's going on.

regress/usr.bin/doas/t-fail-quotes.err
regress/usr.bin/doas/t-fail-quotes.expected.err
regress/usr.bin/doas/t-okay.conf
regress/usr.bin/doas/t-run-keepenv-path.conf

index 4a8076b..bc6dd39 100644 (file)
@@ -1,3 +1,3 @@
-unterminated quotes in column 23 at line 1
-unterminated quotes in column 23 at line 2
-syntax error at line 2
+doas: unterminated quotes in column 23 at line 1
+doas: unterminated quotes in column 23 at line 2
+doas: syntax error at line 2
index 4a8076b..bc6dd39 100644 (file)
@@ -1,3 +1,3 @@
-unterminated quotes in column 23 at line 1
-unterminated quotes in column 23 at line 2
-syntax error at line 2
+doas: unterminated quotes in column 23 at line 1
+doas: unterminated quotes in column 23 at line 2
+doas: syntax error at line 2
index 08b0008..15f0151 100644 (file)
@@ -17,7 +17,7 @@ permit :wheel cmd echo args "" ""
 
 permit :wheel cmd echo args " args \22 "
 
-permit nopass keepenv { \
+permit nopass setenv { \
     FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \
     DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \
     MULTI_PACKAGES NOMAN OKAY_FILES OWNER PKG_DBDIR \
index 31a80aa..c2e83d9 100644 (file)
@@ -1 +1 @@
-permit nopass keepenv { PATH JUNK } nobody as root cmd echo args okay
+permit nopass setenv { PATH JUNK } nobody as root cmd echo args okay