sepolicy: Add entry for uwb apex
Bug: 188911079 Test: Compiles Change-Id: Icc4886d608e75e348ad9de0f249b23602d84694a
This commit is contained in:
parent
f023c126fc
commit
3b7716c98c
2 changed files with 9 additions and 0 deletions
|
@ -196,6 +196,13 @@ filegroup {
|
|||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "com.android.uwb-file_contexts",
|
||||
srcs: [
|
||||
"com.android.uwb-file_contexts",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "com.android.virt-file_contexts",
|
||||
srcs: [
|
||||
|
|
2
apex/com.android.uwb-file_contexts
Normal file
2
apex/com.android.uwb-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