device_google_zuma/vendor/kernel.te
Wilson Sung ac3c24c4f2 dontaudit kernel search allow debugfs
Bug: 261650972
Change-Id: I39b0feb01c592c7beb30d7aa1610c39a75bb3481
2023-02-08 13:21:48 +08:00

9 lines
220 B
Text

allow kernel vendor_fw_file:dir search;
allow kernel vendor_fw_file:file r_file_perms;
# ZRam
allow kernel per_boot_file:file r_file_perms;
no_debugfs_restriction(`
allow kernel vendor_battery_debugfs:dir search;
')