23 lines
736 B
Plaintext
Raw Normal View History

2022-08-14 15:07:12 +02:00
# ==============================================
# Common SEPolicy Rule
# ==============================================
# Device access
allow bluetooth stpbt_device:chr_file rw_file_perms;
# NVRAM access
allow bluetooth nvram_data_file:dir search;
allow bluetooth nvram_data_file:file rw_file_perms;
allow bluetooth nvram_data_file:lnk_file r_file_perms;
allow bluetooth nvdata_file:lnk_file r_file_perms;
allow bluetooth nvdata_file:dir search;
allow bluetooth nvdata_file:file rw_file_perms;
allow bluetooth block_device:dir search;
allow bluetooth proc_secmem:file r_file_perms;
# Date : WK15.36
# Operation : Migration
# Purpose: Allow bluetooth to access surfaceflinger
allow bluetooth surfaceflinger:fifo_file rw_file_perms;