Hi folks,

My device wants to talk to the cloud for OTA. And I do:
allow axxxxxx_t self:fifo_file rw_fifo_file_perms;
allow axxxxxx_t self:unix_stream_socket { create_stream_socket_perms connectto };

What else should be allowed?

Thanks.

---henry