Add sepolicy for com.android.car.framework module
Bug: 192665266 Test: build Change-Id: I69036c20a3bae10e34a3c076eb8e1c7c2f1d2517
This commit is contained in:
parent
a257817b5d
commit
44025b07eb
2 changed files with 9 additions and 0 deletions
|
@ -237,3 +237,10 @@ filegroup {
|
||||||
"com.android.extservices-file_contexts",
|
"com.android.extservices-file_contexts",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filegroup {
|
||||||
|
name: "com.android.car.framework-file_contexts",
|
||||||
|
srcs: [
|
||||||
|
"com.android.car.framework-file_contexts",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
2
apex/com.android.car.framework-file_contexts
Normal file
2
apex/com.android.car.framework-file_contexts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(/.*)? u:object_r:system_file:s0
|
||||||
|
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|
Loading…
Reference in a new issue