~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/regex_policy/tests/t/basic.policy

  • Committer: Clint Byrum
  • Date: 2011-03-03 01:55:10 UTC
  • mto: (2222.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2223.
  • Revision ID: clint@ubuntu.com-20110303015510-fj9fsdimwyo2gefy
Adding regex_policy plugin for detailed authorization specifiction

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is a comment line and should be skipped
 
2
.+ schema=DATA_DICTIONARY ACCEPT
 
3
.+ schema=INFORMATION_SCHEMA ACCEPT
 
4
.+ schema=data_dictionary ACCEPT
 
5
.+ schema=information_schema ACCEPT
 
6
root table=.+ ACCEPT
 
7
root schema=.+ ACCEPT
 
8
root process=.+ ACCEPT
 
9
user1 schema=user1 ACCEPT
 
10
user2 schema=user2 ACCEPT
 
11
user1 process=user1 ACCEPT
 
12
user2 process=user2 ACCEPT
 
13
# Default to denying everything
 
14
.+ schema=.+ DENY
 
15
.+ process=.+ DENY