Merge "priv_app.te: Remove auditallow for privapp_data_file"

am: 9b624df22c

Change-Id: I2ead619b7e3b7539707ef3e8bba67dc79c58fea0
This commit is contained in:
Ashwini Oruganti 2019-12-13 16:52:13 -08:00 committed by android-build-merger
commit 2e8216ddc0

View file

@ -31,10 +31,6 @@ userdebug_or_eng(`
# * /data/user_de/0/com.google.android.gms/app_chimera
# TODO: Tighten (b/112357170)
allow priv_app privapp_data_file:file execute;
# b/142672293: No other priv-app should need this allow rule now that GMS core runs in its own domain.
userdebug_or_eng(`
auditallow priv_app privapp_data_file:file execute;
')
allow priv_app privapp_data_file:lnk_file create_file_perms;