common: Label omc props
authorAndreas Schneider <asn@cryptomilk.org>
Sat, 21 Mar 2020 17:59:36 +0000 (18:59 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 1 Apr 2020 05:43:22 +0000 (07:43 +0200)
Change-Id: I67841c605f6844efcfb034cc01511403478ae6c3

common/private/property_contexts
common/public/property.te

index 78b66873c440f59718d1b6d800df9c69e597abf9..df9dc50479e6dbf17a619ecf5e61d16148554065 100644 (file)
@@ -12,6 +12,11 @@ ro.csc.                                      u:object_r:vendor_public_csc_prop:s
 ### MDC
 mdc.                                         u:object_r:vendor_public_config_prop:s0
 
+### OMC
+persist.sys.omc_support                      u:object_r:vendor_public_omc_prop:s0
+persist.sys.omc_etcpath                      u:object_r:vendor_public_omc_prop:s0
+ro.omc.                                      u:object_r:vendor_public_omc_prop:s0
+
 ### RADIO
 ril.NwNmId                                   u:object_r:vendor_public_radio_prop:s0
 ril.NwNmId2                                  u:object_r:vendor_public_radio_prop:s0
index 493aa7ed556d34d0c9ce50a85a922579f30cb61f..542807b739da5f7dc49aa0b29350a1be18859e3e 100644 (file)
@@ -10,6 +10,9 @@ type vendor_public_csc_prop, property_type;
 ### MDC
 type vendor_public_config_prop, property_type;
 
+### OMC
+type vendor_public_omc_prop, property_type;
+
 ### RADIO
 type vendor_public_radio_prop, property_type;