blob: fed44dfaffd3fb243049d17fe86368e81d38778b [file] [log] [blame]
Stephen Smalley124720a2012-04-04 10:11:16 -04001##########################
2# property service keys
3#
4#
Stephen Smalleyfee49152014-06-19 10:27:02 -04005net.rmnet u:object_r:net_radio_prop:s0
6net.gprs u:object_r:net_radio_prop:s0
7net.ppp u:object_r:net_radio_prop:s0
8net.qmi u:object_r:net_radio_prop:s0
9net.lte u:object_r:net_radio_prop:s0
10net.cdma u:object_r:net_radio_prop:s0
11net.dns u:object_r:net_radio_prop:s0
12sys.usb.config u:object_r:system_radio_prop:s0
13ril. u:object_r:radio_prop:s0
Tom Cherryf89847a2016-01-11 13:06:25 -080014ro.ril. u:object_r:radio_prop:s0
Stephen Smalley730957a2012-04-04 16:01:19 -040015gsm. u:object_r:radio_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040016persist.radio u:object_r:radio_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040017
18net. u:object_r:system_prop:s0
19dev. u:object_r:system_prop:s0
Tom Cherryf89847a2016-01-11 13:06:25 -080020ro.runtime. u:object_r:system_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040021hw. u:object_r:system_prop:s0
Tom Cherryf89847a2016-01-11 13:06:25 -080022ro.hw. u:object_r:system_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040023sys. u:object_r:system_prop:s0
Nick Kralevich7914a472013-06-28 20:15:37 -070024sys.powerctl u:object_r:powerctl_prop:s0
Nick Kralevichcaefbd72015-04-23 19:42:25 -070025sys.usb.ffs. u:object_r:ffs_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040026service. u:object_r:system_prop:s0
27wlan. u:object_r:system_prop:s0
Stephen Smalleyfee49152014-06-19 10:27:02 -040028dhcp. u:object_r:dhcp_prop:s0
Paul Jensen97a2cfd2014-06-18 09:20:36 -040029dhcp.bt-pan.result u:object_r:pan_result_prop:s0
Alex Klyubin3123b1e2013-05-06 10:18:27 -070030bluetooth. u:object_r:bluetooth_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040031
Nick Kralevichdd1ec6d2013-11-01 10:45:03 -070032debug. u:object_r:debug_prop:s0
Nick Kralevich116a20f2014-02-05 16:36:25 -080033debug.db. u:object_r:debuggerd_prop:s0
Felipe Leme83fd8a52015-12-01 18:03:05 -080034dumpstate. u:object_r:dumpstate_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040035log. u:object_r:shell_prop:s0
36service.adb.root u:object_r:shell_prop:s0
37service.adb.tcp.port u:object_r:shell_prop:s0
38
William Robertse2ad3182012-11-27 17:34:54 -080039persist.audio. u:object_r:audio_prop:s0
Yasuhiro Matsuda3d328172015-06-24 15:24:17 +090040persist.debug. u:object_r:persist_debug_prop:s0
Mark Salyzyn9e7bbf62014-06-12 12:47:22 -070041persist.logd. u:object_r:logd_prop:s0
Rubin Xu0c8286f2016-01-04 15:20:45 +000042persist.logd.security u:object_r:device_logging_prop:s0
Mark Salyzyn8179eb82015-12-22 14:41:25 -080043persist.log.tag u:object_r:logd_prop:s0
Mark Salyzynd1435602016-02-04 10:55:43 -080044persist.mmc. u:object_r:mmc_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040045persist.sys. u:object_r:system_prop:s0
Sami Tolvanenf40afcb2016-02-05 15:42:32 -080046persist.sys.safemode u:object_r:safemode_prop:s0
47persist.sys.audit_safemode u:object_r:safemode_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040048persist.service. u:object_r:system_prop:s0
Alex Klyubin3123b1e2013-05-06 10:18:27 -070049persist.service.bdroid. u:object_r:bluetooth_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040050persist.security. u:object_r:system_prop:s0
William Roberts9e70c8b2013-01-23 14:02:43 -080051
Rubin Xu0c8286f2016-01-04 15:20:45 +000052# Boolean property set by system server upon boot indicating
53# if device owner is provisioned.
54ro.device_owner u:object_r:device_logging_prop:s0
55
William Roberts9e70c8b2013-01-23 14:02:43 -080056# selinux non-persistent properties
Jeff Sharkey7617cd42015-06-09 11:01:04 -070057selinux.restorecon_recursive u:object_r:restorecon_prop:s0
58selinux. u:object_r:security_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040059
60# default property context
61* u:object_r:default_prop:s0
62
63# data partition encryption properties
64vold. u:object_r:vold_prop:s0
Tom Cherryf89847a2016-01-11 13:06:25 -080065ro.crypto. u:object_r:vold_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040066
Nick Kralevichc48971f2014-11-18 14:36:23 -080067# ro.build.fingerprint is either set in /system/build.prop, or is
68# set at runtime by system_server.
Tom Cherryf89847a2016-01-11 13:06:25 -080069ro.build.fingerprint u:object_r:fingerprint_prop:s0
Nick Kralevichc48971f2014-11-18 14:36:23 -080070
Stephen Smalley124720a2012-04-04 10:11:16 -040071# ctl properties
Robert Craig4b3893f2014-02-18 13:24:26 -050072ctl.bootanim u:object_r:ctl_bootanim_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040073ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
Robert Craig4b3893f2014-02-18 13:24:26 -050074ctl.fuse_ u:object_r:ctl_fuse_prop:s0
75ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040076ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
Stephen Smalley1c0c0102014-03-06 14:47:22 -050077ctl.bugreport u:object_r:ctl_bugreport_prop:s0
Paul Jensen97a2cfd2014-06-18 09:20:36 -040078ctl.dhcpcd_bt-pan u:object_r:ctl_dhcp_pan_prop:s0
Jeff Vander Stoep8b015f92015-04-24 14:39:16 -070079ctl.console u:object_r:ctl_console_prop:s0
Stephen Smalley124720a2012-04-04 10:11:16 -040080ctl. u:object_r:ctl_default_prop:s0
Martijn Coenen9ac7df22014-09-25 15:13:41 -070081
82# NFC properties
83nfc. u:object_r:nfc_prop:s0
Stephen Smalley54e9bc42014-09-04 08:44:49 -040084
85# These properties are not normally set by processes other than init.
86# They are only distinguished here for setting by qemu-props on the
87# emulator/goldfish.
88config. u:object_r:config_prop:s0
Tom Cherryf89847a2016-01-11 13:06:25 -080089ro.config. u:object_r:config_prop:s0
Stephen Smalley54e9bc42014-09-04 08:44:49 -040090dalvik. u:object_r:dalvik_prop:s0
Tom Cherryf89847a2016-01-11 13:06:25 -080091ro.dalvik. u:object_r:dalvik_prop:s0