Apply conversion script to all *.md files. authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
= Systrace Policy for OpenBSD = # Systrace Policy for OpenBSD
'''Note''': that the {{{native-shutdown}}} refers to the function call {{{shutdown(2)}}} to shut down part of a full-duplex connection and not the command shutdown. **Note**: that the `native-shutdown` refers to the function call `shutdown(2)` to shut down part of a full-duplex connection and not the command shutdown.
If you didn't use the configure line above, you will have to add more native-fsread statements for the extra libraries. If you didn't use the configure line above, you will have to add more native-fsread statements for the extra libraries.
This also assumes that you have dsocks' {{{tor-dns-proxy.py}}} setup to handle DNS requests on 127.0.0.1:53. This also assumes that you have dsocks' `tor-dns-proxy.py` setup to handle DNS requests on 127.0.0.1:53.
{{{ ```
Policy: /usr/local/opt/bin/socat, Emulation: native Policy: /usr/local/opt/bin/socat, Emulation: native
native-__sysctl: permit native-__sysctl: permit
native-issetugid: permit native-issetugid: permit
...@@ -72,4 +72,4 @@ Policy: /usr/local/opt/bin/socat, Emulation: native ...@@ -72,4 +72,4 @@ Policy: /usr/local/opt/bin/socat, Emulation: native
native-setgroups: permit native-setgroups: permit
native-select: permit native-select: permit
native-shutdown: permit native-shutdown: permit
}}} ```