Skip to content
Snippets Groups Projects
Commit 274d2927 authored by repo sync's avatar repo sync
Browse files

Clean up remaining denials.

Bug: 8424461
Change-Id: I8f0b01cdb19b4a479d5de842f4e4844aeab00622
parent 77d4731e
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ type tee_device, dev_type; ...@@ -7,5 +7,5 @@ type tee_device, dev_type;
type tee_data_file, file_type, data_file_type; type tee_data_file, file_type, data_file_type;
permissive tee; permissive tee;
unconfined_domain(netd) unconfined_domain(tee)
init_daemon_domain(tee) init_daemon_domain(tee)
...@@ -14,7 +14,7 @@ allow unconfineddomain fs_type:filesystem *; ...@@ -14,7 +14,7 @@ allow unconfineddomain fs_type:filesystem *;
allow unconfineddomain {fs_type dev_type file_type}:{ dir blk_file lnk_file sock_file fifo_file } *; allow unconfineddomain {fs_type dev_type file_type}:{ dir blk_file lnk_file sock_file fifo_file } *;
allow unconfineddomain {fs_type dev_type file_type}:{ chr_file file } ~entrypoint; allow unconfineddomain {fs_type dev_type file_type}:{ chr_file file } ~entrypoint;
allow unconfineddomain node_type:node *; allow unconfineddomain node_type:node *;
allow unconfineddomain node_type:{ tcp_socket udp_socket } node_bind; allow unconfineddomain node_type:{ tcp_socket udp_socket rawip_socket } node_bind;
allow unconfineddomain netif_type:netif *; allow unconfineddomain netif_type:netif *;
allow unconfineddomain port_type:socket_class_set name_bind; allow unconfineddomain port_type:socket_class_set name_bind;
allow unconfineddomain port_type:{ tcp_socket dccp_socket } name_connect; allow unconfineddomain port_type:{ tcp_socket dccp_socket } name_connect;
......
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
type watchdogd, domain; type watchdogd, domain;
permissive watchdogd; permissive watchdogd;
unconfined_domain(watchdogd) unconfined_domain(watchdogd)
allow watchdogd rootfs:file entrypoint;
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