Skip to content
Snippets Groups Projects
Commit b9d5d5cc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes Ia9960af9,I6987d60c into oc-dev

* changes:
  NFC HAL no longer violates socket access restrictions
  Remove access to sock_file for hal_nfc
parents adfc5db0 688a7667
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ allow hal_nfc nfc_device:chr_file rw_file_perms; ...@@ -13,4 +13,4 @@ allow hal_nfc nfc_device:chr_file rw_file_perms;
# Data file accesses. # Data file accesses.
allow hal_nfc nfc_data_file:dir create_dir_perms; allow hal_nfc nfc_data_file:dir create_dir_perms;
allow hal_nfc nfc_data_file:notdevfile_class_set create_file_perms; allow hal_nfc nfc_data_file:{ file lnk_file fifo_file } create_file_perms;
...@@ -3,6 +3,3 @@ hal_server_domain(hal_nfc_default, hal_nfc) ...@@ -3,6 +3,3 @@ hal_server_domain(hal_nfc_default, hal_nfc)
type hal_nfc_default_exec, exec_type, vendor_file_type, file_type; type hal_nfc_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_nfc_default) init_daemon_domain(hal_nfc_default)
# TODO(b/37640900): Remove this one NFC HAL no longer needs access to nfc_data_file:sock_file
typeattribute hal_nfc_default socket_between_core_and_vendor_violators;
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