Home | History | Annotate | Download | only in sepolicy
      1 ##########################
      2 # property service keys
      3 #
      4 #
      5 net.rmnet               u:object_r:net_radio_prop:s0
      6 net.gprs                u:object_r:net_radio_prop:s0
      7 net.ppp                 u:object_r:net_radio_prop:s0
      8 net.qmi                 u:object_r:net_radio_prop:s0
      9 net.lte                 u:object_r:net_radio_prop:s0
     10 net.cdma                u:object_r:net_radio_prop:s0
     11 net.dns                 u:object_r:net_radio_prop:s0
     12 sys.usb.config          u:object_r:system_radio_prop:s0
     13 ril.                    u:object_r:radio_prop:s0
     14 gsm.                    u:object_r:radio_prop:s0
     15 persist.radio           u:object_r:radio_prop:s0
     16 
     17 net.                    u:object_r:system_prop:s0
     18 dev.                    u:object_r:system_prop:s0
     19 runtime.                u:object_r:system_prop:s0
     20 hw.                     u:object_r:system_prop:s0
     21 sys.                    u:object_r:system_prop:s0
     22 sys.powerctl            u:object_r:powerctl_prop:s0
     23 service.                u:object_r:system_prop:s0
     24 wlan.                   u:object_r:system_prop:s0
     25 dhcp.                   u:object_r:dhcp_prop:s0
     26 dhcp.bt-pan.result      u:object_r:pan_result_prop:s0
     27 bluetooth.              u:object_r:bluetooth_prop:s0
     28 
     29 debug.                  u:object_r:debug_prop:s0
     30 debug.db.               u:object_r:debuggerd_prop:s0
     31 log.                    u:object_r:shell_prop:s0
     32 service.adb.root        u:object_r:shell_prop:s0
     33 service.adb.tcp.port    u:object_r:shell_prop:s0
     34 
     35 persist.audio.          u:object_r:audio_prop:s0
     36 persist.logd.           u:object_r:logd_prop:s0
     37 persist.sys.            u:object_r:system_prop:s0
     38 persist.service.        u:object_r:system_prop:s0
     39 persist.service.bdroid. u:object_r:bluetooth_prop:s0
     40 persist.security.       u:object_r:system_prop:s0
     41 
     42 # selinux non-persistent properties
     43 selinux.                u:object_r:security_prop:s0
     44 
     45 # default property context
     46 *                       u:object_r:default_prop:s0
     47 
     48 # data partition encryption properties
     49 vold.                   u:object_r:vold_prop:s0
     50 crypto.                 u:object_r:vold_prop:s0
     51 
     52 # ro.build.fingerprint is either set in /system/build.prop, or is
     53 # set at runtime by system_server.
     54 build.fingerprint       u:object_r:fingerprint_prop:s0
     55 
     56 # ctl properties
     57 ctl.bootanim            u:object_r:ctl_bootanim_prop:s0
     58 ctl.dumpstate           u:object_r:ctl_dumpstate_prop:s0
     59 ctl.fuse_               u:object_r:ctl_fuse_prop:s0
     60 ctl.mdnsd               u:object_r:ctl_mdnsd_prop:s0
     61 ctl.ril-daemon          u:object_r:ctl_rildaemon_prop:s0
     62 ctl.bugreport           u:object_r:ctl_bugreport_prop:s0
     63 ctl.dhcpcd_bt-pan       u:object_r:ctl_dhcp_pan_prop:s0
     64 ctl.                    u:object_r:ctl_default_prop:s0
     65 
     66 # NFC properties
     67 nfc.                    u:object_r:nfc_prop:s0
     68