Home | History | Annotate | Download | only in sepolicy
      1 # Read ro.boot.hardware.sku. Needed by Regulatory Info screen of Settings app.
      2 # Normally this property is a default_prop which is readable by anybody, but on marlin/sailfish
      3 # init_mid needs to be able to set this property and thus this property had to be relabelled as
      4 # a new type, hw_sku_pop. This in turn requires us to grant system_app read access to this property
      5 # label.
      6 get_prop(system_app, hw_sku_prop);
      7 
      8 # Needed by Settings app's TelephonyMonitorPreferenceController, available only on a subset of
      9 # userdebug and eng devices
     10 userdebug_or_eng(`set_prop(system_app, radio_prop)')
     11