Browse Source

ttrss: allow setopt on own udp sockets

Helmut Pozimski 4 years ago
parent
commit
6a452881f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ttrss.te

+ 2 - 2
ttrss.te

@@ -1,4 +1,4 @@
-policy_module(ttrss, 0.0.4)
+policy_module(ttrss, 0.0.5)
 
 require {
   type etc_t;
@@ -26,7 +26,7 @@ init_system_domain(ttrss_t, ttrss_exec_t)
 
 allow ttrss_t self:netlink_route_socket { bind create getattr nlmsg_read read write };
 allow ttrss_t self:tcp_socket { connect create getattr getopt read setopt write };
-allow ttrss_t self:udp_socket { connect create getattr read write };
+allow ttrss_t self:udp_socket { connect create getattr read write setopt };
 allow ttrss_t self:unix_stream_socket { connect create read write };