diff options
author | diegocr <diegocr@gmail.com> | 2017-03-19 01:07:43 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:32:16 +0200 |
commit | 213d1db0f4d2acb5425bdb2ea673b42e39c5e022 (patch) | |
tree | e4c7e9d1299665dc1fceed243778f8092502801a /sepolicy/location.te | |
parent | cd4a323bb4906eec758d0106da959f2f728cfc2d (diff) |
sepolicy: Fix some denials
Change-Id: I7d79eadee41a637d26c8b29a73d733d64b68d822
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r-- | sepolicy/location.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index 756bb26..73d1f32 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1 +1,4 @@ allow location permission_service:service_manager find; +allow location diag_device:chr_file { read write }; +allow location diag_device:chr_file open; +allow location diag_device:chr_file ioctl; |