android: sepolicy: Add minigbm SELinux policies am: d046ea007f am: 4fdfa15abc
Original change: https://android-review.googlesource.com/c/platform/external/minigbm/+/2666755 Change-Id: Iaaef4ed5512fa7a0ac94cdac2e20b0a80b30fb1d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
11ffa74c39
3 changed files with 9 additions and 0 deletions
3
cros_gralloc/sepolicy/cameraserver.te
Normal file
3
cros_gralloc/sepolicy/cameraserver.te
Normal 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;
|
||||
3
cros_gralloc/sepolicy/mediaswcodec.te
Normal file
3
cros_gralloc/sepolicy/mediaswcodec.te
Normal 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;
|
||||
3
cros_gralloc/sepolicy/system_server.te
Normal file
3
cros_gralloc/sepolicy/system_server.te
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue