Merge "sepolicy: Add entry for uwb apex"
This commit is contained in:
commit
36d7c8dff0
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