android: sepolicy: Add minigbm SELinux policies am: d046ea007f am: 4fdfa15abc am: 11ffa74c39 am: f0d9548b2f

Original change: https://android-review.googlesource.com/c/platform/external/minigbm/+/2666755

Change-Id: I2fdd0b4bad56be2638706af7ee09e94876b9413e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Amit Pundir 2023-09-06 01:39:08 +00:00 committed by Automerger Merge Worker
commit cdbe4f653c
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Suppress warnings for minigbm trying to read vendor.minigbm.debug
# property for the devices which do not use this property.
dontaudit cameraserver vendor_default_prop:file read;

View file

@ -0,0 +1,3 @@
# Suppress warnings for minigbm trying to read vendor.minigbm.debug
# property for the devices which do not use this property.
dontaudit mediaswcodec vendor_default_prop:file read;

View file

@ -0,0 +1,3 @@
# Suppress warnings for minigbm trying to read vendor.minigbm.debug
# property for the devices which do not use this property.
dontaudit system_server vendor_default_prop:file read;