Start tracking vendor seapp coredomain violations (1) am: ee253beede
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/24498747 Change-Id: I343ca59497995748360119b5244ba6f69cd8c80f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3c577b4daa
@ -1,5 +1,8 @@
|
|||||||
type vendor_pbcs_app, domain, coredomain;
|
type vendor_pbcs_app, domain, coredomain;
|
||||||
|
|
||||||
|
# TODO(b/296512192): move vendor_pbcs_app out of vendor sepolicy
|
||||||
|
typeattribute vendor_pbcs_app vendor_seapp_assigns_coredomain_violators;
|
||||||
|
|
||||||
app_domain(vendor_pbcs_app);
|
app_domain(vendor_pbcs_app);
|
||||||
|
|
||||||
dontaudit vendor_pbcs_app system_app_data_file:dir *;
|
dontaudit vendor_pbcs_app system_app_data_file:dir *;
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
type vendor_pcs_app, domain, coredomain;
|
type vendor_pcs_app, domain, coredomain;
|
||||||
|
|
||||||
|
# TODO(b/296512192): move vendor_pcs_app out of vendor sepolicy
|
||||||
|
typeattribute vendor_pcs_app vendor_seapp_assigns_coredomain_violators;
|
||||||
|
|
||||||
app_domain(vendor_pcs_app);
|
app_domain(vendor_pcs_app);
|
||||||
|
|
||||||
allow vendor_pcs_app {
|
allow vendor_pcs_app {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user