Home | History | Annotate | Download | only in crosshatch
      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_QDSS]
     21 value:2902
     22 
     23 [AID_VENDOR_RFS]
     24 value:2903
     25 
     26 [AID_VENDOR_RFS_SHARED]
     27 value:2904
     28 
     29 [vendor/bin/pm-service]
     30 mode: 0755
     31 user: AID_SYSTEM
     32 group: AID_SYSTEM
     33 caps: NET_BIND_SERVICE
     34 
     35 [vendor/bin/cnss-daemon]
     36 mode: 0755
     37 user: AID_SYSTEM
     38 group: AID_SYSTEM
     39 caps: NET_BIND_SERVICE
     40 
     41 [vendor/bin/imsdatadaemon]
     42 mode: 0755
     43 user: AID_SYSTEM
     44 group: AID_SYSTEM
     45 caps: NET_BIND_SERVICE
     46 
     47 [vendor/bin/cnd]
     48 mode: 0755
     49 user: AID_SYSTEM
     50 group: AID_SYSTEM
     51 caps: NET_BIND_SERVICE
     52 
     53 [vendor/bin/ims_rtp_daemon]
     54 mode: 0755
     55 user: AID_SYSTEM
     56 group: AID_RADIO
     57 caps: NET_BIND_SERVICE
     58 
     59 [vendor/bin/hw/android.hardware.health@2.0-service.crosshatch]
     60 mode: 0755
     61 user: AID_SYSTEM
     62 group: AID_SYSTEM
     63 caps: WAKE_ALARM
     64