Add odm_service_contexts support am: b4d8972d77
am: cd399a6134
am: db540d903d
Original change: https://android-review.googlesource.com/c/platform/external/selinux/+/2267644 Change-Id: I92db03d4bc01f6b6af6e318d79b92dad72ea80b3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bd93cf0f33
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ static const path_alts_t service_context_paths = { .paths = {
|
|||
{
|
||||
"/vendor/etc/selinux/vendor_service_contexts",
|
||||
"/vendor_service_contexts"
|
||||
},
|
||||
{
|
||||
"/odm/etc/selinux/odm_service_contexts",
|
||||
}
|
||||
}};
|
||||
|
||||
|
|
Loading…
Reference in a new issue