1# Copyright (C) 2018 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16# This file is used to define the properties of the filesystem
17# images generated by build tools (mkbootfs and mkyaffs2image) and
18# by the device side of adb.
19
20[AID_VENDOR_NEW_SERVICE]
21value: 2900
22
23[AID_VENDOR_NEW_SERVICE_TWO]
24value:2902
25
26[vendor/bin/service1]
27mode: 0755
28user: AID_SYSTEM
29group: AID_VENDOR_NEW_SERVICE
30caps: CHOWN DAC_OVERRIDE
31
32[vendor/bin/service2]
33mode: 0755
34user: AID_VENDOR_NEW_SERVICE_TWO
35group: AID_SYSTEM
36caps: AUDIT_READ CHOWN SYS_ADMIN
37
38[system/vendor/bin/service3]
39mode: 0755
40user: AID_SYSTEM
41group: AID_SYSTEM
42caps: AUDIT_READ CHOWN SYS_ADMIN
43
44[vendor/dir/]
45mode: 0755
46user: AID_VENDOR_NEW_SERVICE_TWO
47group: AID_SYSTEM
48caps: 0
49
50[system/vendor/dir2/]
51mode: 0755
52user: AID_VENDOR_NEW_SERVICE_TWO
53group: AID_SYSTEM
54caps: 0
55
56[product/bin/service1]
57mode: 0755
58user: AID_SYSTEM
59group: AID_SYSTEM
60caps: 0x34
61
62[product/bin/service2]
63mode: 0755
64user: AID_SYSTEM
65group: AID_SYSTEM
66caps: NET_BIND_SERVICE WAKE_ALARM
67
68[system/product/bin/service3]
69mode: 0755
70user: AID_SYSTEM
71group: AID_SYSTEM
72caps: NET_BIND_SERVICE WAKE_ALARM
73
74[product/dir/]
75mode: 0755
76user: AID_SYSTEM
77group: AID_SYSTEM
78caps: 0
79
80[system/product/dir/]
81mode: 0755
82user: AID_SYSTEM
83group: AID_SYSTEM
84caps: 0
85
86[system/bin/service]
87mode: 0755
88user: AID_SYSTEM
89group: AID_RADIO
90caps: NET_BIND_SERVICE
91
92[system/dir/]
93mode: 0755
94user: AID_SYSTEM
95group: AID_RADIO
96caps: 0
97
98[root_file]
99mode: 0755
100user: AID_SYSTEM
101group: AID_RADIO
102caps: 0
103
104[root_dir/]
105mode: 0755
106user: AID_SYSTEM
107group: AID_RADIO
108caps: 0
109