Skip to content
Snippets Groups Projects
Commit e0068ecc authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 24fb24f7: am ae49e7a3: Merge "Confine tee, but leave it permissive for now."

* commit '24fb24f7':
  Confine tee, but leave it permissive for now.
parents c6a3f60c 24fb24f7
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,14 @@ ...@@ -2,9 +2,14 @@
# trusted execution environment (tee) daemon # trusted execution environment (tee) daemon
# #
type tee, domain; type tee, domain;
permissive tee;
type tee_exec, exec_type, file_type; type tee_exec, exec_type, file_type;
type tee_device, dev_type; type tee_device, dev_type;
type tee_data_file, file_type, data_file_type; type tee_data_file, file_type, data_file_type;
unconfined_domain(tee)
init_daemon_domain(tee) init_daemon_domain(tee)
allow tee self:capability { dac_override };
allow tee tee_device:chr_file rw_file_perms;
allow tee tee_data_file:dir rw_dir_perms;
allow tee tee_data_file:file create_file_perms;
allow tee self:netlink_socket { create bind read };
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