rmmagent/agent/agent_darwin.go

17 lines
310 B
Go
Raw Normal View History

2023-02-27 22:04:56 +00:00
/*
Copyright 2022 AmidaWare LLC.
Licensed under the Tactical RMM License Version 1.0 (the License).
You may only use the Licensed Software in accordance with the License.
A copy of the License is available at:
https://license.tacticalrmm.com
*/
package agent
func tmpNoExec() bool {
return false
}