Files
packages_apps_GameBar/sepolicy/vendor/gamebar_app.te
kenway214 aca1b4d4ed Initial Import
Signed-off-by: kenway214 <kenway214@outlook.com>
2025-10-24 20:18:59 +05:30

9 lines
479 B
Plaintext

allow gamebar_app vendor_sysfs_graphics:dir search;
allow gamebar_app vendor_sysfs_graphics:file rw_file_perms;
allow gamebar_app vendor_sysfs_kgsl:dir search;
allow gamebar_app vendor_sysfs_kgsl:{ file lnk_file } rw_file_perms;
allow gamebar_app vendor_sysfs_battery_supply:dir search;
allow gamebar_app vendor_sysfs_battery_supply:file r_file_perms;
allow gamebar_app proc_stat:file { read open getattr };
allow gamebar_app vendor_sysfs_kgsl_gpuclk:file { read open getattr };