mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
8 lines
132 B
Go
8 lines
132 B
Go
package ossec
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
func PledgePromises(promises string) error {
|
|
return unix.PledgePromises(promises)
|
|
}
|