commit | 12e7c02695c2028a50c33f422910ff58794e34bc | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Fri Aug 26 02:31:15 2016 -0700 |
committer | Meninblack007 <sanyam.53jain@gmail.com> | Sat Dec 24 20:36:11 2016 +0530 |
tree | 1399d4fd4808e26ee4b345005375decc50411496 | |
parent | 84f07c3937689b7caa8426839b72da441678308b [diff] [blame] |
sepolicy: Clean up policy for N Change-Id: I39ddec0f60a9995de13b82f09705d246d7e0f454
diff --git a/sepolicy/installd.te b/sepolicy/installd.te index 65f471a..47f0c52 100644 --- a/sepolicy/installd.te +++ b/sepolicy/installd.te
@@ -1,3 +1,3 @@ # Allow querying of asec size on SD card -allow installd sdcard_external:dir { search }; -allow installd sdcard_external:file { getattr }; +allow installd sdcard_type:dir { search }; +allow installd sdcard_type:file { getattr };