• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# MTK Policy Rule
3# ==============================================
4
5# system_internal_prop      -- Properties used only in /system
6# system_restricted_prop    -- Properties which can't be written outside system
7# system_public_prop        -- Properties with no restrictions
8# system_vendor_config_prop -- Properties which can be written only by vendor_init
9# vendor_internal_prop      -- Properties used only in /vendor
10# vendor_restricted_prop    -- Properties which can't be written outside vendor
11# vendor_public_prop        -- Properties with no restrictions
12
13# TODO(b/131162102): uncomment these after assigning ownership attributes to all properties
14#typeattribute vendor_default_prop vendor_property_type;
15#neverallow domain {
16#  property_type
17#  -system_property_type
18#  -product_property_type
19#  -vendor_property_type
20#}:file no_rw_file_perms;
21
22# Properties with no restrictions
23system_public_prop(system_mtk_ctl_emdlogger1_prop)
24system_public_prop(system_mtk_ctl_emdlogger2_prop)
25system_public_prop(system_mtk_ctl_emdlogger3_prop)
26system_public_prop(system_mtk_ctl_mdlogger_prop)
27system_public_prop(system_mtk_init_svc_aee_aedv_prop)
28system_public_prop(system_mtk_init_svc_emdlogger1_prop)
29system_public_prop(system_mtk_persist_mtk_aee_prop)
30