No description
Find a file
2018-10-26 16:52:08 +02:00
example version 2.0.0 2018-09-19 21:12:43 +02:00
.gitignore version 2.0.0 2018-09-19 21:12:43 +02:00
go.mod added pledge and unveil support 2018-10-26 16:52:08 +02:00
go.sum added pledge and unveil support 2018-10-26 16:52:08 +02:00
godrop.go added pledge and unveil support 2018-10-26 16:52:08 +02:00
LICENSE simplified library and added better examples and net.UnixListener support 2017-04-19 20:42:19 +02:00
lookup.go version 2.0.0 2018-09-19 21:12:43 +02:00
lookup_test.go version 2.0.0 2018-09-19 21:12:43 +02:00
pledge.go added pledge and unveil support 2018-10-26 16:52:08 +02:00
pledge_openbsd.go added pledge and unveil support 2018-10-26 16:52:08 +02:00
README.md added pledge and unveil support 2018-10-26 16:52:08 +02:00
unveil.go added pledge and unveil support 2018-10-26 16:52:08 +02:00
unveil_openbsd.go added pledge and unveil support 2018-10-26 16:52:08 +02:00

godrop - drop privileges

Godrop is a simple library to drop privileges on Linux and OpenBSD maschines.

See the examples directory on how to use the Drop and MultiDrop functions.