Skip to content

Commit

Permalink
sepolicy: Allow dnscrypt-iptables to read sysfs
Browse files Browse the repository at this point in the history
dnscrypt-iptables needs to determine if ipv6 is enabled
  • Loading branch information
syphyr committed Jan 2, 2023
1 parent 20af525 commit 9717a0f
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 @@ -35,4 +35,5 @@ 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;
allow dnscrypt_proxy sysfs:file { read open };
set_prop(dnscrypt_proxy, system_prop)

0 comments on commit 9717a0f

Please sign in to comment.