sepolicy: Add apex/com.android.tethering.inprocess-file_contexts am: 80cd0acd64
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2504898 Change-Id: I285ec1c77b57652e4ae18b12a93e90000362b21c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6fa337fef5
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