blob: fbe2dd7236bf47d7afcbcfa3ad21c2a865f024f6 [file] [log] [blame]
Cyan_Hsiehba938292020-06-03 11:29:39 +08001# 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_QDSS]
21value:2902
22
23[AID_VENDOR_RFS]
24value:2903
25
26[AID_VENDOR_RFS_SHARED]
27value:2904
28
29[AID_VENDOR_ADPL_ODL]
30value:2905
31
32[AID_VENDOR_QRTR]
33value:2906
34
35[AID_VENDOR_AIRBRUSH]
36value:2907
37
38[vendor/bin/pm-service]
39mode: 0755
40user: AID_SYSTEM
41group: AID_SYSTEM
42caps: NET_BIND_SERVICE
43
44[vendor/bin/cnss-daemon]
45mode: 0755
46user: AID_SYSTEM
47group: AID_SYSTEM
48caps: NET_BIND_SERVICE
49
50[vendor/bin/imsdatadaemon]
51mode: 0755
52user: AID_RADIO
53group: AID_RADIO
54caps: NET_BIND_SERVICE
55
56[vendor/bin/imsrcsd]
57mode: 0755
58user: AID_RADIO
59group: AID_RADIO
60caps: NET_BIND_SERVICE BLOCK_SUSPEND WAKE_ALARM
61
62[vendor/bin/cnd]
63mode: 0755
64user: AID_RADIO
65group: AID_RADIO
66caps: NET_BIND_SERVICE BLOCK_SUSPEND NET_ADMIN
67
68[vendor/bin/ims_rtp_daemon]
69mode: 0755
70user: AID_RADIO
71group: AID_RADIO
72caps: NET_BIND_SERVICE
73
74[vendor/bin/loc_launcher]
75mode: 0755
76user: AID_GPS
77group: AID_GPS
78caps: SETUID SETGID
79
80[system/vendor/bin/loc_launcher]
81mode: 0755
82user: AID_GPS
83group: AID_GPS
84caps: SETUID SETGID
85