1type asan_reboot_prop, property_type; 2type audio_prop, property_type, core_property_type; 3type boottime_prop, property_type; 4type bluetooth_prop, property_type; 5type config_prop, property_type, core_property_type; 6type cppreopt_prop, property_type, core_property_type; 7type ctl_bootanim_prop, property_type; 8type ctl_bugreport_prop, property_type; 9type ctl_console_prop, property_type; 10type ctl_default_prop, property_type; 11type ctl_dumpstate_prop, property_type; 12type ctl_fuse_prop, property_type; 13type ctl_mdnsd_prop, property_type; 14type ctl_rildaemon_prop, property_type; 15type dalvik_prop, property_type, core_property_type; 16type debuggerd_prop, property_type, core_property_type; 17type debug_prop, property_type, core_property_type; 18type default_prop, property_type, core_property_type; 19type device_logging_prop, property_type; 20type dhcp_prop, property_type, core_property_type; 21type dumpstate_options_prop, property_type; 22type dumpstate_prop, property_type, core_property_type; 23type ffs_prop, property_type, core_property_type; 24type fingerprint_prop, property_type, core_property_type; 25type firstboot_prop, property_type; 26type hwservicemanager_prop, property_type; 27type logd_prop, property_type, core_property_type; 28type logpersistd_logging_prop, property_type; 29type log_prop, property_type, log_property_type; 30type log_tag_prop, property_type, log_property_type; 31type mmc_prop, property_type; 32type net_dns_prop, property_type; 33type net_radio_prop, property_type, core_property_type; 34type nfc_prop, property_type, core_property_type; 35type overlay_prop, property_type; 36type pan_result_prop, property_type, core_property_type; 37type persist_debug_prop, property_type, core_property_type; 38type persistent_properties_ready_prop, property_type; 39type powerctl_prop, property_type, core_property_type; 40type radio_prop, property_type, core_property_type; 41type restorecon_prop, property_type, core_property_type; 42type safemode_prop, property_type; 43type serialno_prop, property_type; 44type shell_prop, property_type, core_property_type; 45type system_prop, property_type, core_property_type; 46type system_radio_prop, property_type, core_property_type; 47type vold_prop, property_type, core_property_type; 48type wifi_log_prop, property_type, log_property_type; 49type wifi_prop, property_type; 50 51allow property_type tmpfs:filesystem associate; 52 53### 54### Neverallow rules 55### 56 57# core_property_type should not be used for new properties or 58# device specific properties. Properties with this attribute 59# are readable to everyone, which is overly broad and should 60# be avoided. 61# New properties should have appropriate read / write access 62# control rules written. 63 64neverallow * { 65 core_property_type 66 -audio_prop 67 -config_prop 68 -cppreopt_prop 69 -dalvik_prop 70 -debuggerd_prop 71 -debug_prop 72 -default_prop 73 -dhcp_prop 74 -dumpstate_prop 75 -ffs_prop 76 -fingerprint_prop 77 -logd_prop 78 -net_radio_prop 79 -nfc_prop 80 -pan_result_prop 81 -persist_debug_prop 82 -powerctl_prop 83 -radio_prop 84 -restorecon_prop 85 -shell_prop 86 -system_prop 87 -system_radio_prop 88 -vold_prop 89}:file no_rw_file_perms; 90