dbe56c1472
Add a new file context label for gpu_model sysfs entry. allowed read access to that entry. Addressing the following denials : type=1400 audit(0.0:62): avc: denied { read } for name="gpu_model" dev="sysfs" ino=78734 scontext=u:r:mediaserver:s0 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=file permissive=0 type=1400 audit(0.0:88): avc: denied { read } for name="gpu_model" dev="sysfs" ino=78734 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=file permissive=0 app=com.android.systemui type=1400 audit(0.0:100): avc: denied { read } for name="gpu_model" dev="sysfs" ino=78734 scontext=u:r:priv_app:s0:c512,c768 tcontext=u:object_r:vendor_sysfs_kgsl:s0 tclass=file permissive=0 app=com.android.launcher3 Change-Id: I9e1b9ffbb88ea62b4cc530564d811d7cfc640bbc
37 lines
No EOL
2 KiB
Text
37 lines
No EOL
2 KiB
Text
# Copyright (c) 2018,2020, The Linux Foundation. All rights reserved.
|
|
#
|
|
# Redistribution and use in source and binary forms, with or without
|
|
# modification, are permitted provided that the following conditions are
|
|
# met:
|
|
# * Redistributions of source code must retain the above copyright
|
|
# notice, this list of conditions and the following disclaimer.
|
|
# * Redistributions in binary form must reproduce the above
|
|
# copyright notice, this list of conditions and the following
|
|
# disclaimer in the documentation and/or other materials provided
|
|
# with the distribution.
|
|
# * Neither the name of The Linux Foundation nor the names of its
|
|
# contributors may be used to endorse or promote products derived
|
|
# from this software without specific prior written permission.
|
|
#
|
|
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
|
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
|
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
|
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
allow bootanim hwservicemanager:binder call;
|
|
|
|
# TODO(b/62954877). On Android Wear, bootanim reads the time
|
|
# during boot to display. It currently gets that time from a file
|
|
# in /data/system. This should be moved. In the meantime, suppress
|
|
# this denial on phones since this functionality is not used.
|
|
dontaudit bootanim system_data_file:dir read;
|
|
|
|
dontaudit bootanim vendor_hal_qspmhal_hwservice:hwservice_manager find;
|
|
|
|
allow bootanim vendor_sysfs_kgsl_gpu_model:file r_file_perms; |