sepolicy: Add apex/com.android.tethering.inprocess-file_contexts
Needed when using com.android.tethering.inprocess with flattened APEX. Bug: 273821347 Test: trybot Change-Id: Iae6d9547922575398c634433dc07b2e46fbffd8e
This commit is contained in:
parent
3e86cee7c4
commit
80cd0acd64
2 changed files with 10 additions and 0 deletions
|
@ -238,6 +238,13 @@ filegroup {
|
|||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "com.android.tethering.inprocess-file_contexts",
|
||||
srcs: [
|
||||
"com.android.tethering.inprocess-file_contexts",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "com.android.extservices-file_contexts",
|
||||
srcs: [
|
||||
|
|
3
apex/com.android.tethering.inprocess-file_contexts
Normal file
3
apex/com.android.tethering.inprocess-file_contexts
Normal file
|
@ -0,0 +1,3 @@
|
|||
(/.*)? u:object_r:system_file:s0
|
||||
/bin/for-system/clatd u:object_r:clatd_exec:s0
|
||||
/lib(64)?(/.*) u:object_r:system_lib_file:s0
|
Loading…
Reference in a new issue