Support pledge & unveil, change scope of project

This commit is contained in:
Andinus 2020-04-15 19:14:16 +05:30
parent af0996babf
commit f479b82ff8
Signed by: andinus
GPG Key ID: B67D55D482A799FD
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
#+TOC: headlines 2 #+TOC: headlines 2
#+TITLE: Lynx #+TITLE: Lynx
Lynx is a simple /unveil/ wrapper. It returns /nil/ on unsupported systems, Lynx is a simple /unveil/ & /pledge/ wrapper. It returns /nil/ on unsupported systems,
currently only /OpenBSD/ supports /unveil/. currently only /OpenBSD/ is supported.
| Project Home | [[https://andinus.nand.sh/lynx][Lynx]] | | Project Home | [[https://andinus.nand.sh/lynx][Lynx]] |
| Source Code | [[https://tildegit.org/andinus/lynx][Andinus / Lynx]] | | Source Code | [[https://tildegit.org/andinus/lynx][Andinus / Lynx]] |

View File

@ -1,6 +1,6 @@
// +build openbsd // +build openbsd
// Package lynx is a simple wrapper to unveil. // Package lynx is a simple unveil & pledge wrapper.
package lynx package lynx
import "golang.org/x/sys/unix" import "golang.org/x/sys/unix"