From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: David Presotto To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] webls Date: Wed, 8 Oct 2003 15:23:03 -0400 Topicbox-Message-UUID: 67cecb06-eacc-11e9-9e20-41e7f4b1d025 I updated webls. Now if /sys/lib/webls.denied is missing, it is assumed that all accesses are denied. Also, I rooted the regular expressions in the webls.{allowed,denied} files (i.e. webls now sticks a ^ at the front of each expression) so that an expression like '/xyzzy' doesn't accidentally match '/hidden/xyzzy'. Perhaps I should also tack a $ onto the end of the expression. Comments to me.