-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathacl.conf
85 lines (84 loc) · 1.84 KB
/
acl.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<Manager>
allow /
allow admin
allow amenity
allow /amenity/cost
allow /amenity/manage
allow amenity/add
allow bill
allow billing/cancel
allow billing/checkout
allow billing/edit
allow billing/history
allow /billing/edit_bid
allow /billing/show
allow billings
allow book
allow booking
allow building
allow /building/halls
allow /building/manage
allow /building/roomclasses
allow client/search
allow hall
allow hall/add
allow hall/book
allow hall/fields
allow hall/search
allow hallbooking
allow halltimeslot
allow /hall/cost
allow /hall/delete
allow /hall/edit
allow /hall/rates
allow meal
allow /meal/manage
allow operator
allow operator/dashboard
allow reports
allow reports/days_meals
allow reports/hall_bookings
allow reports/room_bookings
allow reports/all_bookings
allow reports/daily_hall_bookings
allow reports/daily_room_bookings
allow reports/collections
allow /room/book
allow /room/cost
allow /roomclass/delete
allow /roomclass/edit
allow /roomclass/rooms
allow room
allow room/fields
allow room/search
allow roombooking
allow roombooking/edit_checkin
allow roomclass
allow roomclass/add
allow search
allow search/fields
allow timeslot
allow user
allow /user/billings
</Manager>
<Operator>
allow /
allow search
allow search/fields
allow billing/cancel
allow billing/checkout
allow billing/edit
allow billing/history
allow /billing/edit_bid
allow /billing/show
allow book
allow bill
allow client/search
allow room/search
allow hall/search
allow /hall/cost
allow /room/cost
allow hall/book
allow /room/book
allow roombooking/edit_checkin
</Operator>