File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ oki applies pledge restrictions using pledge's `execpromises` argument.
23
23
This allows oki to apply pledge only to a newly executed process and not the
24
24
current process. The user specifies promises using ` -p promise ` .
25
25
26
- Calling unveil on a program removes visibility of the entire filesystem, expect
26
+ Calling unveil on a program removes visibility of the entire filesystem, except
27
27
for the specified path and permissions. Additional calls can set permissions at
28
28
other points in the filesystem hierarchy. When applied to a directory,
29
29
the permissions will apply to any file in the subtree of that directory.
@@ -47,8 +47,7 @@ unveils the target-program executable specified by the user.
47
47
48
48
## Requirements
49
49
50
- - An OpenBSD system (the application can be compiled on any OS, but it relies
51
- on tools included with OpenBSD)
50
+ - An OpenBSD system
52
51
- Go (Golang)
53
52
54
53
## Installation
You can’t perform that action at this time.
0 commit comments