Skip to content
Snippets Groups Projects
Commit 0496ceb6 authored by Gurtaj Singh's avatar Gurtaj Singh Committed by Gerrit - the friendly Code Review server
Browse files

meta-qti-auto-sepolicy: Add getattr rule to stat bootup KPI node.

CRs-Fixed: 2901669
Change-Id: I02838fdcc4727efb6350c33dbed028c070a9836d
parent 7f879d09
No related branches found
Tags v5.2.1
No related merge requests found
......@@ -47,7 +47,7 @@ userdebug_or_eng(`
type debugfs_t;
')
allow { chrony_sock_t} debugfs_t:dir search;
allow { chrony_sock_t } debugfs_t:file { write open };
allow { chrony_sock_t } debugfs_t:file { write open getattr};
corecmd_exec_shell(chrony_sock_t);
')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment