-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathconfig.fs
123 lines (105 loc) · 2.65 KB
/
config.fs
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
123
#
# Copyright (C) 2015 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied. See the License for the specific language governing
# permissions and limitations under the License.
#
#
# NO NEW ENTRIES **DEPRECATED**
# Modules should define there own config.fs file and add it to
# TARGET_FS_CONFIG_GEN in their BoardConfig.mk per the README mentioned
# below.
#
# Information on this file can be found in: build/make/tools/fs_config/README
# This file should not be modified, mixins should add a TARGET_FS_CONFIG_GEN to
# there BoardConfig.mk
[AID_VENDOR_PSTORE]
value: 5001
[AID_VENDOR_INTEL_PROP]
value: 5002
[AID_VENDOR_WLAN_PROV]
value: 5003
[AID_VENDOR_GNSS]
value: 5004
#
# XXX: This patch was found not to be applied: https://android.intel.com/#/c/319973 note that this patch is not needed anymore see the README:
# build/make/tools/fs_config/README
# likely be removed.
#ifndef AID_TELEMETRY
#warning AID_TELEMETRY not defined, omitting telemetry entries from filesystem_config. The patch: https://android.intel.com/#/c/319973 may be missing."
#endif
#static const struct fs_path_config android_device_dirs[] = {
#ifdef AID_TELEMETRY
# { 00550, AID_ROOT, AID_TELEMETRY, 0, "system/etc/tm" },
#endif
#};
#
# XXX: This patch was found not to be applied: https://android.intel.com/#/c/319973
# This for android_device_files:
#ifdef AID_TELEMETRY
# { 00440, AID_ROOT, AID_TELEMETRY, 0, "system/etc/tm/*" },
#endif
[system/vendor/gfx/ufo_byt/bin/]
mode: 0755
user: root
group: shell
caps: 0
[vendor/bin/storageproxyd]
mode: 0755
user: system
group: system
caps: sys_rawio
[system/bin/keymaster_meid]
mode: 0755
user: keystore
group: keystore
caps: block_suspend
[system/vendor/wifi/aosp/wpa_*]
mode: 0755
user: root
group: shell
caps: 0
[system/vendor/gfx/ufo_byt/bin/*]
mode: 0755
user: root
group: shell
caps: 0
[system/vendor/wifi/brcm/wpa_*]
mode: 0755
user: root
group: shell
caps: 0
[system/vendor/wifi/rtk/wpa_*]
mode: 0755
user: root
group: shell
caps: 0
[vendor/bin/esif_ufd]
mode: 0755
user: system
group: system
caps: net_raw sys_boot
[system/vendor/bin/coreu]
mode: 0755
user: root
group: shell
caps: sys_nice
[vendor/bin/coreu]
mode: 0755
user: root
group: shell
caps: sys_nice
[system/bin/audioserver]
mode: 0755
user: root
group: shell
caps: sys_nice