Skip to content
Snippets Groups Projects
Commit 56ad8c73 authored by William Roberts's avatar William Roberts Committed by Stephen Smalley
Browse files

This patch fixes rild trying to access the bluetooth efs dir with read

perms.
parent 70d4fc22
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ allow rild efs_file:dir create_dir_perms;
allow rild efs_file:file create_file_perms;
allow rild shell_exec:file rx_file_perms;
allow rild bluetooth_efs_file:file r_file_perms;
allow rild bluetooth_efs_file:dir r_dir_perms;
allow rild radio_data_file:dir r_dir_perms;
allow rild radio_data_file:file rw_file_perms;
allow rild radio_device:lnk_file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment