blob: e8c0e76a2f87871fda87e459fb8b19f0419c291e [file] [log] [blame]
dcashmancc39f632016-07-22 13:13:11 -07001# 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.
4type_transition bluetooth bluetooth_data_file:sock_file bluetooth_socket;
dcashman2e00e632016-10-12 14:58:09 -07005
6# app_domain macro fallout
7tmpfs_domain(bluetooth)
8# Map with PROT_EXEC.
9allow bluetooth bluetooth_tmpfs:file execute;