Skip to main content
Question

Blocking SWF files on Desktop

  • November 28, 2012
  • 1 reply
  • 3 views

Forum|alt.badge.img+8

We have kids downloading SWF files and putting it on their desktop and using for example Chrome to play the games. Is this something we can restrict/block?

1 reply

Forum|alt.badge.img+5
  • Contributor
  • 10 replies
  • November 28, 2012

I'm not sure about blocking files, but you could have a script that looks for the those files and deletes them, put it in a policy that runs every 15 minutes.

something like:

sudo find /Users/ -name "*.swf" -delete