summaryrefslogtreecommitdiff
path: root/test/common/examples_policies/vsomeip/4002201_4002201/vsomeip_security.json
blob: e03049d8381b53fa35ae8b4a7d914e4eaee6120b (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
    "security": {
        "policies": [
            {
                "allow": {
                    "offers": [
                        {
                            "instance": "any",
                            "service": "0x1501"
                        },
                        {
                            "instance": "any",
                            "service": "0xf8a8"
                        }
                    ],
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf901"
                        },
                        {
                            "instance": "any",
                            "service": "0xf902"
                        },
                        {
                            "instance": "any",
                            "service": "0x1532"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4002201",
                    "uid": "4002201"
                }
            },
            {
                "allow": {
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf8a8"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4003024",
                    "uid": "4003024"
                }
            },
            {
                "allow": {
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf8a8"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4004200",
                    "uid": "4004201"
                }
            },
            {
                "allow": {
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0x1501"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4006202",
                    "uid": "4006202"
                }
            },
            {
                "allow": {
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf8a8"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4011201",
                    "uid": "4011201"
                }
            },
            {
                "allow": {
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf8a8"
                        }
                    ]
                },
                "credentials": {
                    "gid": "5509",
                    "uid": "4016203"
                }
            },
            {
                "credentials": {
                    "allow": [
                        {
                            "gid": [
                                "4003014"
                            ],
                            "uid": [
                                "4003014"
                            ]
                        }
                    ]
                }
            }
        ]
    }
}