Skip to content

Commit

Permalink
sepolicy: Allow connections for dnscrypt-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
syphyr committed Jun 10, 2021
1 parent 43d091e commit 11c3cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnscrypt_proxy.te
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ allow dnscrypt_proxy kernel:file read;
allow dnscrypt_proxy rootfs:dir { read open };
allow dnscrypt_proxy dnsproxyd_socket:sock_file write;
allow dnscrypt_proxy init:unix_stream_socket connectto;
allow dnscrypt_proxy netd:unix_stream_socket connectto;
set_prop(dnscrypt_proxy, system_prop)

0 comments on commit 11c3cf4

Please sign in to comment.