Merge "Allow priv-app to report off body events to keystore."
This commit is contained in:
commit
d83aba62f6
1 changed files with 3 additions and 0 deletions
|
@ -269,3 +269,6 @@ neverallow priv_app app_data_file:file no_x_file_perms;
|
||||||
|
|
||||||
# Do not follow untrusted app provided symlinks
|
# Do not follow untrusted app provided symlinks
|
||||||
neverallow priv_app app_data_file:lnk_file { open read getattr };
|
neverallow priv_app app_data_file:lnk_file { open read getattr };
|
||||||
|
|
||||||
|
# Allow reporting off body events to keystore.
|
||||||
|
allow priv_app keystore:keystore2 report_off_body;
|
||||||
|
|
Loading…
Reference in a new issue