From f75c37e149a11625bac395117c7c354e364e154a Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Sun, 5 May 2019 08:29:51 +0300 Subject: updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b12a2..d178c33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # openbsd Python bindings for some OpenBSD-specific APIs. Currently the following are supported: + * `pledge` * `unveil` @@ -35,7 +36,7 @@ openbsd.pledge("stdio rpath") print(open("/etc/resolv.conf")) ``` -Try removing `rpath` permission. +Try removing the`rpath permission. ### unveil @@ -48,6 +49,11 @@ Try opening `/bin/ksh`. Use `openbsd.unveil()` to lock down restrictions. + +## Similar Projects + +* [PyPledge](https://gitlab.com/i80and/pypledge): Python binding for the OpenBSD pledge(2) system call. Uses ctypes. + ## License (c) 2019 Yuce Tekol -- cgit 1.4.1-2-gfad0