-
- Downloads
system_linker_exec: Remove exec_type
system/sepolicy/public/attributes defines exec_type as: # All types used for domain entry points. attribute exec_type; The linker is not a standalone executable, but rather, used by other executables to resolve shared libraries. It isn't, and must never be, an allowed entrypoint for a domain. Remove the exec_type attribute from system_linker_exec. Test: Device compiles and boots, no obvious problems running the system. Change-Id: I8f2f608bc1a642193524396f46b22933faac5468
Please register or sign in to comment