[
	{
         "type": "db.kind",
         "object": "com.palm.tasklist:1",
         "caller": "com.palm.app.tasks",
         "operations": {
             "create": "allow",
             "read": "allow",
             "update": "allow",
             "delete": "allow",
             "extend": "allow"
         }
     },
     {
         "type": "db.kind",
         "object": "com.palm.tasklist:1",
         "caller": "com.palm.eas",
         "operations": {
             "create": "allow",
             "read": "allow",
             "update": "allow",
             "delete": "allow",
             "extend": "allow"
         }
     },
     {
         "type": "db.kind",
         "object": "com.palm.tasklist:1",
         "caller": "com.palm.dataimport",
         "operations": {
             "create": "allow",
             "read": "allow",
             "update": "allow",
             "delete": "allow",
             "extend": "allow"
         }
     },
     {
         "type": "db.kind",
         "object": "com.palm.tasklist:1",
         "caller": "*",
         "operations": {
             "extend": "allow"
         }
     }
]