diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-05-02 16:52:20 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-05-02 17:26:32 +0200 |
commit | 2c7ad967d1c9be71a50a9c27e336e180c035e648 (patch) | |
tree | 60e0b6d920cfaf3990dd42e254b09f2593b975ae /sepolicy/wcnss_service.te | |
parent | f03c601509bec9331de6829531d61e927e42f736 (diff) |
msm8996-common: sepolicy: Cleanup
* Add back the fstab contexts to prevent some vfat denials
* Remove a lot of not needed addresses
* Create a domain for double tap to wake to not let the powerhal access all the sysfs files
Change-Id: I44dfc5e9903eb562748215541f2d71f9a3d111d7
Diffstat (limited to 'sepolicy/wcnss_service.te')
-rw-r--r-- | sepolicy/wcnss_service.te | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sepolicy/wcnss_service.te b/sepolicy/wcnss_service.te index 340658d..35908ad 100644 --- a/sepolicy/wcnss_service.te +++ b/sepolicy/wcnss_service.te @@ -1,4 +1,2 @@ -allow wcnss_service sysfs_pcie:dir search; -allow wcnss_service sysfs_pcie:file rw_file_perms; -allow wcnss_service sysfs_wifi:dir search; -allow wcnss_service sysfs_wifi:file rw_file_perms; +allow wcnss_service { sysfs_pcie sysfs_wifi }:dir search; +allow wcnss_service { sysfs_pcie sysfs_wifi }:file rw_file_perms; |