diff options
| author | dragonGR <alex@dragongr.dev> | 2020-12-06 22:01:49 +0200 |
|---|---|---|
| committer | Alex T. <alex@dragongr.dev> | 2020-12-06 21:03:42 +0100 |
| commit | 9eee0407303e355dd5534c04b307ae34baf963ec (patch) | |
| tree | 69accff2a2ed9d496774fe3abb6ad83f435392d7 | |
| parent | 87755a391977c91c8cb67bb74962c34ffe2b9006 (diff) | |
sepolicy: Address a FPSInfo denial
avc: denied { read } for name="measured_fps" dev="sysfs" ino=74063 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:sysfs_graphics:s0 tclass=file permissive=0
Change-Id: I42d91d48b6d133ad608893463e81a7cadd02294d
| -rw-r--r-- | common/private/platform_app.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/private/platform_app.te b/common/private/platform_app.te new file mode 100644 index 0000000..1b7de0d --- /dev/null +++ b/common/private/platform_app.te @@ -0,0 +1,2 @@ +#FPSinfo +allow platform_app sysfs_graphics:file r_file_perms; |
