summaryrefslogtreecommitdiff
path: root/test/common/examples_policies/vsomeip/4003015_4003015/vsomeip_security.json
blob: 20f0b47617a0edd3a1399ad30d604f87c97c7cdd (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
{
    "security": {
        "policies": [
            {
                "allow": {
                    "offers": [
                        {
                            "instance": "any",
                            "service": "0xf918"
                        }
                    ],
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf8c4"
                        },
                        {
                            "instance": "any",
                            "service": "0xf90c"
                        },
                        {
                            "instance": "any",
                            "service": "0xf913"
                        },
                        {
                            "instance": "any",
                            "service": "0xf901"
                        },
                        {
                            "instance": "any",
                            "service": "0xf8a4"
                        },
                        {
                            "instance": "any",
                            "service": "0xf902"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4003015",
                    "uid": "4003015"
                }
            },
            {
                "allow": {
                    "requests": [
                        {
                            "instance": "any",
                            "service": "0xf918"
                        }
                    ]
                },
                "credentials": {
                    "gid": "4003014",
                    "uid": "4003014"
                }
            },
            {
                "credentials": {
                    "allow": [
                        {
                            "gid": [
                                "4003014",
                                "0",
                                "4013207",
                                "4003203",
                                "4002200"
                            ],
                            "uid": [
                                "4003014",
                                "0",
                                "4013207",
                                "4003203",
                                "4002200"
                            ]
                        }
                    ]
                }
            }
        ]
    }
}