Blocking SWF files on Desktop
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-28-2012 06:37 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-28-2012 11:27 AM
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
