diff options
Diffstat (limited to 'sepolicy/qti_init_shell.te')
-rw-r--r-- | sepolicy/qti_init_shell.te | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te index a32d8ee..a5ec8a4 100644 --- a/sepolicy/qti_init_shell.te +++ b/sepolicy/qti_init_shell.te @@ -1,4 +1,4 @@ allow qti_init_shell sysfs:file write; -allow qti_init_shell vendor_radio_data_file:file { open read write }; -allow qti_init_shell vendor_radio_data_file:dir getattr; -allow qti_init_shell vfat:file getattr; +allow qti_init_shell vendor_radio_data_file:dir { getattr open read search setattr }; +allow qti_init_shell vfat:file { getattr open read setattr }; +allow qti_init_shell vfat:dir { open read search }; |