commit | a59c525ce828854eb95334054f535a6255fc62c2 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed Oct 30 21:51:23 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 30 21:51:23 2013 +0000 |
tree | 07391df3f5a7bb0f9d21fa33bf6932a59e5b4b55 | |
parent | 5b38c47b7e53371f7c400cf9c0f312a1f147dce9 [diff] | |
parent | cfb2e99f9272ce670e703935db724021fcf32722 [diff] |
Merge "Confine servicemanager, but leave it permissive for now."
diff --git a/bluetooth.te b/bluetooth.te index 2403a55..32ee842 100644 --- a/bluetooth.te +++ b/bluetooth.te
@@ -39,6 +39,9 @@ allow bluetooth sdcard_internal:dir create_dir_perms; allow bluetooth sdcard_internal:file create_file_perms; +# Allow write access to bluetooth specific properties +allow bluetooth bluetooth_prop:property_service set; + ### ### Neverallow rules ###