From 8c6dba90a570608a600184741a4a59bf4db1230d Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Tue, 14 Oct 2014 15:07:49 -0700 Subject: [PATCH] fix whitespace Change-Id: I2911d2b5d1931c6f6245cc54465458a8a3c2b2bb --- untrusted_app.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/untrusted_app.te b/untrusted_app.te index 7e67ea8c1..2b2a2e76a 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -101,4 +101,4 @@ neverallow untrusted_app property_type:property_service set; # Allow verifier to access staged apks. allow untrusted_app { apk_tmp_file apk_private_tmp_file }:dir r_dir_perms; -allow untrusted_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms; \ No newline at end of file +allow untrusted_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms; -- GitLab