Add sepolicy rules for crashrecovery APEX.
Bug: b/289203818 Test: NA Change-Id: I6d25d413fb512a48e765088bc8dde59c89aec257
This commit is contained in:
parent
243e100005
commit
cd4f71a8b5
2 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,13 @@ filegroup {
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
filegroup {
|
||||||
|
name: "com.android.crashrecovery-file_contexts",
|
||||||
|
srcs: [
|
||||||
|
"com.android.crashrecovery-file_contexts",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
filegroup {
|
filegroup {
|
||||||
name: "com.android.federatedcompute-file_contexts",
|
name: "com.android.federatedcompute-file_contexts",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
1
apex/com.android.crashrecovery-file_contexts
Normal file
1
apex/com.android.crashrecovery-file_contexts
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(/.*)? u:object_r:system_file:s0
|
Loading…
Reference in a new issue