Skip to content

Commit 38ce41f

Browse files
committed
readme: fixed typo and shortened requirements
1 parent efc637d commit 38ce41f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ oki applies pledge restrictions using pledge's `execpromises` argument.
2323
This allows oki to apply pledge only to a newly executed process and not the
2424
current process. The user specifies promises using `-p promise`.
2525

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
2727
for the specified path and permissions. Additional calls can set permissions at
2828
other points in the filesystem hierarchy. When applied to a directory,
2929
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.
4747

4848
## Requirements
4949

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
5251
- Go (Golang)
5352

5453
## Installation

0 commit comments

Comments
 (0)