sm8250-common: sepolicy: Initial vendor sepolicy
Change-Id: I28ae7907209b5aae9806466556dc49639dd7c9e4
This commit is contained in:
parent
507155e7a5
commit
f9c9767e3b
40 changed files with 588 additions and 0 deletions
15
sepolicy/vendor/rild.te
vendored
Normal file
15
sepolicy/vendor/rild.te
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
hal_client_domain(rild, hal_param)
|
||||
|
||||
allow rild vendor_data_file:dir rw_dir_perms;
|
||||
allow rild vendor_data_file:file create_file_perms;
|
||||
|
||||
allow rild block_device:dir search;
|
||||
|
||||
allow rild param_block_device:blk_file rw_file_perms;
|
||||
|
||||
allow rild vendor_diag_device:chr_file rw_file_perms;
|
||||
|
||||
allow rild proc:file w_file_perms;
|
||||
allow rild proc_net:file w_file_perms;
|
||||
|
||||
set_prop(rild, vendor_rild_prop)
|
||||
Loading…
Add table
Add a link
Reference in a new issue