1
1
Fork 0
mirror of https://tildegit.org/solderpunk/molly-brown synced 2024-05-10 02:26:04 +02:00
molly-brown/security.go

11 lines
361 B
Go

// +build js nacl plan9 windows
package main
// Restrict access to the files specified in config in an OS-dependent way.
// This is intended to be called immediately prior to accepting client
// connections and may be used to establish a security "jail" for the molly
// brown executable.
func enableSecurityRestrictions(config Config, ui userInfo) error {
}