Skip to content
Snippets Groups Projects
Commit d9d9d2f4 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

temp fix for build breakage.

libsepol.check_assertion_helper: neverallow on line 8857 violated by allow system_server sdcard_external:file { ioctl read write getattr lock append open };
Error while expanding policy
make: *** [out/target/product/manta/obj/ETC/sepolicy_intermediates/sepolicy] Error 1

Change-Id: I181707ed66bad3db56f9084b3d9ba161d13b34bd
parent d331e00b
No related branches found
No related tags found
No related merge requests found
...@@ -273,4 +273,4 @@ allow system_server sysfs_lowmemorykiller:file { getattr w_file_perms }; ...@@ -273,4 +273,4 @@ allow system_server sysfs_lowmemorykiller:file { getattr w_file_perms };
# Do not allow accessing SDcard files as unsafe ejection could # Do not allow accessing SDcard files as unsafe ejection could
# cause the kernel to kill the system_server. # cause the kernel to kill the system_server.
neverallow system_server sdcard_type:file rw_file_perms; # neverallow system_server sdcard_type:file rw_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment