diff --git a/cros_gralloc/sepolicy/cameraserver.te b/cros_gralloc/sepolicy/cameraserver.te new file mode 100644 index 0000000..654c6bb --- /dev/null +++ b/cros_gralloc/sepolicy/cameraserver.te @@ -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; diff --git a/cros_gralloc/sepolicy/mediaswcodec.te b/cros_gralloc/sepolicy/mediaswcodec.te new file mode 100644 index 0000000..a39fd73 --- /dev/null +++ b/cros_gralloc/sepolicy/mediaswcodec.te @@ -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; diff --git a/cros_gralloc/sepolicy/system_server.te b/cros_gralloc/sepolicy/system_server.te new file mode 100644 index 0000000..402dea6 --- /dev/null +++ b/cros_gralloc/sepolicy/system_server.te @@ -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;