Posted on 07-16-2015 07:41 AM
Still very new to Casper Suite, but I was looking to restrict apps like the App Store on all our managed computers. I have the App Store process set to be killed, but it doesn't seem to be instantaneous as I was hoping it would be.
It takes a couple seconds to kill the app and if I try to reopen it the app reopens before it closes again after a couple seconds. When we tested this in the Jumpstart it seemed nearly instantaneous.
Any suggestions?
Solved! Go to Solution.
Posted on 07-16-2015 07:59 AM
That is how Restricted Software works. Its not instant. It depends on a short run cycle. Its being managed by a LaunchDaemon that runs approximately every 10-15 seconds. Launchd jobs cannot run any more frequently than that or they get throttled back by the parent launchd process.
So yes, there will typically be a few seconds before it shuts down the offending application. Sometimes if you catch it at the right time it appears close to instant.
Posted on 07-16-2015 07:59 AM
That is how Restricted Software works. Its not instant. It depends on a short run cycle. Its being managed by a LaunchDaemon that runs approximately every 10-15 seconds. Launchd jobs cannot run any more frequently than that or they get throttled back by the parent launchd process.
So yes, there will typically be a few seconds before it shuts down the offending application. Sometimes if you catch it at the right time it appears close to instant.
Posted on 07-16-2015 08:52 AM
Gotcha. Thanks @mm2270 !
Posted on 07-16-2015 04:52 PM
What I do as a redundancy is run a script at check-in, this disables the user from opening it at all.
chown admin /Applications/App Store.app
chmod 744 /Applications/App Store.app