Blocking SWF files on Desktop

technicholas
Contributor

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 1

queohsi
New Contributor

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