config: pixel: Exclude unnecessary sepolicy dirs
This commit is contained in:
parent
6dd19b9cc7
commit
eb02404e94
4 changed files with 17 additions and 0 deletions
|
@ -38,6 +38,11 @@ filters:
|
|||
# Is this really necessary?
|
||||
- system_ext/priv-app/EuiccSupportPixelPermissions/EuiccSupportPixelPermissions.apk
|
||||
|
||||
sepolicy_dirs:
|
||||
match:
|
||||
# ramdump debugging
|
||||
- hardware/google/pixel-sepolicy/ramdump
|
||||
|
||||
files:
|
||||
match:
|
||||
# Pixel 2020
|
||||
|
|
|
@ -5,3 +5,7 @@ filters:
|
|||
- system_ext/etc/init/init.sota.rc
|
||||
- system_ext/etc/permissions/com.google.android.factoryota.xml
|
||||
- system_ext/priv-app/FactoryOta/FactoryOta.apk
|
||||
|
||||
sepolicy_dirs:
|
||||
match:
|
||||
- hardware/google/pixel-sepolicy/sota_app/system_ext
|
||||
|
|
|
@ -3,3 +3,7 @@ filters:
|
|||
files:
|
||||
match:
|
||||
- system_ext/app/Flipendo/Flipendo.apk
|
||||
|
||||
sepolicy_dirs:
|
||||
match:
|
||||
- hardware/google/pixel-sepolicy/flipendo
|
||||
|
|
|
@ -6,3 +6,7 @@ filters:
|
|||
|
||||
prefix:
|
||||
- system_ext/priv-app/TurboAdapter/
|
||||
|
||||
sepolicy_dirs:
|
||||
match:
|
||||
- hardware/google/pixel-sepolicy/turbo_adapter
|
||||
|
|
Loading…
Reference in a new issue