From 7ccf8fc064803d6f940129ee29c75ad86ac96447 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Sun, 5 May 2019 08:54:18 +0300 Subject: updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d178c33..6633325 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ import openbsd ### pledge +See: https://man.openbsd.org/pledge.2 + ```python openbsd.pledge("stdio rpath") print(open("/etc/resolv.conf")) @@ -40,6 +42,8 @@ Try removing the`rpath permission. ### unveil +See: https://man.openbsd.org/unveil.2 + ```python openbsd.unveil("/etc", "r") print(open("/etc/resolv.conf")) -- cgit 1.4.1-2-gfad0