equal
deleted
inserted
replaced
|
1 domain IdentifiedThirdParty; |
|
2 grant user "Ext1" oneshot,session,no { |
|
3 permission com.nokia.ext2.internal.Ext2Perm "ext2.target1" "ext2.action1"; |
|
4 permission com.nokia.ext1.public.Ext1Perm "ext1.target1" "ext1.action1"; |
|
5 permission com.nokia.ext1.internal.Ext1Perm "ext1.target1" "ext1.action1"; |
|
6 } |
|
7 |
|
8 grant user "Ext2" oneshot,no { |
|
9 permission com.nokia.ext2.internal.Ext2Perm "ext2.target2" "ext2.action2"; |
|
10 } |
|
11 grant allowed { |
|
12 permission com.nokia.ext2.internal.Ext2Perm "ext2.target3" "ext2.action3"; |
|
13 } |
|
14 |
|
15 grant assigned { |
|
16 permission com.nokia.ext2.internal.Ext2Perm "ext2.target4" "ext2.action4"; |
|
17 } |
|
18 |
|
19 grant user "Messaging" oneshot,no { |
|
20 permission com.nokia.ext2.internal.Ext2Perm "ext2.target5" "ext2.action5"; |
|
21 } |
|
22 |