Merge "Add file_contexts for sepolicy mainline module" am: 8797f5841c
am: 2b9f0a62cb
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1890636 Change-Id: I7c93ddbbcde75103a77b603fcbd268dbdb4d4bea
This commit is contained in:
commit
6ea8b3b3b3
2 changed files with 8 additions and 0 deletions
|
@ -182,6 +182,13 @@ filegroup {
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filegroup {
|
||||||
|
name: "com.android.sepolicy-file_contexts",
|
||||||
|
srcs: [
|
||||||
|
"com.android.sepolicy-file_contexts",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
filegroup {
|
filegroup {
|
||||||
name: "com.android.telephony-file_contexts",
|
name: "com.android.telephony-file_contexts",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
1
apex/com.android.sepolicy-file_contexts
Normal file
1
apex/com.android.sepolicy-file_contexts
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(/.*)? u:object_r:system_file:s0
|
Loading…
Reference in a new issue