Home | History | Annotate | Download | only in end_to_end_test
      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]
     21 value: 2900
     22 
     23 [AID_VENDOR_NEW_SERVICE_TWO]
     24 value:2902
     25 
     26 [vendor/bin/service1]
     27 mode: 0755
     28 user: AID_SYSTEM
     29 group: AID_VENDOR_NEW_SERVICE
     30 caps: CHOWN DAC_OVERRIDE
     31 
     32 [vendor/bin/service2]
     33 mode: 0755
     34 user: AID_VENDOR_NEW_SERVICE_TWO
     35 group: AID_SYSTEM
     36 caps: AUDIT_READ CHOWN SYS_ADMIN
     37 
     38 [system/vendor/bin/service3]
     39 mode: 0755
     40 user: AID_SYSTEM
     41 group: AID_SYSTEM
     42 caps: AUDIT_READ CHOWN SYS_ADMIN
     43 
     44 [vendor/dir/]
     45 mode: 0755
     46 user: AID_VENDOR_NEW_SERVICE_TWO
     47 group: AID_SYSTEM
     48 caps: 0
     49 
     50 [system/vendor/dir2/]
     51 mode: 0755
     52 user: AID_VENDOR_NEW_SERVICE_TWO
     53 group: AID_SYSTEM
     54 caps: 0
     55 
     56 [product/bin/service1]
     57 mode: 0755
     58 user: AID_SYSTEM
     59 group: AID_SYSTEM
     60 caps: 0x34
     61 
     62 [product/bin/service2]
     63 mode: 0755
     64 user: AID_SYSTEM
     65 group: AID_SYSTEM
     66 caps: NET_BIND_SERVICE WAKE_ALARM
     67 
     68 [system/product/bin/service3]
     69 mode: 0755
     70 user: AID_SYSTEM
     71 group: AID_SYSTEM
     72 caps: NET_BIND_SERVICE WAKE_ALARM
     73 
     74 [product/dir/]
     75 mode: 0755
     76 user: AID_SYSTEM
     77 group: AID_SYSTEM
     78 caps: 0
     79 
     80 [system/product/dir/]
     81 mode: 0755
     82 user: AID_SYSTEM
     83 group: AID_SYSTEM
     84 caps: 0
     85 
     86 [system/bin/service]
     87 mode: 0755
     88 user: AID_SYSTEM
     89 group: AID_RADIO
     90 caps: NET_BIND_SERVICE
     91 
     92 [system/dir/]
     93 mode: 0755
     94 user: AID_SYSTEM
     95 group: AID_RADIO
     96 caps: 0
     97 
     98 [root_file]
     99 mode: 0755
    100 user: AID_SYSTEM
    101 group: AID_RADIO
    102 caps: 0
    103 
    104 [root_dir/]
    105 mode: 0755
    106 user: AID_SYSTEM
    107 group: AID_RADIO
    108 caps: 0
    109