GaToRAiD
‎07-13-2021
Contributor II

Joined: April 2014

User Statistics

  • 134 Posts
  • 8 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

So, I'm not much of a writer, so I'll be quick with this. Here is the code: #!/bin/sh #Find Current User CurrentUser=`/usr/bin/who | awk '/console/{ print $1 }'` #Set Command Variable for trusted application register_trusted_cmd="/usr/bin/sudo -u $Cu...
Ok, if the subject doesn't say enough, here is a little back ground. I've created a gofundme account for MacMule in hopes he will be able to attend this years JNUC. He was informed he would not be able to go to this years JNUC due to corporate issue(...
While looking for information on rootpipe, I came across this..... Rootpipe updated
Ok, for a while now I wanted to be able to scope policies based on AD Group membership. While building out policies I noticed, this can only be done during login/logout. Finding this out was kinda frustrating, so I decided I was going to come up with...
Not sure how many individuals actually use this with launchdaemons, but apple rewrote launchd process from the ground up with 10.10, and in the process I guess decided to leave out debugging. I have found some "workarounds" but I cannot say that they...