fix darwin
This commit is contained in:
parent
2316271bf9
commit
a0828c98ab
3 changed files with 46 additions and 13 deletions
16
agent/agent_darwin.go
Normal file
16
agent/agent_darwin.go
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue