dcashman | cc39f63 | 2016-07-22 13:13:11 -0700 | [diff] [blame] | 1 | # type_transition must be private policy the domain_trans rules could stay |
2 | # public, but conceptually should go with this | ||||
3 | # Socket creation under /data/misc/bluedroid. | ||||
4 | type_transition bluetooth bluetooth_data_file:sock_file bluetooth_socket; | ||||
dcashman | 2e00e63 | 2016-10-12 14:58:09 -0700 | [diff] [blame^] | 5 | |
6 | # app_domain macro fallout | ||||
7 | tmpfs_domain(bluetooth) | ||||
8 | # Map with PROT_EXEC. | ||||
9 | allow bluetooth bluetooth_tmpfs:file execute; |