Skip to content
Snippets Groups Projects
Commit 6a1e6a9c authored by Ed Coyne's avatar Ed Coyne Committed by David Pursell
Browse files

Allow sepolicies granting bootanim exec on /oem.

Iot would like to allow bootanim to load libraries from /oem but in order for
device-specfic sepolicies to grant exec this global restriction needs to
be relaxed.

Bug: 37992717
Test: Tested with Iot sepolicies in effect and bootanim can exec.
Change-Id: I6462bf510562eb3fb06304e50b68fba05d37b285
parent 94e3dfc3
No related branches found
No related tags found
No related merge requests found
......@@ -366,6 +366,7 @@ neverallow {
neverallow {
domain
-appdomain # for oemfs
-bootanim # for oemfs
-recovery # for /tmp/update_binary in tmpfs
} { fs_type -rootfs }:file execute;
# Files from cache should never be executed
......
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