diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-03-03 11:06:40 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-03-03 11:06:40 -0800 |
commit | e652d10490464a2f15e485202c6a7f5a536e62e6 (patch) | |
tree | 9ebdc264e20514a58c56163a0475eb2336ff68a2 /_test/conf/acl.auth.php | |
parent | 6535e29c55fe997fa55a4f755bff8a41fbd9d525 (diff) | |
parent | 1b8b28faf419d50137b455d4d9a39cfd0fff3f4c (diff) | |
download | rpg-e652d10490464a2f15e485202c6a7f5a536e62e6.tar.gz rpg-e652d10490464a2f15e485202c6a7f5a536e62e6.tar.bz2 |
Merge pull request #193 from splitbrain/altcachesecurity
alternative fix for FS#2734
Diffstat (limited to '_test/conf/acl.auth.php')
-rw-r--r-- | _test/conf/acl.auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/conf/acl.auth.php b/_test/conf/acl.auth.php index 8a1b01f23..495740720 100644 --- a/_test/conf/acl.auth.php +++ b/_test/conf/acl.auth.php @@ -19,6 +19,7 @@ # delete 16 * @ALL 8 +private:* @ALL 0 # for testing wildcards: users:* @ALL 1 |