diff options
| author | MobiusM <danholandi@gmail.com> | 2016-11-19 21:02:57 +0200 |
|---|---|---|
| committer | MobiusM <danholandi@gmail.com> | 2016-11-19 21:22:46 +0200 |
| commit | f00ff6144bc0fe48620c549fb540085baccda23f (patch) | |
| tree | d52b5d692475aeb7a734099868944f745c58be0a | |
| parent | f6909c5e89086c0285546088b246758e6fefdf1a (diff) | |
msm8226-common: resolve sepolicy conflicts
Change-Id: Id230265362091ce614152bafd9798850861a756d
| -rw-r--r-- | sepolicy/hwaddrs.te | 2 | ||||
| -rw-r--r-- | sepolicy/qti_init_shell.te | 2 | ||||
| -rw-r--r-- | sepolicy/wcnss_service.te | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sepolicy/hwaddrs.te b/sepolicy/hwaddrs.te index b0d3529..f8b0784 100644 --- a/sepolicy/hwaddrs.te +++ b/sepolicy/hwaddrs.te @@ -3,7 +3,7 @@ type hwaddrs_exec, exec_type, file_type; init_daemon_domain(hwaddrs) allow hwaddrs block_device:dir search; -allow hwaddrs misc_partition:blk_file r_file_perms; +allow hwaddrs misc_block_device:blk_file r_file_perms; allow hwaddrs hwaddrs_data_file:file rw_file_perms; allow hwaddrs property_socket:sock_file write; allow hwaddrs wifi_data_file:dir { search write add_name }; diff --git a/sepolicy/qti_init_shell.te b/sepolicy/qti_init_shell.te index 12906e3..74bcd89 100644 --- a/sepolicy/qti_init_shell.te +++ b/sepolicy/qti_init_shell.te @@ -1,5 +1,5 @@ allow qti_init_shell baseband_prop:property_service set; -allow qti_init_shell misc_partition:blk_file { read getattr open }; +allow qti_init_shell misc_block_device:blk_file { read getattr open }; allow qti_init_shell unlabeled:file getattr; allow qti_init_shell vfat:file { read open }; allow qti_init_shell unlabeled:dir search; diff --git a/sepolicy/wcnss_service.te b/sepolicy/wcnss_service.te index 9ff9550..a2d20ba 100644 --- a/sepolicy/wcnss_service.te +++ b/sepolicy/wcnss_service.te @@ -1,4 +1,4 @@ allow wcnss_service block_device:dir search; -allow wcnss_service misc_partition:blk_file r_file_perms; +allow wcnss_service misc_block_device:blk_file r_file_perms; allow wcnss_service unlabeled:file { read write getattr open }; |
