diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-01-19 20:38:46 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-01-26 13:56:25 +0100 |
commit | 8ec260b6a91566d1f8e79f63577234d4428ae284 (patch) | |
tree | fb4095de082832588f90d521391985b7416d28ac /sepolicy | |
parent | 53a1ffbf112cf677a1fa6168d34d47b39a59aa1b (diff) |
msm8996-common: sepolicy: Remove a location adress
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Change-Id: Ic8c90812fd61ec921b0bec5ddc2f20555afa4c0c
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/location.te | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index e6dacad..c1d076d 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,5 +1,4 @@ allow location sysfs_msm_subsys:dir search; allow location sysfs_soc:dir search; -allow location wcnss_prop:file r_file_perms; allow location sysfs_msm_subsys:file { getattr open read setattr }; allow location location_data_file:sock_file unlink; |