• 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