mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Allow rules added to address the following denials:
denied { ioctl } for pid=3488 comm="system-server-i"
path="socket:[56767]" dev="sockfs" ino=56767 ioctlcmd=c304
scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0
tclass=socket
denied { open read } for pid=3488 comm="system-server-i"
path="/persist/sensors/sensors_settings" dev="sdd3" ino=17
scontext=u:r:system_server:s0 tcontext=u:object_r:persist_file:s0
tclass=file
Bug: 34784662
Test: The above denials don't appear during bootup
Change-Id: Iadc31855906dedb0adaaaed6e483122c3e175567
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
type sysfs_graphics, sysfs_type, fs_type;
|
|
type qmuxd_socket, file_type;
|
|
type netmgrd_socket, file_type;
|
|
type thermal_socket, file_type;
|
|
|
|
type firmware_file, fs_type, contextmount_type;
|
|
|
|
type persist_file, file_type;
|
|
type persist_data_file, file_type;
|
|
type persist_display_file, file_type;
|
|
type persist_sensors_file, file_type;
|